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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c223 #define B_IN_EXTERNAL_SCOPE(b) ((b)->depth == 0 /*external_scope->depth*/)
373 static GTY(()) struct c_scope *external_scope;
816 && scope != external_scope)
840 && scope != external_scope)
2320 bind (name, x, external_scope, /*invisible=*/true,
2383 bind (name, x, external_scope, /*invisible=*/true, /*nested=*/false);
2422 if (B_IN_SCOPE (b, external_scope))
2812 external_scope = current_scope;
2925 bind (id, decl, external_scope, /*invisible=*/true, /*nested=*/false);
6295 if (B_IN_SCOPE (b, external_scope))
371 static GTY(()) struct c_scope *external_scope; variable in typeref:struct:c_scope
[all...]

Completed in 69 milliseconds