Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSCCIterator.h51 struct StackElement { struct
56 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() argument
H A DDepthFirstIterator.h100 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>; variable