Searched refs:DECL_STATIC_CONSTRUCTOR (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dcgraphunit.c242 if (DECL_STATIC_CONSTRUCTOR (decl) || DECL_STATIC_DESTRUCTOR (decl))
1724 DECL_STATIC_CONSTRUCTOR (decl) = 1;
H A Dc-decl.c1782 DECL_STATIC_CONSTRUCTOR(newdecl) |= DECL_STATIC_CONSTRUCTOR(olddecl);
7404 if (DECL_STATIC_CONSTRUCTOR (fndecl)
7467 if (DECL_STATIC_CONSTRUCTOR (fndecl)
H A Dtree.h3108 #define DECL_STATIC_CONSTRUCTOR(NODE) \
3095 #define DECL_STATIC_CONSTRUCTOR macro
H A Dc-common.c4580 DECL_STATIC_CONSTRUCTOR (decl) = 1;
/freebsd-10.1-release/contrib/gcc/cp/
H A Dsemantics.c3320 if (DECL_STATIC_CONSTRUCTOR (fn))
H A Ddecl.c1590 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);

Completed in 179 milliseconds