Searched refs:testArray (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/unittests/ADT/ |
H A D | TinyPtrVectorTest.cpp | 56 ArrayRef<PtrT> testArray(size_t N) { return ArrayRef(&TestPtrs[0], N); } in testArray() function in __anonae822dd40111::TinyPtrVectorTest 87 this->expectValues(this->V, this->testArray(0)); in TYPED_TEST() 92 this->expectValues(this->V, this->testArray(1)); in TYPED_TEST() 94 this->expectValues(this->V, this->testArray(2)); in TYPED_TEST() 96 this->expectValues(this->V, this->testArray(3)); in TYPED_TEST() 98 this->expectValues(this->V, this->testArray(4)); in TYPED_TEST() 100 this->expectValues(this->V, this->testArray(5)); in TYPED_TEST() 104 this->expectValues(this->V, this->testArray(4)); in TYPED_TEST() 106 this->expectValues(this->V, this->testArray(3)); in TYPED_TEST() 110 this->expectValues(this->V, this->testArray(4)); in TYPED_TEST() [all …]
|
/llvm-project/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/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, i8 7>], align 16
|
/llvm-project/libcxx/test/std/ranges/range.access/ |
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 | end.pass.cpp | 81 constexpr bool testArray() { in testArray() function 360 testArray(); in main() 361 static_assert(testArray()); in main()
|
H A D | rbegin.pass.cpp | 96 constexpr bool testArray() { in testArray() function 508 testArray(); in main() 509 static_assert(testArray()); in main()
|
H A D | rend.pass.cpp | 84 constexpr bool testArray() { in testArray() function 536 testArray(); in main() 537 static_assert(testArray()); in main()
|
/llvm-project/clang/test/PCH/ |
H A D | subscripting-literals.m | 42 id testArray(int idx, id p) { function
|
/llvm-project/clang/test/Analysis/ |
H A D | ctor.mm | 565 void testArray() {
|
H A D | retain-release-path-notes.m | 184 void testArray(id obj) { function
|