Home
last modified time | relevance | path

Searched refs:CheckForUnusedVars (Results 1 – 10 of 10) sorted by relevance

/third_party/gn/src/gn/
Dtemplate.cc115 if (!invoker_value->scope_value()->CheckForUnusedVars(err)) in Invoke()
120 if (!template_scope.CheckForUnusedVars(err)) in Invoke()
Dscope_unittest.cc196 EXPECT_FALSE(new_scope.CheckForUnusedVars(&err)); in TEST()
210 EXPECT_TRUE(new_scope.CheckForUnusedVars(&err)); in TEST()
313 EXPECT_FALSE(mutable_scope1.CheckForUnusedVars(&err)); in TEST()
318 EXPECT_TRUE(mutable_scope1.CheckForUnusedVars(&err)); in TEST()
Dfunction_template_unittest.cc27 setup.scope()->CheckForUnusedVars(&err); in TEST()
Dfunction_foreach_unittest.cc73 EXPECT_TRUE(setup.scope()->CheckForUnusedVars(&err)); in TEST()
Dscope.h214 bool CheckForUnusedVars(Err* err) const;
Dloader.cc268 our_scope.CheckForUnusedVars(&err); in BackgroundLoadFile()
Dfunctions_target.cc59 block_scope.CheckForUnusedVars(err); in ExecuteGenericTarget()
Dscope.cc248 bool Scope::CheckForUnusedVars(Err* err) const { in CheckForUnusedVars() function in Scope
Dsetup.cc427 if (!dotfile_scope_.CheckForUnusedVars(err)) { in DoSetupWithErr()
Dfunctions.cc1487 if (!block_scope.CheckForUnusedVars(err)) in RunFunction()