Searched refs:CP_OPERATOR_STR (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcp-support.h53 #define CP_OPERATOR_STR "operator" macro
55 /* The length of CP_OPERATOR_STR. */
H A Dgnu-v2-abi.c71 return startswith (name, CP_OPERATOR_STR);
H A Dlocation.c536 && startswith (*inp, CP_OPERATOR_STR))
565 if (strncmp (p, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0
H A Dcp-support.c1123 && startswith (name + index, CP_OPERATOR_STR))
H A Dgnu-v3-abi.c52 return startswith (name, CP_OPERATOR_STR);
H A Dc-typeprint.c629 if (!startswith (name, CP_OPERATOR_STR))
H A Dutils.c2408 && strncmp (string, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0
H A Dlinespec.c810 if (strncmp (op, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0
849 const char *op = strstr (start, CP_OPERATOR_STR);
1309 if (strncmp (scan, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0)
H A Dc-exp.y1832 strcpy (buf, CP_OPERATOR_STR);
H A Dsymtab.c4055 if (!startswith (p, CP_OPERATOR_STR))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcp-support.h53 #define CP_OPERATOR_STR "operator" macro
55 /* The length of CP_OPERATOR_STR. */
H A Dgnu-v2-abi.c71 return startswith (name, CP_OPERATOR_STR);
H A Dlocation.c445 && startswith (*inp, CP_OPERATOR_STR))
474 if (strncmp (p, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0
H A Dlinespec.c835 if (strncmp (op, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0
874 const char *op = strstr (start, CP_OPERATOR_STR);
H A Dcp-support.c1117 && startswith (name + index, CP_OPERATOR_STR))
2264 if (strncmp (scan, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0)
H A Dgnu-v3-abi.c53 return startswith (name, CP_OPERATOR_STR);
H A Dc-typeprint.c625 if (!startswith (name, CP_OPERATOR_STR))
H A Dutils.c2072 && strncmp (string, CP_OPERATOR_STR, CP_OPERATOR_LEN) == 0
H A Dc-exp.y1861 strcpy (buf, CP_OPERATOR_STR);
H A Dsymtab.c4089 if (!startswith (p, CP_OPERATOR_STR))

Completed in 345 milliseconds