Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgnu-v2-abi.c42 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()
H A Dgdb-demangle.h35 extern int is_cplus_marker (int);
H A Ddemangle.c195 is_cplus_marker (int c) in is_cplus_marker() function
H A Djv-typeprint.c173 && is_cplus_marker ((TYPE_FIELD_NAME (type, i))[5])) in java_type_print_base()
H A Dp-typeprint.c573 && is_cplus_marker ((TYPE_FIELD_NAME (type, i))[5])) in pascal_type_print_base()
H A Dstabsread.c678 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()
H A Dmdebugread.c657 if (is_cplus_marker (name[0]) && name[1] == 't' && name[2] == 0) in parse_symbol()
H A Ddwarf2read.c11143 && is_cplus_marker (name[sizeof (vptr) - 1]))) in is_vtable_name()