Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcp-abi.h88 extern int is_operator_name (const char *name);
227 int (*is_operator_name) (const char *name); member
Dcp-abi.c60 is_operator_name (const char *name) in is_operator_name() function
62 if ((current_cp_abi.is_operator_name) == NULL) in is_operator_name()
64 return (*current_cp_abi.is_operator_name) (name); in is_operator_name()
Dgnu-v2-abi.c409 gnu_v2_abi_ops.is_operator_name = gnuv2_is_operator_name; in init_gnuv2_ops()
Dgnu-v3-abi.c1590 gnu_v3_abi_ops.is_operator_name = gnuv3_is_operator_name; in init_gnuv3_ops()
Dlinespec.c875 if (op != NULL && is_operator_name (op)) in linespec_lexer_lex_string()
Dsymtab.c760 || is_operator_name (field_name)) in gdb_mangle_name()