Searched refs:DECL_INIT_PRIORITY (Results 1 – 7 of 7) sorted by relevance
2597 ((!DECL_HAS_INIT_PRIORITY_P (decl) || DECL_INIT_PRIORITY (decl) == 0) \2598 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))
5124 (DECL_INIT_PRIORITY): New macro.5214 (cp_valid_lang_attribute): Don't use it; use DECL_INIT_PRIORITY
1974 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl)); in duplicate_decls()
5808 * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
5183 (DECL_INIT_PRIORITY): Ditto.
3003 #define DECL_INIT_PRIORITY(NODE) \ macro
642 SET_DECL_INIT_PRIORITY (t, DECL_INIT_PRIORITY (node)); in copy_node_stat()