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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 2944 this is DECL_DISCRIMINATOR.
3235 /* Nonzero if NODE has DECL_DISCRIMINATOR and not DECL_ACCESS. */
3242 #define DECL_DISCRIMINATOR(NODE) (LANG_DECL_MIN_CHECK (NODE)->access)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 2889 this is DECL_DISCRIMINATOR.
3177 /* Nonzero if NODE has DECL_DISCRIMINATOR and not DECL_ACCESS. */
3184 #define DECL_DISCRIMINATOR(NODE) (LANG_DECL_MIN_CHECK (NODE)->access)

Completed in 26 milliseconds