Searched refs:DECL_HAS_INIT_PRIORITY_P (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/cp/
H A Dtree.c1939 DECL_HAS_INIT_PRIORITY_P (decl) = 1;
H A Ddecl2.c2602 ((!DECL_HAS_INIT_PRIORITY_P (decl) || DECL_INIT_PRIORITY (decl) == 0) \
H A Ddecl.c1977 if (TREE_CODE (newdecl) == VAR_DECL && DECL_HAS_INIT_PRIORITY_P (newdecl))
1980 DECL_HAS_INIT_PRIORITY_P (olddecl) = 1;
/freebsd-10.1-release/contrib/gcc/
H A Dtree.c643 if (TREE_CODE (node) == VAR_DECL && DECL_HAS_INIT_PRIORITY_P (node))
646 DECL_HAS_INIT_PRIORITY_P (t) = 1;
H A Dtree.h3014 #define DECL_HAS_INIT_PRIORITY_P(NODE) \
3001 #define DECL_HAS_INIT_PRIORITY_P macro

Completed in 233 milliseconds