Searched refs:testArray (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TinyPtrVectorTest.cpp | 180 this->setVectors(this->testArray(1), this->testArray(0)); in TYPED_TEST() 184 this->setVectors(this->testArray(1), this->testArray(0)); in TYPED_TEST() 188 this->setVectors(this->testArray(2), this->testArray(0)); in TYPED_TEST() 192 this->setVectors(this->testArray(2), this->testArray(0)); in TYPED_TEST() 204 this->setVectors(this->testArray(0), this->testArray(1)); in TYPED_TEST() 208 this->setVectors(this->testArray(0), this->testArray(1)); in TYPED_TEST() 212 this->setVectors(this->testArray(0), this->testArray(2)); in TYPED_TEST() 216 this->setVectors(this->testArray(0), this->testArray(2)); in TYPED_TEST() 228 this->setVectors(this->testArray(1), this->testArray(1)); in TYPED_TEST() 235 this->setVectors(this->testArray(1), this->testArray(2)); in TYPED_TEST() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | constant-vectors.ll | 6 ; CHECK: .visible .global .align 16 .b8 testArray[8] = {0, 1, 2, 3, 4, 5, 6, 7}; 7 @testArray = constant [2 x <4 x i8>] [<4 x i8> <i8 0, i8 1, i8 2, i8 3>, <4 x i8> <i8 4, i8 5, i8 6…
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-subscripting-literals.m | 25 id testArray() { function 45 …: 27:16 | <parent>:: kind: function | name: testArray | USR: c:@F@testArray | lang: C | container:…
|
| H A D | file-refs-subscripting.m | 22 id testArray(int index, id p) { function
|
| H A D | annotate-subscripting.m | 22 id testArray(int index, id p) { function
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.access/ |
| H A D | end.pass.cpp | 81 constexpr bool testArray() { in testArray() function 360 testArray(); in main() 361 static_assert(testArray()); in main()
|
| H A D | begin.pass.cpp | 95 constexpr bool testArray() { in testArray() function 331 testArray(); in main() 332 static_assert(testArray()); in main()
|
| H A D | rbegin.pass.cpp | 97 constexpr bool testArray() { in testArray() function 508 testArray(); in main() 509 static_assert(testArray()); in main()
|
| H A D | rend.pass.cpp | 85 constexpr bool testArray() { in testArray() function 537 testArray(); in main() 538 static_assert(testArray()); in main()
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | subscripting-literals.m | 42 id testArray(int idx, id p) { function
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | ctor.mm | 569 void testArray() {
|
| H A D | retain-release-path-notes.m | 184 void testArray(id obj) { function
|