Home
last modified time | relevance | path

Searched refs:our_scope (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dloader.cc253 Scope our_scope(settings->base_config()); in BackgroundLoadFile() local
254 ScopePerFileProvider per_file_provider(&our_scope, true); in BackgroundLoadFile()
255 our_scope.set_source_dir(file_name.GetDir()); in BackgroundLoadFile()
256 our_scope.AddBuildDependencyFile(file_name); in BackgroundLoadFile()
260 our_scope.set_item_collector(&collected_items); in BackgroundLoadFile()
266 root->Execute(&our_scope, &err); in BackgroundLoadFile()
268 our_scope.CheckForUnusedVars(&err); in BackgroundLoadFile()
/third_party/mesa3d/src/compiler/glsl/
Dopt_constant_variable.cpp47 bool our_scope; member
86 entry->our_scope = true; in visit()
207 if (entry->assignment_count == 1 && entry->constval && entry->our_scope) { in do_constant_variable()