Searched refs:new_scope (Results 1 - 9 of 9) sorted by relevance
/third_party/gn/src/gn/ |
H A D | scope_unittest.cc | 41 Scope new_scope(setup.scope()); in TEST() 42 EXPECT_EQ(1U, new_scope.build_dependency_files().size()); in TEST() 43 EXPECT_TRUE(ContainsBuildDependencyFile(&new_scope, source_file)); in TEST() 73 Scope new_scope(setup.settings()); in TEST() 75 new_scope.SetValue("v", new_value, &assignment); in TEST() 79 &new_scope, Scope::MergeOptions(), &assignment, "error", &err)); in TEST() 85 Scope new_scope(setup.settings()); in TEST() 88 new Template(&new_scope, &templ_definition)); in TEST() 89 new_scope.AddTemplate("templ", new_templ.get()); in TEST() 93 &new_scope, Scop in TEST() [all...] |
H A D | output_conversion_unittest.cc | 99 auto new_scope = std::make_unique<Scope>(settings()); in TEST_F() local 102 new_scope->SetValue("v", value, nullptr); in TEST_F() 104 new_scope->SetValue(private_var_name, value, nullptr); in TEST_F() 107 ConvertValueToOutput(settings(), Value(nullptr, std::move(new_scope)), in TEST_F() 163 auto new_scope = std::make_unique<Scope>(settings()); in TEST_F() local 166 new_scope->SetValue("v", value, nullptr); in TEST_F() 168 new_scope->SetValue(private_var_name, value, nullptr); in TEST_F() 171 ConvertValueToOutput(settings(), Value(nullptr, std::move(new_scope)), in TEST_F() 179 auto new_scope = std::make_unique<Scope>(settings()); in TEST_F() local 182 new_scope in TEST_F() [all...] |
/third_party/ninja/src/ |
H A D | manifest_parser.h | 65 bool ParseFileInclude(bool new_scope, std::string* err);
|
H A D | manifest_parser.cc | 427 bool ManifestParser::ParseFileInclude(bool new_scope, string* err) { in ParseFileInclude() argument 434 if (new_scope) { in ParseFileInclude()
|
/third_party/selinux/libsepol/src/ |
H A D | link.c | 1787 scope_datum_t *new_scope; in scope_copy_callback() local 1792 if ((new_scope = in scope_copy_callback() 1793 (scope_datum_t *) calloc(1, sizeof(*new_scope))) == NULL) { in scope_copy_callback() 1799 (hashtab_datum_t) new_scope); in scope_copy_callback() 1802 free(new_scope); in scope_copy_callback() 1805 new_scope->scope = SCOPE_REQ; /* this is reset further down */ in scope_copy_callback() 1806 base_scope = new_scope; in scope_copy_callback()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast.h | 439 ast_compound_statement(int new_scope, ast_node *statements); 445 int new_scope; member in ast_compound_statement
|
H A D | glsl_parser_extras.cpp | 1244 ast_compound_statement::ast_compound_statement(int new_scope, 1247 this->new_scope = new_scope;
|
H A D | ast_to_hir.cpp | 2302 if (new_scope) in hir() 2308 if (new_scope) in hir()
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 11590 scope_decl_sptr cur_scope = skope, new_scope, scope; in lookup_node_in_scope() local 11594 new_scope.reset(); in lookup_node_in_scope() 11607 new_scope = scope; in lookup_node_in_scope() 11627 if (!new_scope && !resulting_decl) in lookup_node_in_scope() 11629 cur_scope = new_scope; in lookup_node_in_scope()
|
Completed in 72 milliseconds