HomeSort by relevance Sort by last modified time
    Searched refs:CheckForUnusedVars (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/gn/
template.cc 101 if (!invoker_value->scope_value()->CheckForUnusedVars(err))
106 if (!template_scope.CheckForUnusedVars(err))
function_foreach_unittest.cc 73 EXPECT_TRUE(setup.scope()->CheckForUnusedVars(&err));
scope_unittest.cc 178 EXPECT_FALSE(new_scope.CheckForUnusedVars(&err));
192 EXPECT_TRUE(new_scope.CheckForUnusedVars(&err));
272 // Make sure CheckForUnusedVars works on scope1 (we didn't mark the value as
275 EXPECT_FALSE(mutable_scope1.CheckForUnusedVars(&err));
279 EXPECT_TRUE(mutable_scope1.CheckForUnusedVars(&err));
functions_target.cc 50 block_scope.CheckForUnusedVars(err);
scope.h 196 bool CheckForUnusedVars(Err* err) const;
function_toolchain.cc 337 if (!block_scope.CheckForUnusedVars(err))
    [all...]
loader.cc 264 if (!our_scope.CheckForUnusedVars(&err))
scope.cc 198 bool Scope::CheckForUnusedVars(Err* err) const {
functions.cc 780 if (!block_scope.CheckForUnusedVars(err))
parse_tree.cc 258 our_scope.CheckForUnusedVars(err);

Completed in 85 milliseconds