Home
last modified time | relevance | path

Searched refs:test5 (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/llvm-project/llvm/test/Transforms/DeadArgElim/
H A D2008-06-23-DeadAfterLive.ll8 define internal i32 @test5() {
12 ; This function doesn't use the return value @test5 and tries to lure DAE into
13 ; marking @test5's return value dead because only this call is unused.
15 %DEAD = call i32 @test5()
19 ; This function ensures the retval of @test5 is live.
21 %LIVE = call i32 @test5()
H A Dreturned.ll39 ; CHECK-LABEL: define internal void @test5(ptr %this)
41 define internal ptr @test5(ptr %this) {
58 ; CHECK: call void @test5(ptr %this)
59 %5 = call ptr @test5(ptr returned %this)
/llvm-project/llvm/test/Transforms/MergeFunc/
H A Dunnamed-addr-reprocessing.ll3 ; After the merge of test5 and test6, we can merge test3 and test4,
7 ; CHECK-NEXT: tail call void @test5()
28 call void @test5()
29 call void @test5()
39 define void @test5() unnamed_addr {
/llvm-project/clang/test/CodeGen/
H A Dattr-minsize.cpp59 void test5(T arg) { in test5() function
64 void test5<int>(int arg);
71 void test5<float>(float arg);
H A Dinline.c111 extern __inline int test5(void) __attribute__ ((__gnu_inline__));
112 extern __inline int __attribute__ ((__gnu_inline__)) test5(void) in test5() function
117 void test_test5() { test5(); } in test_test5()
H A Dblocks-1.c61 void test5(void) { in test5() function
85 test5(); in main()
/llvm-project/clang/test/SemaCXX/
H A Dwarn-pessmizing-move.cpp101 void test5(A) { in test5() function
102 test5(A()); in test5()
103 test5(test4()); in test5()
105 test5(std::move(A())); in test5()
110 test5(std::move(test4())); in test5()
H A Dcondition.cpp63 void test5() { in test5() function
68 test5<int>(); in test5_inst()
/llvm-project/clang/test/CodeGenCXX/
H A Denable_if.cpp4 int test5(int);
6 T test5(T) __attribute__((enable_if(1, "better than non-template")));
9 int (*Ptr)(int) = &test5;
/llvm-project/clang/test/Sema/
H A Dattr-visibility.c13 struct test5;
14 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}}
15 struct __attribute__((visibility("default"))) test5; // expected-error {{visibility does not match …
H A Dattr-section.c47 void test5(void) __attribute__((section("seg5,sec5"))); // expected-error {{'test5' c…
48 void test5(void) {} in test5() function
/llvm-project/clang/test/Parser/
H A Dexpressions.c48 int test5(int);
50 return test5( // expected-note {{to match}} in test6()
51 test5(1) in test6()
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp72 void test5() { in test5() function
115 void test5() { in test5() function
162 void test5() { in test5() function
224 namespace test5 { namespace
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dcast-set-preserve-signed-dbg-val.ll4 ; CHECK-LABEL: define {{.*}} @test5
5 define i16 @test5(i16 %A) !dbg !34 {
42 !34 = distinct !DISubprogram(name: "test5", linkageName: "test5", scope: null, file: !1, line: 12, …
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c9 struct test5 { int x[17]; }; argument
36 void test5 (int x, struct test5 y) in test5() function
/llvm-project/llvm/test/Analysis/ScalarEvolution/
H A Dmul.ll60 define i8 @test5(i8 %x, i32 %y32) {
61 ; CHECK-LABEL: 'test5'
62 ; CHECK-NEXT: Classifying expressions for: @test5
69 ; CHECK-NEXT: Determining loop execution counts for: @test5
/llvm-project/llvm/test/CodeGen/WebAssembly/
H A Doffset-folding.ll56 ; CHECK-LABEL: test5:
57 ; CHECK-NEXT: .functype test5 () -> (i32){{$}}
60 define dso_local ptr @test5() {
/llvm-project/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp126 void test5() { in test5() function
198 void test5() { in test5() function
274 void test5() { in test5() function
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dmergeable-string-pool-pass-only.mir
/llvm-project/llvm/test/CodeGen/X86/
H A Dins_subreg_coalesce-2.ll4 define i16 @test5(i16 %f12) nounwind {
5 ; CHECK-LABEL: test5:
/llvm-project/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp88 void test5() in test5() function
127 test5(); in main()
H A Dcatch_member_data_pointer_01.pass.cpp130 void test5() in test5() function
173 test5(); in main()
/llvm-project/llvm/test/Transforms/SCCP/
H A Dloadtest2.ll7 define i32 @test5(i32 %b) {
8 ; CHECK-LABEL: define i32 @test5(
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s51 .macro test5 _a macro
56 test5 zed1 label
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstrtok.c74 void test5() { in test5() function
100 if (!strcmp(argv[1], "test5")) test5(); in main()

12345678910>>...38