Home
last modified time | relevance | path

Searched defs:isLeaf (Results 1 – 10 of 10) 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 __anon6bfa93f00111::DeltaTreeNode
DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()
95 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon1ec3f34e0111::RopePieceBTreeNode
/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next() local
/external/cldr/tools/java/org/unicode/cldr/util/
DContainment.java235 public static boolean isLeaf(String region) { in isLeaf() method in Containment
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp184 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf() function
/external/llvm/lib/IR/
DFunction.cpp888 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h339 bool isLeaf() const { return Val != 0; } in isLeaf() function
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h365 bool isLeaf() const { return Val != nullptr; } in isLeaf() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp990 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h618 bool isLeaf() const { return Val != nullptr; } in isLeaf() function