Searched defs:IsLeaf (Results 1 – 6 of 6) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/ | ||
| D | shape_tree.h | 145 bool IsLeaf(ShapeIndexView index) const { in IsLeaf() function |
| /external/cronet/net/tools/huffman_trie/huffman/ | ||
| D | huffman_builder.cc | 28 bool IsLeaf() const { in IsLeaf() function in net::huffman_trie::__anonf45b99a00111::HuffmanNode |
| /external/libtextclassifier/native/utils/grammar/parsing/ | ||
| D | parse-tree.h | 65 bool IsLeaf() const { return !rhs2; } in IsLeaf() function |
| /external/clang/lib/Rewrite/ | ||
| D | DeltaTree.cpp | 79 bool IsLeaf; member in __anona3883b2c0111::DeltaTreeNode |
| D | RewriteRope.cpp | 89 bool IsLeaf; member in __anon7058598a0111::RopePieceBTreeNode |
| /external/llvm/lib/Analysis/ | ||
| D | LazyCallGraph.cpp | 1191 bool IsLeaf = true; in removeInternalRefEdge() local |