Home
last modified time | relevance | path

Searched refs:RootNodes (Results 1 – 6 of 6) sorted by relevance

/third_party/ninja/src/
Dmissing_deps_test.cc48 std::vector<Node*> nodes = state_.RootNodes(&err); in ProcessAllNodes()
159 std::vector<Node*> nodes = state_.RootNodes(&err); in TEST_F()
Dstate.cc160 vector<Node*> State::RootNodes(string* err) const { in RootNodes() function in State
179 return defaults_.empty() ? RootNodes(err) : defaults_; in DefaultNodes()
Dstate.h122 std::vector<Node*> RootNodes(std::string* error) const;
Dgraph_test.cc202 TEST_F(GraphTest, RootNodes) { in TEST_F() argument
210 vector<Node*> root_nodes = state_.RootNodes(&err); in TEST_F()
505 vector<Node*> root_nodes = state_.RootNodes(&err); in TEST_F()
Dninja.cc621 vector<Node*> root_nodes = state_.RootNodes(&err); in ToolTargets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td1607 // RootNodes are the list of possible root nodes of the sub-dags to match.
1616 list<SDNode> RootNodes = roots;