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