Searched refs:DECL_DISCRIMINATOR (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c911 DECL_DISCRIMINATOR (decl) = DECL_DISCRIMINATOR (t) + 1;
913 DECL_DISCRIMINATOR (decl) = 1;
H A Dmangle.c1444 discriminator = DECL_DISCRIMINATOR (entity);
H A Dcp-tree.h1565 /* For VAR_DECL in function, this is DECL_DISCRIMINATOR. */
1742 /* Nonzero if NODE has DECL_DISCRIMINATOR and not DECL_ACCESS. */
1748 #define DECL_DISCRIMINATOR(NODE) (LANG_DECL_U2_CHECK (NODE, 1)->discriminator)
1741 #define DECL_DISCRIMINATOR macro

Completed in 121 milliseconds