Home
last modified time | relevance | path

Searched refs:VFIELD_NAME (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dcp-tree.h3314 #define VFIELD_NAME "_vptr$" macro
3326 #define VFIELD_NAME "_vptr." macro
3343 #define VFIELD_NAME "__vptr_" macro
3345 (!strncmp (IDENTIFIER_POINTER (ID_NODE), VFIELD_NAME, \
3346 sizeof (VFIELD_NAME) - 1))
3375 (!strncmp (IDENTIFIER_POINTER (ID_NODE), VFIELD_NAME, sizeof(VFIELD_NAME)-1))
DChangeLog-2001678 NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcp-tree.h3264 #define VFIELD_NAME "_vptr$" macro
3283 #define VFIELD_NAME "_vptr." macro
3309 #define VFIELD_NAME "__vptr_" macro
3311 (!strncmp (IDENTIFIER_POINTER (ID_NODE), VFIELD_NAME, \
3312 sizeof (VFIELD_NAME) - 1))
3349 (!strncmp (IDENTIFIER_POINTER (ID_NODE), VFIELD_NAME, sizeof(VFIELD_NAME)-1))
DChangeLog6655 NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.