OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bad_nodes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
item_tree.cc
110
std::vector<const ItemNode*>
bad_nodes
;
local
120
bad_nodes
.push_back(src);
138
if (!
bad_nodes
.empty() && depstring.empty()) {
141
depstring = CheckForCircularDependenciesLocked(
bad_nodes
);
146
for (size_t i = 0; i <
bad_nodes
.size(); i++) {
148
bad_nodes
[i]->item()->label().GetUserVisibleName(false) + "\"";
183
const std::vector<const ItemNode*>&
bad_nodes
) const {
185
if (!RecursiveFindCycle(
bad_nodes
[0],
bad_nodes
[0], &cycle))
188
cycle.push_back(
bad_nodes
[0])
[
all
...]
item_tree.h
82
const std::vector<const ItemNode*>&
bad_nodes
) const;
Completed in 117 milliseconds