Searched refs:CheckForUnusedVars (Results 1 – 10 of 10) sorted by relevance
115 if (!invoker_value->scope_value()->CheckForUnusedVars(err)) in Invoke()120 if (!template_scope.CheckForUnusedVars(err)) in Invoke()
196 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()
27 setup.scope()->CheckForUnusedVars(&err); in TEST()
73 EXPECT_TRUE(setup.scope()->CheckForUnusedVars(&err)); in TEST()
214 bool CheckForUnusedVars(Err* err) const;
268 our_scope.CheckForUnusedVars(&err); in BackgroundLoadFile()
59 block_scope.CheckForUnusedVars(err); in ExecuteGenericTarget()
248 bool Scope::CheckForUnusedVars(Err* err) const { in CheckForUnusedVars() function in Scope
427 if (!dotfile_scope_.CheckForUnusedVars(err)) { in DoSetupWithErr()
1487 if (!block_scope.CheckForUnusedVars(err)) in RunFunction()