Home
last modified time | relevance | path

Searched refs:nested_scope (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dvalue_unittest.cc57 Scope* nested_scope = new Scope(scope); in TEST() local
58 Value nested_scopeval(nullptr, std::unique_ptr<Scope>(nested_scope)); in TEST()
Dparse_tree.cc540 std::unique_ptr<Scope> nested_scope; // May be null. in Execute() local
545 nested_scope = std::make_unique<Scope>(enclosing_scope); in Execute()
546 execution_scope = nested_scope.get(); in Execute()
577 nested_scope->DetachFromContaining(); in Execute()
578 return Value(this, std::move(nested_scope)); in Execute()
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c471 struct decode_scope *nested_scope = in display_bitset_field() local
473 nested_scope->params = field->params; in display_bitset_field()
474 display(nested_scope); in display_bitset_field()
475 pop_scope(nested_scope); in display_bitset_field()