| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-enforce-tcb.c | 12 void foo7 (void) PLACE_IN_TCB("bar3"); 22 foo7(); // expected-warning {{calling 'foo7' is a violation of trusted computing base 'bar'}} in foo1() 42 foo7(); // #1 in foo6() 62 foo7(); // #5 in foo10()
|
| H A D | pragma-ms-alloc-text.cpp | 45 static void foo7(); 47 static void foo7(); 48 #pragma alloc_text(c, foo7) // no-warning 49 void foo7() {} in foo7() function
|
| H A D | attr-x86-interrupt.c | 40 __attribute__((interrupt)) void foo7(int *a, unsigned b) {} in foo7() function 62 void *ptr = (void *)&foo7; in main() 69 foo7((int *)argv, argc); in main()
|
| H A D | attr-sentinel.c | 10 void foo7 (int x, ...) __attribute__ ((__sentinel__(0))); // expected-note {{function has been expl… 25 …foo7(1); // expected-warning {{not enough variable arguments in 'foo7' declaration to fit a sentin… in test1() 26 foo7(1, NULL); // OK in test1()
|
| H A D | attr-micromips.c | 14 __attribute((micromips)) void foo7(void);
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | procedure-declarations.f90 | 151 external :: foo7 153 call bar(foo7) 162 call_foo7 = foo7(i)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-x86-interrupt.cpp | 41 __attribute__((interrupt)) void foo7(int *a, unsigned b) {} in foo7() function 59 void *ptr = (void *)&foo7; in main() 67 foo7((int *)argv, argc); in main()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | method-sentinel-attr.m | 12 - (void) foo7 : (int)x, ... __attribute__ ((__sentinel__(0))); // expected-note {{method has been e… 38 …[p foo7:1]; // expected-warning {{not enough variable arguments in 'foo7:' declaration to fit a s… 39 [p foo7:1, NULL]; // ok
|
| /llvm-project-15.0.7/llvm/test/FileCheck/dump-input/ |
| H A D | context.txt | 18 ; RUN: echo foo7 >> %t.in 32 ; RUN: echo foo7 >> %t.in 33 ; RUN: echo foo7 >> %t.in 47 ; RUN: echo foo7 >> %t.in 62 ; C5-NEXT: 2: foo7 79 ; C6-NEXT: 16: foo7 83 ; C6-NEXT: 17: foo7 99 ; C7-NEXT: 31: foo7 137 ; W6-NEXT: 16: foo7 142 ; W6-NEXT: 17: foo7
|
| H A D | filter.txt | 17 ; RUN: echo foo7 >> %t.in 29 ; RUN: echo foo7 >> %t.in 41 ; RUN: echo foo7 >> %t.in 66 ; ALL-NEXT: 9: foo7 86 ; ALL-NEXT: 20: foo7 109 ; ALL-NEXT: 31: foo7 146 ; ANNOTATION-FULL-NEXT: 20: foo7 169 ; ANNOTATION-FULL-NEXT: 31: foo7
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | switch.c | 97 void foo7(void){ in foo7() function 99 foo7(); in foo7()
|
| H A D | stdcall-fastcall.c | 103 void __attribute__((fastcall)) foo7(int a, struct S1 b, int c); 107 foo7(a, b, c); in bar7()
|
| H A D | attr-x86-interrupt.c | 13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | mips64imm.ll | 27 define i64 @foo7() nounwind readnone { 29 ; CHECK: foo7
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | tile_ast_print.cpp | 168 void foo7(int start, int stop, int step) { in foo7() function 182 foo7<5>(0, 42, 2); in tfoo7()
|
| H A D | align_clause_codegen.cpp | 38 int foo7[70]; in main() local 49 #pragma omp allocate(foo7) align(32) allocator(omp_thread_mem_alloc) in main()
|
| H A D | tile_codegen.cpp | 76 void foo7(T start, T end) { in foo7() function 83 foo7<int,3,5>(0, 42); in tfoo7()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | vararg_tailcall.ll | 65 ; X64: @foo7 67 ; WIN64: @foo7 69 define ptr @foo7(ptr %arg1, ptr %arg2) nounwind optsize ssp noredzone {
|
| H A D | machine-function-splitter.ll | 152 define i32 @foo7(i1 zeroext %0) personality ptr @__gxx_personality_v0 !prof !14 { 154 ; MFS-DEFAULTS-LABEL: foo7 155 ; MFS-DEFAULTS: .section .text.split.foo7,"ax",@progbits 156 ; MFS-DEFAULTS-NEXT: foo7.cold:
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | at_file_win.c | 25 foo7
|
| H A D | at_file.c | 27 foo7
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | types-to-llvm.fir | 30 func.func private @foo7(%arg0: !fir.array<6x?x!fir.char<1,?>>) 31 // CHECK-LABEL: foo7 62 func.func private @foo7(%arg0: !fir.ref<!fir.box<!fir.array<?xf32>>>) 63 // CHECK-LABEL: foo7 152 func.func private @foo7(%arg0: !fir.heap<!fir.type<ZT>>) 153 // CHECK-LABEL: foo7 316 func.func private @foo7(%arg0: !fir.vector<10:i8>) 317 // CHECK-LABEL: foo7
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | attr-x86-interrupt.cpp | 13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | promote-alloca-array-aggregate.ll | 51 %foo7 = alloca <4 x float> 52 %foo8 = load <4 x float>, <4 x float>* %foo7 103 %foo7 = getelementptr %Block2, %Block2 addrspace(1)* @block2, i32 0, i32 1 104 store [2 x float] %foo6, [2 x float] addrspace(1)* %foo7 149 %foo7 = alloca <4 x float> 150 %foo8 = load <4 x float>, <4 x float>* %foo7 213 %foo7 = load double, double* %foo6 216 %foo10 = fadd double %foo7, %foo9
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | tls-i386.s | 11 movl foo7@INDNTPOFF, %eax
|