Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dcp-abi.h87 extern int is_operator_name (const char *name);
158 int (*is_operator_name) (const char *name); member
Dcp-abi.c64 is_operator_name (const char *name) in is_operator_name() function
66 if ((current_cp_abi.is_operator_name) == NULL) in is_operator_name()
68 return (*current_cp_abi.is_operator_name) (name); in is_operator_name()
Dhpacc-abi.c302 hpacc_abi_ops.is_operator_name = hpacc_is_operator_name; in init_hpacc_ops()
Dgnu-v2-abi.c399 gnu_v2_abi_ops.is_operator_name = gnuv2_is_operator_name; in init_gnuv2_ops()
Dgnu-v3-abi.c433 gnu_v3_abi_ops.is_operator_name = gnuv3_is_operator_name; in init_gnuv3_ops()
Dlinespec.c1442 if (is_operator_name (copy)) in find_method()
Dsymtab.c343 || is_operator_name (field_name)) in gdb_mangle_name()