Searched refs:nested_scope (Results 1 – 3 of 3) sorted by relevance
57 Scope* nested_scope = new Scope(scope); in TEST() local58 Value nested_scopeval(nullptr, std::unique_ptr<Scope>(nested_scope)); in TEST()
540 std::unique_ptr<Scope> nested_scope; // May be null. in Execute() local545 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()
471 struct decode_scope *nested_scope = in display_bitset_field() local473 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()