Home
last modified time | relevance | path

Searched defs:Vector (Results 1 – 25 of 113) sorted by relevance

12345

/llvm-project/clang/test/SemaCXX/
H A Dfor-range-unused.cpp6 struct Vector { struct
19 Vector<int> vector; in main() argument
H A Dcxx-altivec.cpp3 struct Vector { struct
4 __vector float xyzw;
H A Dcxx11-call-to-deleted-constructor.cpp17 template <class VT, unsigned int SIZE> using Vector = Matrix<VT, SIZE, 1>; typedef
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_vector_test.cpp17 TEST(Vector, Basic) { in TEST() argument
29 TEST(Vector, Stride) { in TEST() argument
41 TEST(Vector, ResizeReduction) { in TEST() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmem57-cpp-cpp17.cpp5 struct alignas(128) Vector { struct
10 …auto *V1 = new Vector; // CHECK-MESSAGES: warning: allocation function returns a pointer wi… in f() argument
/llvm-project/clang/test/Modules/Inputs/
H A Dtemplates-left.h3 template<typename T> class Vector; variable
5 template<typename T> class Vector; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-multidimensional.cpp4 struct Vector { struct
19 Vector<int> W[2]; argument
/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h30 explicit Vector(unsigned Length) in Vector() function
34 Vector(unsigned Length, PBQPNum InitVal) in Vector() function
40 Vector(const Vector &V) in Vector() function
46 Vector(Vector &&V) in Vector() function
/llvm-project/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp26 explicit NaiveSmallVectorStream(SmallVectorImpl<char> &Vector) in NaiveSmallVectorStream()
30 SmallVectorImpl<char> &Vector; member in __anon9afce3de0111::NaiveSmallVectorStream
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-arg-qualifiers.cpp160 typedef double Vector[3]; typedef
162 void foo(Vector*) {} in foo() argument
166 void foo(Vector) {} in foo() argument
170 void foo_const(const Vector) {} in foo_const()
174 void foo_volatile(volatile Vector) {} in foo_volatile()
178 void foo(Vector*, const Vector, const double) {} in foo() argument
H A Dnoinline-template.cpp8 template <class Ty> struct Vector { struct
H A Dinstantiate-init.cpp15 struct Vector { struct
H A Dsanitize-dtor-fn-attribute.cpp7 template <class T> class Vector { class
/llvm-project/clang/test/Parser/
H A Dcxx0x-for-range.cpp33 struct Vector { struct
34 struct iterator {
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h126 "Vector must have a non-zero number of static entries."); in Vector() function
125 constexpr Vector() { VectorNoCtor<T>::init(); } Vector() function
[all...]
/llvm-project/clang/test/CodeCompletion/
H A Dtemplate-signature.cpp20 template <typename> struct Vector {}; struct
/llvm-project/clang/test/Index/
H A Dtargeted-top.h17 } Vector; typedef
H A Dfile-refs.c14 } Vector; typedef
/llvm-project/polly/include/polly/CodeGen/
H A DRuntimeDebugBuilder.h62 std::vector<llvm::Value *> Vector; in createCPUPrinter() local
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.cpp56 if (Vector) in getRegisterClassForType() argument
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h44 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp38 Register Vector = Extract->getVectorReg(); in matchExtractVectorElement() local
123 Register Vector = Extract->getVectorReg(); in matchExtractVectorElementWithDifferentIndices() local
173 Register Vector = Extract->getVectorReg(); matchExtractVectorElementWithBuildVector() local
234 Register Vector = Extract->getVectorReg(); matchExtractVectorElementWithBuildVectorTrunc() local
[all...]
/llvm-project/compiler-rt/test/msan/
H A Ddtor-trivial.cpp15 template <class T> class Vector { class
/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h35 VectorType Vector; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Duppercase-literal-suffix-integer.cpp277 struct Vector { struct
282 constexpr int Vector<capacity>::kCapacity; argument

12345