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