Searched refs:global_scope (Results 1 – 7 of 7) sorted by relevance
124 global_scope = {130 execfile(deps_file_path, global_scope, local_scope)
191 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope, in DeserializeScopeChain() argument249 global_scope->AddInnerScope(current_scope); in DeserializeScopeChain()250 global_scope->PropagateScopeInfo(false); in DeserializeScopeChain()251 return (innermost_scope == NULL) ? global_scope : innermost_scope; in DeserializeScopeChain()1007 ASSERT(info->global_scope()->is_global_scope()); in ResolveVariable()1039 var = info->global_scope()->DeclareDynamicGlobal(proxy->name()); in ResolveVariable()1111 ASSERT(info->global_scope()->is_global_scope()); in ResolveVariablesRecursively()
55 Scope* global_scope() const { return global_scope_; } in global_scope() function174 void SetGlobalScope(Scope* global_scope) { in SetGlobalScope() argument176 global_scope_ = global_scope; in SetGlobalScope()
84 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope,
3247 OSet* global_scope; in VG_() local3263 global_scope = *(OSet**)VG_(indexXA)( di->varinfo, 0 ); in VG_()3264 vg_assert(global_scope); in VG_()3265 gs_size = VG_(OSetGen_Size)( global_scope ); in VG_()3276 = VG_(OSetGen_Lookup)( global_scope, &zero ); in VG_()
2034 const bool global_scope = (state->current_function == NULL); in apply_type_qualifier_to_variable() local2046 if (!global_scope || (var->mode != ir_var_in)) { in apply_type_qualifier_to_variable()2059 if (!global_scope || (var->mode != ir_var_out)) { in apply_type_qualifier_to_variable()