Home
last modified time | relevance | path

Searched defs:isLeaf (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Rewrite/
DDeltaTree.cpp85 DeltaTreeNode(bool isLeaf = true) in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon3adfd4730111::DeltaTreeNode
DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()
95 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon3bfb60910111::RopePieceBTreeNode
/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next() local
/external/llvm/lib/IR/
DFunction.cpp861 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h365 bool isLeaf() const { return Val != nullptr; } in isLeaf() function