Home
last modified time | relevance | path

Searched refs:second_tok (Results 1 – 1 of 1) sorted by relevance

/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.cc183 auto second_tok = type_name.substr(non_space_pos, in _is_tracepoint_struct_type() local
185 if (second_tok.find("tracepoint__") != 0) in _is_tracepoint_struct_type()
188 auto tp_event_pos = second_tok.rfind("__"); in _is_tracepoint_struct_type()
191 tp_event = second_tok.substr(tp_event_pos + 2); in _is_tracepoint_struct_type()
193 auto tp_category_pos = second_tok.find("__"); in _is_tracepoint_struct_type()
196 tp_category = second_tok.substr(tp_category_pos + 2, in _is_tracepoint_struct_type()