Searched defs:StackElement (Results 1 – 2 of 2) sorted by relevance
56 struct StackElement { struct61 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() argument
100 using StackElement = std::pair<NodeRef, std::optional<ChildItTy>>; variable