Home
last modified time | relevance | path

Searched refs:DECL_STATIC_CONSTRUCTOR (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dcgraphunit.c242 if (DECL_STATIC_CONSTRUCTOR (decl) || DECL_STATIC_DESTRUCTOR (decl)) in decide_is_function_needed()
1710 DECL_STATIC_CONSTRUCTOR (decl) = 1; in cgraph_build_static_cdtor()
H A Dc-decl.c1731 DECL_STATIC_CONSTRUCTOR(newdecl) |= DECL_STATIC_CONSTRUCTOR(olddecl); in merge_decls()
6799 if (DECL_STATIC_CONSTRUCTOR (fndecl) in finish_function()
6862 if (DECL_STATIC_CONSTRUCTOR (fndecl) in c_expand_body()
H A Dtree.h3025 #define DECL_STATIC_CONSTRUCTOR(NODE) \ macro
H A Dc-common.c4455 DECL_STATIC_CONSTRUCTOR (decl) = 1; in handle_constructor_attribute()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c2627 if (DECL_STATIC_CONSTRUCTOR (fn))
H A Ddecl.c3691 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c1428 DECL_STATIC_CONSTRUCTOR(newdecl) |= DECL_STATIC_CONSTRUCTOR(olddecl);
6761 if (DECL_STATIC_CONSTRUCTOR (fndecl))
H A Dtree.h1727 #define DECL_STATIC_CONSTRUCTOR(NODE) \ macro
H A Dc-common.c5593 DECL_STATIC_CONSTRUCTOR (decl) = 1;
H A DChangeLog.39207 (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c3154 if (DECL_STATIC_CONSTRUCTOR (fn)) in expand_or_defer_fn()
H A Ddecl.c1572 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl); in duplicate_decls()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c13343 DECL_STATIC_CONSTRUCTOR(newdecl) |= DECL_STATIC_CONSTRUCTOR(olddecl); in duplicate_decls()
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c2358 DECL_STATIC_CONSTRUCTOR (current_function_decl) = 1; in build_module_initializer_routine()