Home
last modified time | relevance | path

Searched defs:IsLeaf (Results 1 – 9 of 9) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dparse-tree.h65 bool IsLeaf() const { return !rhs2; } in IsLeaf() function
/external/clang/lib/Rewrite/
DDeltaTree.cpp79 bool IsLeaf; member in __anon07c1678e0111::DeltaTreeNode
DRewriteRope.cpp89 bool IsLeaf; member in __anonc78e266c0111::RopePieceBTreeNode
/external/llvm-project/clang/lib/Rewrite/
DDeltaTree.cpp80 bool IsLeaf; member in __anon6aae3e7c0111::DeltaTreeNode
DRewriteRope.cpp92 bool IsLeaf; member in __anon990c70da0111::RopePieceBTreeNode
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1191 bool IsLeaf = true; in removeInternalRefEdge() local
1401 bool IsLeaf = true; in connectRefSCC() local
/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.cpp104 bool IsLeaf = true; in unwind() local
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h142 bool IsLeaf(ShapeIndexView index) const { return Lookup(index)->is_leaf; } in IsLeaf() function
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp361 bool IsLeaf) { in getFMAPatterns()