Home
last modified time | relevance | path

Searched refs:GetNode (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ninja/src/
H A Dgraph_test.cc36 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F()
42 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F()
54 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F()
58 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F()
74 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.o"), NULL, &err)); in TEST_F()
79 EXPECT_TRUE(GetNode("out.o")->dirty()); in TEST_F()
97 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.o"), NULL, &err)); in TEST_F()
103 EXPECT_TRUE(GetNode("out.o")->dirty()); in TEST_F()
110 Edge* edge = GetNode("out")->in_edge(); in TEST_F()
115 EXPECT_EQ(edge, GetNode("ou in TEST_F()
[all...]
H A Ddeps_log_test.cc51 deps.push_back(state1.GetNode("foo.h", 0)); in TEST_F()
52 deps.push_back(state1.GetNode("bar.h", 0)); in TEST_F()
53 log1.RecordDeps(state1.GetNode("out.o", 0), 1, deps); in TEST_F()
56 deps.push_back(state1.GetNode("foo.h", 0)); in TEST_F()
57 deps.push_back(state1.GetNode("bar2.h", 0)); in TEST_F()
58 log1.RecordDeps(state1.GetNode("out2.o", 0), 2, deps); in TEST_F()
60 DepsLog::Deps* log_deps = log1.GetDeps(state1.GetNode("out.o", 0)); in TEST_F()
84 DepsLog::Deps* log_deps = log2.GetDeps(state2.GetNode("out2.o", 0)); in TEST_F()
106 deps.push_back(state1.GetNode(buf, 0)); in TEST_F()
108 log1.RecordDeps(state1.GetNode("ou in TEST_F()
[all...]
H A Dstate_test.cc43 EXPECT_FALSE(state.GetNode("in1", 0)->dirty()); in TEST()
44 EXPECT_FALSE(state.GetNode("in2", 0)->dirty()); in TEST()
45 EXPECT_FALSE(state.GetNode("out", 0)->dirty()); in TEST()
H A Ddisk_interface_test.cc300 Node* out = GetNode("out"); in TEST_F()
316 Node* out = GetNode("out"); in TEST_F()
324 ASSERT_TRUE(GetNode("out")->dirty()); in TEST_F()
326 ASSERT_TRUE(GetNode("mid")->dirty()); in TEST_F()
336 Node* out = GetNode("out"); in TEST_F()
344 ASSERT_TRUE(GetNode("mid1")->dirty()); in TEST_F()
357 Node* out = GetNode("out"); in TEST_F()
363 ASSERT_FALSE(GetNode("in")->dirty()); in TEST_F()
364 ASSERT_TRUE(GetNode("mid")->dirty()); in TEST_F()
365 ASSERT_TRUE(GetNode("ou in TEST_F()
[all...]
H A Dstate.cc96 Node* State::GetNode(StringPiece path, uint64_t slash_bits) { in GetNode() function in State
130 Node* node = GetNode(path, slash_bits); in AddIn()
137 Node* node = GetNode(path, slash_bits); in AddOut()
148 Node* node = GetNode(path, slash_bits); in AddValidation()
H A Dbuild_test.cc62 GetNode("mid")->MarkDirty(); in TEST_F()
63 GetNode("out")->MarkDirty(); in TEST_F()
65 EXPECT_TRUE(plan_.AddTarget(GetNode("out"), &err)); in TEST_F()
98 GetNode("mid1")->MarkDirty(); in TEST_F()
99 GetNode("mid2")->MarkDirty(); in TEST_F()
100 GetNode("out")->MarkDirty(); in TEST_F()
102 EXPECT_TRUE(plan_.AddTarget(GetNode("out"), &err)); in TEST_F()
129 GetNode("a1")->MarkDirty(); in TEST_F()
130 GetNode("a2")->MarkDirty(); in TEST_F()
131 GetNode("b in TEST_F()
[all...]
H A Dmanifest_parser_test.cc89 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F()
1104 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F()
1127 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F()
1139 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F()
1151 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F()
1163 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F()
H A Ddyndep_parser.cc209 Node* n = state_->GetNode(path, slash_bits); in ParseEdge()
221 Node* n = state_->GetNode(path, slash_bits); in ParseEdge()
H A Dtest.cc95 Node* StateTestWithBuiltinRules::GetNode(const string& path) { in GetNode() function in StateTestWithBuiltinRules
97 return state_.GetNode(path, 0); in GetNode()
H A Dtest.h38 Node* GetNode(const std::string& path);
H A Dstate.h104 Node* GetNode(StringPiece path, uint64_t slash_bits);
H A Dmissing_deps.cc56 Node* node = state_->GetNode(*i, slash_bits); in ProcessDepfileDeps()
H A Ddeps_log.cc235 // have a correct slash_bits that GetNode will look up), or it is an in Load()
238 Node* node = state->GetNode(subpath, 0); in Load()
H A Dmanifest_parser.cc414 edge->dyndep_ = state_->GetNode(dyndep, slash_bits); in ParseEdge()
H A Dbuild.cc993 deps_nodes->push_back(state_->GetNode(*i, ~0u)); in ExtractDeps()
1026 deps_nodes->push_back(state_->GetNode(*i, slash_bits)); in ExtractDeps()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
H A Dreplace_identifier.cc40 node_id_map.GetNode(message_.use_id())); in IsApplicable()
56 tint::As<ast::Variable>(node_id_map.GetNode(message_.replacement_id())); in IsApplicable()
87 const auto* use_node = node_id_map.GetNode(message_.use_id()); in Apply()
89 tint::As<ast::Variable>(node_id_map.GetNode(message_.replacement_id())); in Apply()
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h94 region.FreeNode(GetNode()); in ~BasicCrossThreadPersistent()
97 CPPGC_DCHECK(!GetNode()); in ~BasicCrossThreadPersistent()
213 GetNode()->UpdateOwner(this); in operator =()
372 region.FreeNode(GetNode()); in AssignUnsafe()
375 CPPGC_DCHECK(!GetNode()); in AssignUnsafe()
396 region.FreeNode(GetNode()); in AssignSafe()
H A Dpersistent.h34 PersistentNode* GetNode() const { return node_; } in GetNode() function in cppgc::internal::PersistentBase
111 GetNode()->UpdateOwner(this); in move()
150 GetNode()->UpdateOwner(this);
201 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Clear()
244 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Assign()
256 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in ClearFromGC()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dpersistent.h31 PersistentNode* GetNode() const { return node_; } in GetNode() function in cppgc::internal::PersistentBase
108 GetNode()->UpdateOwner(this); in move()
148 GetNode()->UpdateOwner(this);
201 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Clear()
243 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Assign()
255 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in ClearFromGC()
H A Dcross-thread-persistent.h94 region.FreeNode(GetNode()); in ~BasicCrossThreadPersistent()
97 CPPGC_DCHECK(!GetNode()); in ~BasicCrossThreadPersistent()
214 GetNode()->UpdateOwner(this); in operator =()
373 region.FreeNode(GetNode()); in AssignUnsafe()
376 CPPGC_DCHECK(!GetNode()); in AssignUnsafe()
397 region.FreeNode(GetNode()); in AssignSafe()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dnode_id_map.h57 const ast::Node* GetNode(IdType id) const;
H A Dnode_id_map.cc36 const ast::Node* NodeIdMap::GetNode(IdType id) const { in GetNode() function in tint::fuzzers::ast_fuzzer::NodeIdMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h155 const SDNode *GetNode() const { in GetNode() function in llvm::ScheduleDAGSDNodes::RegDefIter
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h647 const HeapGraphNode* GetNode(int index) const;
/third_party/node/deps/v8/include/
H A Dv8-profiler.h644 const HeapGraphNode* GetNode(int index) const;

Completed in 22 milliseconds

12