Home
last modified time | relevance | path

Searched refs:foo7 (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-enforce-tcb.c12 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 Dpragma-ms-alloc-text.cpp45 static void foo7();
47 static void foo7();
48 #pragma alloc_text(c, foo7) // no-warning
49 void foo7() {} in foo7() function
H A Dattr-x86-interrupt.c40 __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 Dattr-sentinel.c10 void foo7 (int x, ...) __attribute__ ((__sentinel__(0))); // expected-note {{function has been expl…
25foo7(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 Dattr-micromips.c14 __attribute((micromips)) void foo7(void);
/llvm-project-15.0.7/flang/test/Lower/
H A Dprocedure-declarations.f90151 external :: foo7
153 call bar(foo7)
162 call_foo7 = foo7(i)
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-x86-interrupt.cpp41 __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 Dmethod-sentinel-attr.m12 - (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 Dcontext.txt18 ; 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 Dfilter.txt17 ; 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 Dswitch.c97 void foo7(void){ in foo7() function
99 foo7(); in foo7()
H A Dstdcall-fastcall.c103 void __attribute__((fastcall)) foo7(int a, struct S1 b, int c);
107 foo7(a, b, c); in bar7()
H A Dattr-x86-interrupt.c13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmips64imm.ll27 define i64 @foo7() nounwind readnone {
29 ; CHECK: foo7
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtile_ast_print.cpp168 void foo7(int start, int stop, int step) { in foo7() function
182 foo7<5>(0, 42, 2); in tfoo7()
H A Dalign_clause_codegen.cpp38 int foo7[70]; in main() local
49 #pragma omp allocate(foo7) align(32) allocator(omp_thread_mem_alloc) in main()
H A Dtile_codegen.cpp76 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 Dvararg_tailcall.ll65 ; X64: @foo7
67 ; WIN64: @foo7
69 define ptr @foo7(ptr %arg1, ptr %arg2) nounwind optsize ssp noredzone {
H A Dmachine-function-splitter.ll152 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 Dat_file_win.c25 foo7
H A Dat_file.c27 foo7
/llvm-project-15.0.7/flang/test/Fir/
H A Dtypes-to-llvm.fir30 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 Dattr-x86-interrupt.cpp13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpromote-alloca-array-aggregate.ll51 %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 Dtls-i386.s11 movl foo7@INDNTPOFF, %eax

123