Home
last modified time | relevance | path

Searched refs:DECL_GLOBAL_CTOR_P (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c328 if (DECL_GLOBAL_CTOR_P (t) || DECL_GLOBAL_DTOR_P (t))
330 if (DECL_GLOBAL_CTOR_P (t))
H A Derror.c804 if (DECL_GLOBAL_CTOR_P (t))
957 if (DECL_GLOBAL_CTOR_P (t) || DECL_GLOBAL_DTOR_P (t))
H A Ddecl2.c2181 DECL_GLOBAL_CTOR_P (current_function_decl) = 1;
H A Dcp-tree.h2769 #define DECL_GLOBAL_CTOR_P(NODE) \ macro
H A DChangeLog.21410 (DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P): New macros.
1413 (start_objects): Set DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P,
H A DChangeLog5851 (DECL_GLOBAL_CTOR_P): Remove parenthesis.
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c320 if (DECL_GLOBAL_CTOR_P (t)) in cp_dump_tree()
H A Derror.c683 if (DECL_GLOBAL_CTOR_P (t)) in dump_global_iord()
841 else if (DECL_GLOBAL_CTOR_P (t) || DECL_GLOBAL_DTOR_P (t)) in dump_decl()
H A Ddecl2.c2337 DECL_GLOBAL_CTOR_P (current_function_decl) = 1; in start_objects()
H A Dcp-tree.h2708 #define DECL_GLOBAL_CTOR_P(NODE) \ macro
H A DChangeLog-19991410 (DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P): New macros.
1413 (start_objects): Set DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P,
H A DChangeLog-20024448 (DECL_GLOBAL_CTOR_P): Remove parenthesis.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1079 @findex DECL_GLOBAL_CTOR_P
1183 @item DECL_GLOBAL_CTOR_P
1220 If either @code{DECL_GLOBAL_CTOR_P} or @code{DECL_GLOBAL_DTOR_P} holds,
1223 @code{DECL_GLOBAL_CTOR_P} holds are run in increasing order of priority
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi1267 @findex DECL_GLOBAL_CTOR_P
1378 @item DECL_GLOBAL_CTOR_P
1415 If either @code{DECL_GLOBAL_CTOR_P} or @code{DECL_GLOBAL_DTOR_P} holds,
1418 @code{DECL_GLOBAL_CTOR_P} holds are run in increasing order of priority
H A Dgccint.info5114 `DECL_GLOBAL_CTOR_P'
5148 If either `DECL_GLOBAL_CTOR_P' or `DECL_GLOBAL_DTOR_P' holds, then
5151 `DECL_GLOBAL_CTOR_P' holds are run in increasing order of priority
32165 * DECL_GLOBAL_CTOR_P: Function Basics. (line 6)