Home
last modified time | relevance | path

Searched refs:CP_OPERATOR_STR (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcp-support.h51 #define CP_OPERATOR_STR "operator" macro
Dlocation.c433 && startswith (*inp, CP_OPERATOR_STR)) in explicit_location_spec_lex_one()
462 if (strncmp (p, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0 in is_cp_operator()
Dgnu-v2-abi.c70 return startswith (name, CP_OPERATOR_STR); in gnuv2_is_operator_name()
Dcp-support.c1118 && startswith (name + index, CP_OPERATOR_STR)) in cp_find_first_component_aux()
2259 if (strncmp (scan, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0)
Dc-typeprint.c588 if (!startswith (name, CP_OPERATOR_STR)) in is_type_conversion_operator()
Dgnu-v3-abi.c54 return startswith (name, CP_OPERATOR_STR); in gnuv3_is_operator_name()
Dlinespec.c834 if (strncmp (op, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0 in linespec_lexer_lex_string()
873 const char *op = strstr (start, CP_OPERATOR_STR); in linespec_lexer_lex_string()
Dutils.c2077 && strncmp (string, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0 in cp_is_operator()
Dc-exp.y1857 strcpy (buf, CP_OPERATOR_STR);
DChangeLog-201711012 CP_OPERATOR_STR.
11014 CP_OPERATOR_STR.
11016 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
11018 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
11019 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
11020 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
11022 CP_OPERATOR_STR.
11025 CP_OPERATOR_STR.
11026 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
Dsymtab.c4299 if (!startswith (p, CP_OPERATOR_STR)) in operator_chars()