Home
last modified time | relevance | path

Searched defs:SmallSetVector (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h56 template <class T, unsigned n> class SmallSetVector; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h52 template <typename T, unsigned N> class SmallSetVector; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DExternalSemaSource.h23 template <class T, unsigned n> class SmallSetVector; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h314 SmallSetVector(It Start, It End) { in SmallSetVector() function