Home
last modified time | relevance | path

Searched refs:test4 (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c8 struct test4 { int x; int y; int z; }; argument
29 void test4 (int x, struct test4 y) in test4() function
121 struct test4 test4va (int x, ...) in test4va()
123 struct test4 y; in test4va()
126 y = va_arg (ap, struct test4); in test4va()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
H A Dset_symmetric_difference.pass.cpp28 TEST_CONSTEXPR_CXX20 void test4() in test4() function
55 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
56 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, T*>(); in test3()
H A Dset_symmetric_difference_comp.pass.cpp29 TEST_CONSTEXPR_CXX20 void test4() in test4() function
56 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
60 test4<T, Iter1, Iter2, T*>(); in test3()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
H A Dset_difference.pass.cpp28 TEST_CONSTEXPR_CXX20 void test4() in test4() function
55 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
56 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, T*>(); in test3()
H A Dset_difference_comp.pass.cpp29 TEST_CONSTEXPR_CXX20 void test4() in test4() function
56 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
60 test4<T, Iter1, Iter2, T*>(); in test3()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
H A Dset_intersection.pass.cpp28 TEST_CONSTEXPR_CXX20 void test4() in test4() function
55 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
56 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, T*>(); in test3()
H A Dset_intersection_comp.pass.cpp29 TEST_CONSTEXPR_CXX20 void test4() in test4() function
56 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
60 test4<T, Iter1, Iter2, T*>(); in test3()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
H A Dset_union.pass.cpp28 TEST_CONSTEXPR_CXX20 void test4() in test4() function
55 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
56 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, T*>(); in test3()
H A Dset_union_comp.pass.cpp29 TEST_CONSTEXPR_CXX20 void test4() in test4() function
56 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
60 test4<T, Iter1, Iter2, T*>(); in test3()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dmerge.pass.cpp28 TEST_CONSTEXPR_CXX20 void test4() in test4() function
55 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
56 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, T*>(); in test3()
H A Dmerge_comp.pass.cpp29 TEST_CONSTEXPR_CXX20 void test4() in test4() function
56 test4<T, Iter1, Iter2, cpp17_output_iterator<T*> >(); in test3()
57 test4<T, Iter1, Iter2, forward_iterator<T*> >(); in test3()
58 test4<T, Iter1, Iter2, bidirectional_iterator<T*> >(); in test3()
59 test4<T, Iter1, Iter2, random_access_iterator<T*> >(); in test3()
60 test4<T, Iter1, Iter2, T*>(); in test3()
/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dunnamed-addr-reprocessing.ll3 ; After the merge of test5 and test6, we can merge test3 and test4,
8 ; CHECK: define void @test4() unnamed_addr
22 call void @test4()
23 call void @test4()
33 define void @test4() unnamed_addr {
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dctor_result_type.pass.cpp106 test4() in test4() function
153 test4<unsigned short>(); in main()
154 test4<unsigned int>(); in main()
155 test4<unsigned long>(); in main()
156 test4<unsigned long long>(); in main()
/llvm-project-15.0.7/llvm/test/Transforms/ConstantMerge/
H A Dunnamed-addr.ll18 @test4.x = internal unnamed_addr constant %struct.foobar { i32 4 }
19 @test4.y = unnamed_addr constant %struct.foobar { i32 4 }
28 ; CHECK-NEXT: @test4.y = unnamed_addr constant %struct.foobar { i32 4 }
37 call void @zed(%struct.foobar* @test4.x, %struct.foobar* @test4.y)
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dattr-minsize.cpp40 void test4(T arg) { in test4() function
45 void test4<int>(int arg);
52 void test4<float>(float arg);
H A Dinline.c104 extern int test4(void);
105 extern __inline __attribute__ ((__gnu_inline__)) int test4(void) in test4() function
110 void test_test4() { test4(); } in test_test4()
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dopaque-ptr.ll25 define internal i32 @test4() {
26 ; CHECK-LABEL: @test4(
34 ; CHECK-NEXT: [[CALL:%.*]] = call i64 @test4()
37 %call = call i64 @test4()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dstatements.cpp28 void test4(); // expected-note{{possible target for call}}
29 void test4(int) { // expected-note{{possible target for call}} in test4() function
31 __asm__ ("":"+r" (test4)); // expected-error{{invalid lvalue in asm output}} in test4()
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-visibility.c10 struct __attribute__((visibility("hidden"))) test4; // expected-note {{previous attribute is here}}
11 struct test4;
12 struct __attribute__((visibility("default"))) test4; // expected-error {{visibility does not match …
/llvm-project-15.0.7/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp76 void test4() in test4() function
133 void test4() {} in test4() function
143 test4(); in main()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-lookup-3.m69 @interface Test4A - (struct test4a) test4; @end //expected-note{{using}} method
70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}} method
71 void test4(id x) { function
72 (void) [x test4]; //expected-warning {{multiple methods named 'test4' found}}
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s41 .macro test4 macro
46 test4 (a b)(,)),(cd) label
49 test4 (a b)(,)),(cd) label
/llvm-project-15.0.7/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp122 void test4() { in test4() function
194 void test4() { in test4() function
269 void test4() {
282 namespace test4 { namespace
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp68 void test4() { in test4() function
111 void test4() { in test4() function
157 void test4() {
188 namespace test4 { namespace
/llvm-project-15.0.7/llvm/test/MC/AMDGPU/
H A Dhsa-wave-size.s61 .amdgpu_hsa_kernel test4
62 test4: label

12345678910>>...45