Searched refs:is_cplus_marker (Results 1 – 8 of 8) sorted by relevance
42 if ((name[0] == '_' && is_cplus_marker (name[1]) && name[2] == '_') in gnuv2_is_destructor_name()66 && is_cplus_marker ((name)[3])) || in gnuv2_is_vtable_name()306 if (name[1] == 'v' && name[2] == 'b' && is_cplus_marker (name[3])) in vb_match()
35 extern int is_cplus_marker (int);
195 is_cplus_marker (int c) in is_cplus_marker() function
173 && is_cplus_marker ((TYPE_FIELD_NAME (type, i))[5])) in java_type_print_base()
573 && is_cplus_marker ((TYPE_FIELD_NAME (type, i))[5])) in pascal_type_print_base()
678 if (is_cplus_marker (string[0])) in define_symbol()2314 if ((*pp)[0] == 'o' && (*pp)[1] == 'p' && is_cplus_marker ((*pp)[2])) in read_member_functions()3029 if (is_cplus_marker (p[0]) && p[1] != '_') in read_struct_fields()3277 && is_cplus_marker (name[sizeof (vptr_name) - 2])) in read_tilde_fields()
657 if (is_cplus_marker (name[0]) && name[1] == 't' && name[2] == 0) in parse_symbol()
11143 && is_cplus_marker (name[sizeof (vptr) - 1]))) in is_vtable_name()