Searched defs:isLeaf (Results 1 – 5 of 5) sorted by relevance
85 DeltaTreeNode(bool isLeaf = true) in DeltaTreeNode()88 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon3adfd4730111::DeltaTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()95 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon3bfb60910111::RopePieceBTreeNode
166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next() local
861 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic
365 bool isLeaf() const { return Val != nullptr; } in isLeaf() function