Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa.cc984 p = ctor_p ? DECL_INIT_PRIORITY (fn) : DECL_FINI_PRIORITY (fn); in build_cdtor()
1158 priority1 = DECL_INIT_PRIORITY (f1); in compare_ctor()
1159 priority2 = DECL_INIT_PRIORITY (f2); in compare_ctor()
1223 priority1 = DECL_INIT_PRIORITY (f1); in compare_cdtor_tu_order()
1224 priority2 = DECL_INIT_PRIORITY (f2); in compare_cdtor_tu_order()
Dtree.h3117 #define DECL_INIT_PRIORITY(NODE) \ macro
Dtree.cc1388 SET_DECL_INIT_PRIORITY (t, DECL_INIT_PRIORITY (node)); in copy_node()
DChangeLog-20072414 * tree.h (DECL_INIT_PRIORITY): Do not require DECL_HAS_INIT_PRIORITY_P.
27530 (DECL_INIT_PRIORITY): Likewise.
27567 (handle_constructor_attribute): Set DECL_INIT_PRIORITY.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc4117 ((!DECL_HAS_INIT_PRIORITY_P (decl) || DECL_INIT_PRIORITY (decl) == 0) \
4118 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))
DChangeLog-19995124 (DECL_INIT_PRIORITY): New macro.
5214 (cp_valid_lang_attribute): Don't use it; use DECL_INIT_PRIORITY
DChangeLog-20051599 (DECL_INIT_PRIORITY): Ditto.
Ddecl.cc2884 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl)); in duplicate_decls()
DChangeLog-20005808 * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.