Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DSetVector.h288 SmallSetVector() {} in SmallSetVector() function
292 SmallSetVector(It Start, It End) { in SmallSetVector() function
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h50 template <typename T, unsigned N> class SmallSetVector; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DInstructionSimplify.h55 template <class T, unsigned n> class SmallSetVector; variable
/external/clang/include/clang/Sema/
DExternalSemaSource.h24 template <class T, unsigned n> class SmallSetVector; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h304 SmallSetVector(It Start, It End) { in SmallSetVector() function
/external/llvm-project/clang/include/clang/Sema/
DExternalSemaSource.h23 template <class T, unsigned n> class SmallSetVector; variable
/external/llvm-project/llvm/include/llvm/ADT/
DSetVector.h314 SmallSetVector(It Start, It End) { in SmallSetVector() function
/external/clang/test/SemaCXX/
Dtypo-correction.cpp515 class SmallSetVector : public SetVector<C, I, 8> {}; class
/external/llvm-project/clang/test/SemaCXX/
Dtypo-correction.cpp516 class SmallSetVector : public SetVector<C, I, 8> {}; class