Home
last modified time | relevance | path

Searched defs:NodeList (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DParentMapContext.cpp279 [TypedNode](bool, DynTypedNodeList NodeList, auto... TupleTail) { in match()
307 matchParents(const DynTypedNodeList &NodeList, in matchParents()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp37 struct NodeList { struct
39 NodeList *Next = nullptr; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h225 using NodeList = SmallVector<BlockNode, 4>; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h112 using NodeList = SmallVector<NodeState, 16>; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h513 using NodeList = SmallVector<NodeAddr<NodeBase *>, 4>; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3360 SmallVector<PHINode *, 32> NodeList; member in __anon88ab83af0c11::PhiNodeSet