Home
last modified time | relevance | path

Searched refs:DECL_INIT_PRIORITY (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gcc/cp/
HDdecl2.c2597 ((!DECL_HAS_INIT_PRIORITY_P (decl) || DECL_INIT_PRIORITY (decl) == 0) \
2598 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))
HDChangeLog-19995124 (DECL_INIT_PRIORITY): New macro.
5214 (cp_valid_lang_attribute): Don't use it; use DECL_INIT_PRIORITY
HDdecl.c1974 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl)); in duplicate_decls()
HDChangeLog-20005808 * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
HDChangeLog5183 (DECL_INIT_PRIORITY): Ditto.
/trueos/contrib/gcc/
HDtree.h3003 #define DECL_INIT_PRIORITY(NODE) \ macro
HDtree.c642 SET_DECL_INIT_PRIORITY (t, DECL_INIT_PRIORITY (node)); in copy_node_stat()