Home
last modified time | relevance | path

Searched refs:IsLeaf (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Rewrite/
DDeltaTree.cpp79 bool IsLeaf; member in __anona996daa60111::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf()
DRewriteRope.cpp89 bool IsLeaf; member in __anon348cbf840111::RopePieceBTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()
95 bool isLeaf() const { return IsLeaf; } in isLeaf()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1191 bool IsLeaf = true; in removeInternalRefEdge() local
1202 IsLeaf = false; in removeInternalRefEdge()
1208 assert(!IsLeaf && "This SCC cannot be a leaf as we have split out new " in removeInternalRefEdge()
1212 assert(!IsLeaf && "This SCC cannot be a leaf as it already had child " in removeInternalRefEdge()
1401 bool IsLeaf = true; in connectRefSCC() local
1411 IsLeaf = false; in connectRefSCC()
1415 if (IsLeaf) in connectRefSCC()