/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill_n.pass.cpp | 106 test1 test1a[n] = {0}; in test_struct_array() local 107 assert(std::fill_n(test1a, UDI(n), static_cast<char>(10)) == std::next(test1a, n)); in test_struct_array() 108 assert(test1a[0].c == 11); in test_struct_array() 109 assert(test1a[1].c == 11); in test_struct_array() 110 assert(test1a[2].c == 11); in test_struct_array() 111 assert(test1a[3].c == 11); in test_struct_array()
|
/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill_n.pass.cpp | 105 test1 test1a[n] = {0}; in test_struct_array() local 106 assert(std::fill_n(test1a, UDI(n), static_cast<char>(10)) == std::next(test1a, n)); in test_struct_array() 107 assert(test1a[0].c == 11); in test_struct_array() 108 assert(test1a[1].c == 11); in test_struct_array() 109 assert(test1a[2].c == 11); in test_struct_array() 110 assert(test1a[3].c == 11); in test_struct_array()
|
/external/llvm/test/CodeGen/X86/ |
D | pmulld.ll | 15 define <4 x i32> @test1a(<4 x i32> %A, <4 x i32> *%Bp) nounwind { 16 ; CHECK-LABEL: test1a: 19 ; WIN64-LABEL: test1a:
|
D | fast-isel-i1.ll | 4 declare i32 @test1a(i32) 10 %t = call i32 @test1a(i32 %y)
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pmulld.ll | 15 define <4 x i32> @test1a(<4 x i32> %A, <4 x i32> *%Bp) nounwind { 16 ; CHECK-LABEL: test1a: 19 ; WIN64-LABEL: test1a:
|
D | branchfolding-debug-invariant.mir | 4 name: test1a 6 ; CHECK-LABEL: name: test1a 35 ; Verify that we get the same rewrites as in test1a when adding some 103 ; Verify that we get the same rewrites as in test1a when adding some
|
D | fast-isel-i1.ll | 4 declare i32 @test1a(i32) 10 %t = call i32 @test1a(i32 %y)
|
/external/llvm/test/Assembler/ |
D | invalid-fwdref1.ll | 3 define i8* @test1() { ret i8* @test1a } 4 define void @test1a() { }
|
/external/llvm-project/llvm/test/Assembler/ |
D | invalid-fwdref1.ll | 3 define i8* @test1() { ret i8* @test1a } 4 define void @test1a() { }
|
/external/clang/test/CodeGen/ |
D | byval-memcpy-elim.c | 14 void test1a(struct Test1S, struct Test2S); 19 test1a(*A, *B); in test1()
|
D | alignment.c | 22 int test1a(myint *p) { in test1a() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | byval-memcpy-elim.c | 14 void test1a(struct Test1S, struct Test2S); 19 test1a(*A, *B); in test1()
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | forward_as_tuple.pass.cpp | 32 test1a(const Tuple& t) in test1a() function 74 test1a(std::forward_as_tuple(1)); in main()
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | forward_as_tuple.pass.cpp | 31 test1a(const Tuple& t) in test1a() function 73 test1a(std::forward_as_tuple(1)); in main()
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | debugger-cast-result-to-id.mm | 4 extern __unknown_anytype test1a(); function 37 id x2 = test1a();
|
/external/clang/test/SemaObjCXX/ |
D | debugger-cast-result-to-id.mm | 4 extern __unknown_anytype test1a(); function 37 id x2 = test1a();
|
/external/llvm-project/llvm/test/Transforms/GlobalOpt/ |
D | cleanup-pointer-root-users.ll | 5 define void @test1a() { 6 ; CHECK-LABEL: @test1a(
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | cleanup-pointer-root-users.ll | 5 define void @test1a() { 6 ; CHECK-LABEL: @test1a(
|
/external/llvm-project/llvm/test/Transforms/SCCP/ |
D | ipsccp-cycles.ll | 4 define internal i32 @test1a(i32 %A, i32 %b) { 5 ; CHECK-LABEL: @test1a( 10 ; CHECK-NEXT: [[R:%.*]] = call i32 @test1a(i32 [[X]], i32 [[B]]) 20 %r = call i32 @test1a(i32 %X, i32 %b) 29 ; CHECK-NEXT: [[X:%.*]] = call i32 @test1a(i32 17, i32 [[B:%.*]]) 32 %X = call i32 @test1a( i32 17, i32 %b)
|
/external/llvm/test/Transforms/AlignmentFromAssumptions/ |
D | start-unk.ll | 100 br i1 undef, label %test1a.exit, label %if.end.i124 105 test1a.exit: ; preds = %test1.exit 108 for.body137.lr.ph: ; preds = %test1a.exit 139 if.end150: ; preds = %test1b.exit, %test1a.exit, %if.then126…
|
/external/llvm-project/llvm/test/Transforms/AlignmentFromAssumptions/ |
D | start-unk.ll | 100 br i1 undef, label %test1a.exit, label %if.end.i124 105 test1a.exit: ; preds = %test1.exit 108 for.body137.lr.ph: ; preds = %test1a.exit 139 if.end150: ; preds = %test1b.exit, %test1a.exit, %if.then126…
|
/external/llvm/test/Transforms/PhaseOrdering/ |
D | scev.ll | 37 ; CHECK: test1a 40 define void @test1a(i64 %d, i32* %p) nounwind uwtable ssp {
|
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/ |
D | scev.ll | 38 ; CHECK: test1a 41 define void @test1a(i64 %d, i32* %p) nounwind uwtable ssp {
|
/external/llvm-project/clang/test/PCH/ |
D | cxx11-inheriting-ctors.cpp | 49 Test test1a(42); variable
|
/external/clang/test/PCH/ |
D | cxx11-inheriting-ctors.cpp | 42 Test test1a(42); variable
|