Searched refs:is_cplus_marker (Results 1 – 9 of 9) sorted by relevance
46 if ((name[0] == '_' && is_cplus_marker (name[1]) && name[2] == '_') in gnuv2_is_destructor_name()70 && is_cplus_marker ((name)[3])) || in gnuv2_is_vtable_name()308 if (name[1] == 'v' && name[2] == 'b' && is_cplus_marker (name[3])) in vb_match()
169 is_cplus_marker (int c) in is_cplus_marker() function
170 && is_cplus_marker ((TYPE_FIELD_NAME (type, i))[5])) in java_type_print_base()
642 if (is_cplus_marker (string[0])) in define_symbol()2201 if ((*pp)[0] == 'o' && (*pp)[1] == 'p' && is_cplus_marker ((*pp)[2])) in read_member_functions()2895 if (is_cplus_marker (p[0]) && p[1] != '_') in read_struct_fields()3139 && is_cplus_marker (name[sizeof (vptr_name) - 2])) in read_tilde_fields()
563 && is_cplus_marker ((TYPE_FIELD_NAME (type, i))[5])) in pascal_type_print_base()
170 extern int is_cplus_marker (int);
867 && is_cplus_marker ((TYPE_FIELD_NAME (type, i))[5])) in c_type_print_base()
714 if (is_cplus_marker (name[0]) && name[1] == 't' && name[2] == 0) in parse_symbol()
3139 && is_cplus_marker (fieldname[strlen (vptr_name)])) in read_structure_type()