Searched refs:CP_OPERATOR_STR (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | cp-support.h | 51 #define CP_OPERATOR_STR "operator" macro
|
| D | location.c | 433 && 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()
|
| D | gnu-v2-abi.c | 70 return startswith (name, CP_OPERATOR_STR); in gnuv2_is_operator_name()
|
| D | cp-support.c | 1118 && startswith (name + index, CP_OPERATOR_STR)) in cp_find_first_component_aux() 2259 if (strncmp (scan, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0)
|
| D | c-typeprint.c | 588 if (!startswith (name, CP_OPERATOR_STR)) in is_type_conversion_operator()
|
| D | gnu-v3-abi.c | 54 return startswith (name, CP_OPERATOR_STR); in gnuv3_is_operator_name()
|
| D | linespec.c | 834 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()
|
| D | utils.c | 2077 && strncmp (string, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0 in cp_is_operator()
|
| D | c-exp.y | 1857 strcpy (buf, CP_OPERATOR_STR);
|
| D | ChangeLog-2017 | 11012 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
|
| D | symtab.c | 4299 if (!startswith (p, CP_OPERATOR_STR)) in operator_chars()
|