Home
last modified time | relevance | path

Searched defs:StackElement (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSCCIterator.h55 struct StackElement { struct
60 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() function
H A DDepthFirstIterator.h100 using StackElement = std::pair<NodeRef, std::optional<ChildItTy>>; variable