Home
last modified time | relevance | path

Searched refs:testArray (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp56 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 Dindex-subscripting-literals.m25 id testArray() { function
45 …: 27:16 | <parent>:: kind: function | name: testArray | USR: c:@F@testArray | lang: C | container:…
H A Dfile-refs-subscripting.m22 id testArray(int index, id p) { function
H A Dannotate-subscripting.m22 id testArray(int index, id p) { function
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dconstant-vectors.ll6 ; 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 Dbegin.pass.cpp95 constexpr bool testArray() { in testArray() function
331 testArray(); in main()
332 static_assert(testArray()); in main()
H A Dend.pass.cpp81 constexpr bool testArray() { in testArray() function
360 testArray(); in main()
361 static_assert(testArray()); in main()
H A Drbegin.pass.cpp96 constexpr bool testArray() { in testArray() function
508 testArray(); in main()
509 static_assert(testArray()); in main()
H A Drend.pass.cpp84 constexpr bool testArray() { in testArray() function
536 testArray(); in main()
537 static_assert(testArray()); in main()
/llvm-project/clang/test/PCH/
H A Dsubscripting-literals.m42 id testArray(int idx, id p) { function
/llvm-project/clang/test/Analysis/
H A Dctor.mm565 void testArray() {
H A Dretain-release-path-notes.m184 void testArray(id obj) { function