Home
last modified time | relevance | path

Searched refs:DECL_EFFECTIVE_INIT_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl2.c2596 #define DECL_EFFECTIVE_INIT_PRIORITY(decl) \ macro
2761 priority = DECL_EFFECTIVE_INIT_PRIORITY (decl); in do_static_initialization_or_destruction()
2778 && DECL_EFFECTIVE_INIT_PRIORITY (TREE_VALUE (node)) == priority; in do_static_initialization_or_destruction()
H A DChangeLog4489 (DECL_EFFECTIVE_INIT_PRIORITY): New macro.