HomeSort by: relevance | last modified time | path
    Searched defs:VTABLE_NAME_P (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 17479 #define VTABLE_NAME_P(NAME) \
17527 if (VTABLE_NAME_P (name))
17830 if (VTABLE_NAME_P (name))
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 5912 #define VTABLE_NAME_P(ID_NODE) \
5938 #define VTABLE_NAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[1] == 'v' \
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 17021 #define VTABLE_NAME_P(NAME) \
17069 if (VTABLE_NAME_P (name))
17372 if (VTABLE_NAME_P (name))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 5765 #define VTABLE_NAME_P(ID_NODE) \
5791 #define VTABLE_NAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[1] == 'v' \

Completed in 78 milliseconds