Searched refs:DECL_INIT_PRIORITY (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dipa.c1050 p = ctor_p ? DECL_INIT_PRIORITY (fn) : DECL_FINI_PRIORITY (fn);
1091 "tree *" and point to static constructors. DECL_INIT_PRIORITY is
1104 priority1 = DECL_INIT_PRIORITY (f1);
1105 priority2 = DECL_INIT_PRIORITY (f2);
H A Dtree.h2555 #define DECL_INIT_PRIORITY(NODE) \ macro
H A Dtree.c1164 SET_DECL_INIT_PRIORITY (t, DECL_INIT_PRIORITY (node));
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl2.c3580 ((!DECL_HAS_INIT_PRIORITY_P (decl) || DECL_INIT_PRIORITY (decl) == 0) \
3581 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))
H A Ddecl.c2412 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl));
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtree.c2795 DECL_INIT_PRIORITY (decl) = pri;
H A Dcp-tree.h93 For a static VAR_DECL, this is DECL_INIT_PRIORITY.
1411 #define DECL_INIT_PRIORITY(NODE) (DECL_FIELD_SIZE ((NODE)))
1404 #define DECL_INIT_PRIORITY macro
H A Ddecl2.c3572 priority = DECL_INIT_PRIORITY (decl);

Completed in 311 milliseconds