Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h48 template <typename T, unsigned int N> class SmallSetVector; variable
H A DInstructionSimplify.h51 template <class T, unsigned n> class SmallSetVector; variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h26 template <typename T, unsigned int N> class SmallSetVector; variable
H A DSelectionDAG.h62 template <typename T, unsigned int N> class SmallSetVector; variable
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h50 template <typename T, unsigned N> class SmallSetVector; global() variable
/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h23 template <class T, unsigned n> class SmallSetVector; variable
/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h376 SmallSetVector(It Start, It End) { in SmallSetVector() function
/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction.cpp516 class SmallSetVector : public SetVector<C, I, 8> {}; global() class