| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | version-script-symver.s | 11 # EXACT-NEXT: [[#]] foo4@@v2 20 # WC-NEXT: [[#]] foo4@@v2 28 # MIX1-NEXT: [[#]] foo4@@v2 38 # MIX2-NEXT: [[#]] foo4@@v2 45 # RELOC: R_X86_64_JUMP_SLOT {{.*}} foo4@@v2 + 0 51 .globl foo4; .symver foo4,foo4@@v2; foo4: ret
|
| H A D | aarch64-lo12-alignment.s | 18 ldr w2, [x0, #:lo12:foo4] // Ok as foo4 is 4-byte aligned 19 ldr x3, [x0, #:lo12:foo4] // Error foo4 is not 8-byte aligned 29 .globl foo4 37 foo4: label
|
| H A D | arm-sbrel32.s | 22 .long foo4(sbrel) 31 foo4: .space 4 label
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-enforce-tcb.c | 9 void foo4 (void) PLACE_IN_TCB("bar2"); 19 foo4(); // expected-warning {{calling 'foo4' is a violation of trusted computing base 'bar'}} in foo1() 35 foo4(); // no-warning in foo5() 40 foo4(); // expected-warning {{calling 'foo4' is a violation of trusted computing base 'bar'}} in foo6() 59 foo4(); // #4 in foo10()
|
| H A D | pragma-ms-alloc-text.cpp | 30 extern "C" void foo4(); 31 #pragma alloc_text(c, foo4) // no-warning 32 void foo4() {} in foo4() function
|
| H A D | ms_abi-sysv_abi.c | 10 void __attribute__((ms_abi)) foo4(); // expected-note{{previous declaration is here}} 11 void __attribute__((sysv_abi)) foo4(void); // expected-error{{function declared 'cdecl' here was pr…
|
| H A D | attr-disable-tail-calls.c | 15 __attribute__((naked)) void foo4(void); // expected-note {{conflicting attribute is here}} 16 __attribute__((disable_tail_calls)) void foo4(void); // expected-error {{'disable_tail_calls' and '…
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | switch.c | 49 static int foo4(int i) { in foo4() function 71 return foo4(111) + foo4(99) + foo4(222) + foo4(601); in foo4t()
|
| H A D | attr-btf_tag-disubprogram.c | 34 int __tag1 foo4(struct t1 *arg); 35 int __tag2 foo4(struct t1 *arg); 36 int foo4(struct t1 *arg) { in foo4() function
|
| H A D | long-call-attr.c | 5 void __attribute__((short_call)) foo4 (void); 11 void __attribute__((near)) foo3 (void) { foo1(); foo4(); } in foo3()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | template-function-specialization.cpp | 39 void foo4() { in foo4() function 43 void foo4<int>() { in foo4() function 58 foo4<short>(); in use() 59 foo4<int>(); in use()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | fp16mix.ll | 73 define void @foo4() { 76 ; fmask2: .ent foo4 83 ; fmask2: .end foo4 84 ; fmask1: .ent foo4 86 ; fmask1: .end foo4 87 ; fmask1nr: .ent foo4 89 ; fmask1nr: .end foo4
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | alias.s | 16 .type foo4,@function 17 foo4: label 18 bar4 = foo4
|
| H A D | ifunc-alias.s | 19 .type foo4,@function 20 .set foo4,foo3 define
|
| /llvm-project-15.0.7/clang/test/Analysis/Checkers/WebKit/ |
| H A D | uncounted-lambda-captures.cpp | 16 auto foo4 = [=](){ (void) ref_countable; }; in raw_ptr() local 30 auto foo4 = [=](){ (void) ref_countable_ref; }; in references() local 42 auto foo4 = [=]() {}; in quiet() local
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | propagate-attributes-clone.ll | 8 ; OPT: declare void @foo4() local_unnamed_addr #0 15 ; OPT-EXT: tail call void @foo4() 22 ; OPT-INT: tail call void @foo4() 42 ; OPT-EXT: tail call void @foo4() 49 ; OPT-INT: tail call void @foo4() 72 ; LLC: foo4@gotpcrel32@lo+4 73 ; LLC: foo4@gotpcrel32@hi+12 92 declare void @foo4() #1 114 tail call void @foo4()
|
| H A D | propagate-attributes-single-set.ll | 6 ; OPT: declare void @foo4() local_unnamed_addr #0 22 ; LLC: foo4@gotpcrel32@lo+4 23 ; LLC: foo4@gotpcrel32@hi+12 37 declare void @foo4() #1 53 tail call void @foo4()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | weak-undef.ll | 32 declare external hidden void @foo4() 34 call void @foo4() 38 ; CHECK: callq foo4 40 ; I386: calll foo4
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | procedure-declarations.f90 | 95 call foo4(i) argument 99 external :: foo4 102 call bar(foo4)
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | types-to-llvm.fir | 22 // CHECK-LABEL: foo4 54 // CHECK-LABEL: foo4 99 // CHECK-LABEL: foo4 141 // CHECK-LABEL: foo4 180 func.func private @foo4(%arg0: !fir.int<16>) 181 // CHECK-LABEL: foo4 205 // CHECK-LABEL: foo4 248 func.func private @foo4(%arg0: complex<f80>) 249 // CHECK-LABEL: foo4 277 // CHECK-LABEL: foo4 [all …]
|
| H A D | optional.fir | 55 // CHECK-LABEL: @foo4( 57 func.func @foo4(%arg0: !fir.boxproc<(i32)->(i64)>) -> i1 { 67 // CHECK: call i1 @foo4(ptr null) 68 %1 = fir.call @foo4(%0) : (!fir.boxproc<(i32)->(i64)>) -> i1
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | tls-symbols.s | 11 lui $1, %tprel_hi(foo4) 18 .hidden foo4 25 # CHECK: 4: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND foo4
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | symver-asm3.ll | 24 module asm ".symver foo4, foo@@@VER4" 36 define void @foo4() { 37 ; CHECK-DAG: T foo4
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | aarch64-symbols-stother.test | 20 # LLVM: Name: foo4 29 # GNU-NEXT: 4: 0000000000000000 0 NOTYPE LOCAL PROTECTED UND foo4 44 - Name: foo4
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | wineh-mingw.ll | 10 define i32 @foo4() #0 personality i32 (i32, i32, i64, i8*, i8*)* @_d_eh_personality { 35 ; WINEH-LABEL: foo4: 36 ; WINEH: .seh_proc foo4
|