Home
last modified time | relevance | path

Searched refs:foo10 (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-enforce-tcb.c48 void foo10(void) PLACE_IN_TCB("bar");
49 void foo10(void) PLACE_IN_TCB("bar2");
50 void foo10(void) PLACE_IN_TCB("bar3");
51 void foo10(void) { in foo10() function
H A Dwarn-strict-prototypes.c58 void foo10(); // expected-warning {{a function declaration without a prototype is deprecated in all…
62 void foo10(p, p2) void *p; {} // expected-warning {{a function definition without a prototype is de… in foo10() function
H A Dattr-long-call.c15 __attribute((short_call)) void foo10(void);
H A Darm-interrupt-attr.c20 __attribute__((interrupt(""))) void foo10(void) {} in foo10() function
H A Dmips-interrupt-attr.c26 __attribute__((interrupt)) __attribute__ ((mips16)) void foo10(void) {} // expected-error {{'mips16… in foo10() function
H A Driscv-interrupt-attr.c56 __attribute__((interrupt("user"))) void foo10(void) {} in foo10() function
H A Dattr-sentinel.c11 void foo10 (int x, ...) __attribute__ ((__sentinel__(1,1)));
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmips64-padding-arg.c66 void foo10(int, S16);
69 foo10(1, s16); in foo9()
H A Dstdcall-fastcall.c124 void __attribute__((fastcall)) foo10(float y, int x);
128 foo10(y, x); in bar10()
H A Dmangle.c75 int foo10(volatile int* add, int from, int to) { in foo10() function
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmips64imm.ll46 define i64 @foo10() nounwind readnone {
48 ; CHECK: foo10
H A Dbrdelayslot.ll114 ; FORWARD-LABEL: foo10:
118 ; FORWARD: end foo10
120 define void @foo10() nounwind {
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dalign_clause_codegen.cpp53 double foo10[90]; in main() local
55 #pragma omp allocate(foo10) align(128) in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dstruct.ll9 define void @foo10(%struct.s10* sret(%struct.s10) %0, i16 %1, i16 %2, i16 %3) addrspace(1) {
10 ; CHECKA-LABEL: foo10:
22 ; CHECKB-LABEL: foo10:
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dweakref.s61 .weakref foo10, bar10
63 .long foo10
/llvm-project-15.0.7/clang/test/Driver/
H A Dat_file_win.c28 foo10
H A Dat_file.c30 foo10
H A Dat_file_win.c.args9 -Dfoo10=foo10\"bar10\"zed10
H A Dat_file.c.args9 -Dfoo10=foo10\"bar10\"zed10
H A Dat_file.c.args.utf16le9 -Dfoo10=foo10\"bar10\"zed10
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmachine-function-splitter.ll245 define i32 @foo10(i1 zeroext %0) personality ptr @__gxx_personality_v0 !prof !14 {
247 ; MFS-DEFAULTS-LABEL: foo10
249 ; MFS-DEFAULTS: .section .text.split.foo10,"ax",@progbits
250 ; MFS-DEFAULTS-NEXT: foo10.cold:
/llvm-project-15.0.7/clang/test/CodeGen/avr/
H A Dstruct.c21 struct s10 foo10(int a, int b, int c) { in foo10() function
/llvm-project-15.0.7/clang/test/PCH/
H A Docl_types.cl34 void foo10(pipe Person P) {
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dload-with-non-coherent-cache.ll102 ; SM20-LABEL: .visible .entry foo10(
104 ; SM35-LABEL: .visible .entry foo10(
106 define void @foo10(<2 x i64> * noalias readonly %from, <2 x i64> * %to) {
257 !10 = !{void (<2 x i64> *, <2 x i64> *)* @foo10, !"kernel", i32 1}
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/
H A Dgc-func-overlapping-address-ranges.test61 # CHECK: "foo10"
238 - CStr: foo10

12