Home | History | Annotate | Download | only in compile

Lines Matching defs:scope

40    symbol came from the global scope.  IS_LOCAL is true if the symbol
41 came from a local scope. (Note that the two are not strictly
43 scope.) */
186 if (instance->scope () != COMPILE_I_RAW_SCOPE || symbol_name == nullptr)
188 /* For non-local symbols, create/push a new scope so that the
192 compile_scope scope
195 if (scope.nested_type () != GCC_TYPE_NONE)
202 instance->enter_scope (std::move (scope));
215 /* Pop scope for non-local symbols. */
232 scope, then we should first convert any static or global scope
354 This will find variables in the current scope. */