Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h48 template <typename T, unsigned int N> class SmallSetVector; variable
DInstructionSimplify.h55 template <class T, unsigned n> class SmallSetVector; variable
/external/llvm/include/llvm/ADT/
DSetVector.h288 SmallSetVector() {} in SmallSetVector() function
292 SmallSetVector(It Start, It End) { in SmallSetVector() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTailDuplicator.h26 template <typename T, unsigned int N> class SmallSetVector; variable
DSelectionDAG.h60 template <typename T, unsigned int N> class SmallSetVector; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h50 template <typename 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSetVector.h307 SmallSetVector(It Start, It End) { in SmallSetVector() function
/external/clang/test/SemaCXX/
Dtypo-correction.cpp515 class SmallSetVector : public SetVector<C, I, 8> {}; class