Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 25 of 1489) sorted by relevance

12345678910>>...60

/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp132 test3(S(""), S(""), S("")); in test()
133 test3(S(""), S("12345"), S("12345")); in test()
134 test3(S(""), S("1234567890"), S("1234567890")); in test()
136 test3(S("abcde"), S(""), S("abcde")); in test()
139 test3(S("abcde"), S("12345678901234567890"), in test()
147 test3(S("abcdefghijklmnopqrst"), S("12345"), in test()
224 test3(S(""), S(""), S("")); in test()
225 test3(S(""), S("12345"), S("12345")); in test()
228 test3(S("abcde"), S(""), S("abcde")); in test()
231 test3(S("abcde"), S("12345678901234567890"), in test()
[all …]
/llvm-project-15.0.7/llvm/test/Object/
H A Dnm-darwin-m.test5 RUN: llvm-nm -m %p/Inputs/darwin-m-test3.macho-x86-64 \
6 RUN: | FileCheck %s -check-prefix test3
20 # This is testing is using darwin-m-test3.macho-x86-64 that is linked with
43 test3: (undefined) external _foo (from Foo)
44 test3: (undefined) external _fooPath (from FooPath)
48 test3: (undefined) external _fooVers (from FooVers)
49 test3: (undefined) external _foo_bar (from libfoo_bar)
51 test3: 0000000100000e50 (__TEXT,__text) external _main
52 test3: (undefined) external _qt (from QT)
53 test3: (undefined) external _qtPath (from QTPath)
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dasm-modifier-P.ll45 define void @test3() nounwind {
49 ; CHECK-STATIC-64: call test3
51 ; CHECK-STATIC-64: call $test3
55 ; CHECK-STATIC-32: call test3
57 ; CHECK-STATIC-32: call $test3
59 ; CHECK-PIC-64-LABEL: test3:
61 ; CHECK-PIC-64: call test3@PLT
63 ; CHECK-PIC-64: call $test3
65 ; CHECK-PIC-32-LABEL: test3:
67 ; CHECK-PIC-32: call test3@PLT
[all …]
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp21 Opaque0 test3(int*) const;
34 using Base::test3;
35 Opaque1 test3(int*);
53 void test3() { in test3() function
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
55 Opaque0 b = ((const Derived*) 0)->test3((int*) 0); in test3()
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/
H A Dblock-address-operands.mir31 store volatile i8* blockaddress(@test3, %0), i8** %addr
35 define void @test3() {
37 store volatile i8* blockaddress(@test3, %0), i8** @addr
89 ; CHECK: $rax = LEA64r $rip, 1, $noreg, blockaddress(@test3, %ir-block.0), $noreg
90 $rax = LEA64r $rip, 1, _, blockaddress(@test3, %ir-block.0), _
95 name: test3
100 ; CHECK-LABEL: name: test3
101 ; CHECK: $rax = LEA64r $rip, 1, $noreg, blockaddress(@test3, %ir-block.0), $noreg
102 $rax = LEA64r $rip, 1, _, blockaddress(@test3, %ir-block.0), _
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c7 struct test3 { int x; int y; } __attribute__((aligned (32))); argument
24 void test3 (int x, struct test3 y) in test3() function
103 struct test3 test3va (int x, ...) in test3va()
105 struct test3 y; in test3va()
108 y = va_arg (ap, struct test3); in test3va()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
H A Dset_symmetric_difference.pass.cpp53 TEST_CONSTEXPR_CXX20 void test3() in test3() function
65 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
66 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
67 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
68 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
69 test3<T, Iter1, const T*>(); in test2()
H A Dset_symmetric_difference_comp.pass.cpp54 TEST_CONSTEXPR_CXX20 void test3() in test3() function
66 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
67 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
68 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
69 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
70 test3<T, Iter1, const T*>(); in test2()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
H A Dset_difference.pass.cpp53 TEST_CONSTEXPR_CXX20 void test3() in test3() function
65 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
66 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
67 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
68 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
69 test3<T, Iter1, const T*>(); in test2()
H A Dset_difference_comp.pass.cpp54 TEST_CONSTEXPR_CXX20 void test3() in test3() function
66 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
67 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
68 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
69 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
70 test3<T, Iter1, const T*>(); in test2()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
H A Dset_intersection.pass.cpp53 TEST_CONSTEXPR_CXX20 void test3() in test3() function
65 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
66 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
67 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
68 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
69 test3<T, Iter1, const T*>(); in test2()
H A Dset_intersection_comp.pass.cpp54 TEST_CONSTEXPR_CXX20 void test3() in test3() function
66 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
67 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
68 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
69 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
70 test3<T, Iter1, const T*>(); in test2()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
H A Dset_union.pass.cpp53 TEST_CONSTEXPR_CXX20 void test3() in test3() function
65 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
66 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
67 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
68 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
69 test3<T, Iter1, const T*>(); in test2()
H A Dset_union_comp.pass.cpp54 TEST_CONSTEXPR_CXX20 void test3() in test3() function
66 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
67 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
68 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
69 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
70 test3<T, Iter1, const T*>(); in test2()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dmerge.pass.cpp53 TEST_CONSTEXPR_CXX20 void test3() in test3() function
65 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
66 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
67 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
68 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
69 test3<T, Iter1, const T*>(); in test2()
H A Dmerge_comp.pass.cpp54 TEST_CONSTEXPR_CXX20 void test3() in test3() function
66 test3<T, Iter1, cpp17_input_iterator<const T*> >(); in test2()
67 test3<T, Iter1, forward_iterator<const T*> >(); in test2()
68 test3<T, Iter1, bidirectional_iterator<const T*> >(); in test2()
69 test3<T, Iter1, random_access_iterator<const T*> >(); in test2()
70 test3<T, Iter1, const T*>(); in test2()
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dindirectbr.ll70 ; CHECK-LABEL: @test3(
72 ; CHECK: blockaddress(@test3, %__here)
74 ; CHECK: blockaddress(@test3, %__here1)
76 ; CHECK: blockaddress(@test3, %__here3)
77 define void @test3() nounwind ssp noredzone {
82 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here) to i64))…
86 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)…
90 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here3) to i64)…
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/
H A Dextractvalue.ll19 define i32 @test3() {
22 ; CHECK-LABEL: @test3(
40 define i32 @zeroinitializer-test3() {
43 ; CHECK: @zeroinitializer-test3
61 define i32 @undef-test3() {
64 ; CHECK: @undef-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,
9 ; CHECK-NEXT: tail call void @test3()
16 call void @test3()
17 call void @test3()
27 define void @test3() unnamed_addr {
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s28 .macro test3 macro
33 test3 1, 2 3 label
36 test3 1, (2 3) label
39 test3 1 2 label
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-pessmizing-move.cpp75 A test3() { in test3() function
87 return test3(); in test4()
94 return std::move(test3()); in test4()
119 A a2 = test3(); in test6()
133 A a4 = std::move(test3()); in test6()
139 a4 = std::move(test3()); in test6()
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dctor_result_type.pass.cpp84 test3() in test3() function
148 test3<unsigned short>(); in main()
149 test3<unsigned int>(); in main()
150 test3<unsigned long>(); in main()
151 test3<unsigned long long>(); in main()
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dkeep-many.test2 # RUN: llvm-objcopy --strip-non-alloc --keep-section=.test --keep-section=.test3 %t %t2
20 - Name: .test3
28 # CHECK: Name: .test3
33 # REGEX: Name: .test3
/llvm-project-15.0.7/llvm/test/Transforms/ConstantMerge/
H A Dunnamed-addr.ll15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 }
16 @test3.y = constant %struct.foobar { i32 3 }
27 ; CHECK-NEXT: @test3.y = constant %struct.foobar { i32 3 }
36 call void @zed(%struct.foobar* @test3.x, %struct.foobar* @test3.y)
/llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/
H A DLoopExtractor.ll4 define void @test3() {
5 ; CHECK-LABEL: @test3(
9 ; CHECK-NEXT: call void @test3.loop.0()
14 ; CHECK-NEXT: call void @test3.loop.1()
42 ; CHECK-LABEL: define internal void @test3.loop.1()
56 ; CHECK-LABEL: define internal void @test3.loop.0()

12345678910>>...60