Searched refs:gdecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c2516 bool gdecl; local
2522 gdecl = (TREE_CODE (decl) == VAR_DECL &&
2525 if (gdecl
2530 if (!gdecl) {
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c2135 bool gdecl;
2141 gdecl = (TREE_CODE (decl) == VAR_DECL &&
2146 if (gdecl || (TREE_CODE (decl) == VAR_DECL && COPYABLE_BYREF_LOCAL_VAR (decl)))
2152 if (!gdecl) {
2124 bool gdecl; local

Completed in 78 milliseconds