Searched defs:isLeaf (Results 1 – 4 of 4) sorted by relevance
87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()89 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon5fc690450111::DeltaTreeNode
94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()98 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon358058e30111::RopePieceBTreeNode
47 bool isLeaf() const { return Children.empty(); } in isLeaf() function
689 bool isLeaf() const { return isa<Init *>(OperatorOrVal); } in isLeaf() function