Home
last modified time | relevance | path

Searched refs:DECL_FINI_PRIORITY (Results 1 – 4 of 4) 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()
1108 p = DECL_FINI_PRIORITY (fn); in build_cxa_dtor_registrations()
1185 priority1 = DECL_FINI_PRIORITY (f1); in compare_dtor()
1186 priority2 = DECL_FINI_PRIORITY (f2); in compare_dtor()
1218 priority1 = DECL_FINI_PRIORITY (f1); in compare_cdtor_tu_order()
1219 priority2 = DECL_FINI_PRIORITY (f2); in compare_cdtor_tu_order()
Dtree.h3124 #define DECL_FINI_PRIORITY(NODE) \ macro
DChangeLog-20072415 (DECL_FINI_PRIORITY): Likewise.
27532 (DECL_FINI_PRIORITY): New macro.
27568 (handle_destructor_attribute): Set DECL_FINI_PRIORITY.
DChangeLog-201139530 DECL_FINI_PRIORITY.
39532 Restore DECL_FINI_PRIORITY.