Searched refs:DECL_NO_STATIC_CHAIN (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtree-nested.c1624 if (DECL_NO_STATIC_CHAIN (decl))
1692 if (target_context && !DECL_NO_STATIC_CHAIN (decl))
1769 DECL_NO_STATIC_CHAIN (root->context) = 1;
1771 gcc_assert (!DECL_NO_STATIC_CHAIN (root->context));
1851 if (DECL_NO_STATIC_CHAIN (i->context))
H A Dprint-tree.c365 if (TREE_CODE (node) == FUNCTION_DECL && DECL_NO_STATIC_CHAIN (node))
H A Dtree.h3126 #define DECL_NO_STATIC_CHAIN(NODE) \
3113 #define DECL_NO_STATIC_CHAIN macro
H A Dvarasm.c3793 && !DECL_NO_STATIC_CHAIN (value))
/freebsd-12-stable/contrib/gcc/cp/
H A Dlex.c677 DECL_NO_STATIC_CHAIN (t) = 1;
H A Dmethod.c158 DECL_NO_STATIC_CHAIN (thunk) = 1;
283 DECL_NO_STATIC_CHAIN (alias) = 1;
H A Ddecl.c6704 DECL_NO_STATIC_CHAIN (decl) = 1;
H A Dparser.c20330 DECL_NO_STATIC_CHAIN (current_function_decl) = 0;
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c2862 && !DECL_NO_STATIC_CHAIN (decl))

Completed in 721 milliseconds