| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | for-range-unused.cpp | 6 struct Vector { struct 19 Vector<int> vector; in main() argument
|
| H A D | cxx-altivec.cpp | 3 struct Vector { struct 4 __vector float xyzw;
|
| H A D | cxx11-call-to-deleted-constructor.cpp | 18 template <class VT, unsigned int SIZE> using Vector = Matrix<VT, SIZE, 1>; typedef
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_vector_test.cpp | 17 TEST(Vector, Basic) { in TEST() argument 29 TEST(Vector, Stride) { in TEST() argument 41 TEST(Vector, ResizeReduction) { in TEST() argument
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/ |
| H A D | mem57-cpp-cpp17.cpp | 5 struct alignas(128) Vector { struct 10 …auto *V1 = new Vector; // CHECK-MESSAGES: warning: allocation function returns a pointer wi… in f() argument
|
| /llvm-project-15.0.7/libc/src/string/memory_utils/ |
| H A D | elements_x86.h | 33 template <typename Base> struct Vector : public Base { struct 34 static void copy(char *__restrict dst, const char *__restrict src) { in copy() 38 static void move(char *dst, const char *src) { in move() 42 static bool equals(const char *a, const char *b) { in equals() 46 static int three_way_compare(const char *a, const char *b) { in three_way_compare() 53 static void splat_set(char *dst, const unsigned char value) { in splat_set() 57 static int char_diff(const char *a, const char *b, uint64_t mask) { in char_diff()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | templates-left.h | 3 template<typename T> class Vector; variable 5 template<typename T> class Vector; variable
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | loop-convert-multidimensional.cpp | 4 struct Vector { struct 19 Vector<int> W[2]; argument
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | RuntimeDebugBuilder.h | 66 std::vector<llvm::Value *> Vector; in createCPUPrinter() local 83 std::vector<llvm::Value *> Vector; in createGPUPrinter() local
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 30 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-15.0.7/llvm/unittests/Support/ |
| H A D | buffer_ostream_test.cpp | 26 explicit NaiveSmallVectorStream(SmallVectorImpl<char> &Vector) in NaiveSmallVectorStream() 30 SmallVectorImpl<char> &Vector; member in __anonf17c967b0111::NaiveSmallVectorStream
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-ms-arg-qualifiers.cpp | 160 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 D | noinline-template.cpp | 8 template <class Ty> struct Vector { struct
|
| H A D | instantiate-init.cpp | 15 struct Vector { struct
|
| H A D | sanitize-dtor-fn-attribute.cpp | 7 template <class T> class Vector { class
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | cxx0x-for-range.cpp | 33 struct Vector { struct 34 struct iterator {
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | vector.h | 103 constexpr Vector() { VectorNoCtor<T>::init(); } in Vector() function 104 explicit Vector(uptr Count) { in Vector() function
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | template-signature.cpp | 20 template <typename> struct Vector {}; struct
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | targeted-top.h | 17 } Vector; typedef
|
| H A D | file-refs.c | 14 } Vector; typedef
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetTransformInfo.h | 44 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
| /llvm-project-15.0.7/compiler-rt/test/msan/ |
| H A D | dtor-trivial.cpp | 15 template <class T> class Vector { class
|
| H A D | dtor-trivial-class-members.cpp | 12 class Vector { class
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | UniqueVector.h | 35 VectorType Vector; variable
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/array/ |
| H A D | compare.fail.cpp | 27 typedef std::vector<typename Array::value_type> Vector; in test_compare() typedef
|