Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h51 struct StackElement { struct
56 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() argument
DDepthFirstIterator.h95 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>; variable