Home
last modified time | relevance | path

Searched refs:somefunc (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dstack-alignment.ll4 declare void @somefunc(i32*)
22 call void @somefunc(i32* %underaligned)
56 ; CHECK-NEXT: call somefunc, $pop[[L6]]
67 call void @somefunc(i32* %over)
68 call void @somefunc(i32* %normal)
86 call void @somefunc(i32* %dynamic)
111 call void @somefunc(i32* %over)
112 call void @somefunc(i32* %dynamic)
143 call void @somefunc(i32* %over)
144 call void @somefunc(i32* %dynamic)
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dtailcall-ccmismatch.ll5 declare void @somefunc()
7 ; Ensure that no tail call is used here, as the called function somefunc does
10 ; CHECK-NOT: b somefunc
11 ; CHECK: bl somefunc
12 tail call void @somefunc()
/llvm-project-15.0.7/lldb/test/API/commands/frame/language/
H A DMakefile2 C_SOURCES := somefunc.c
9 somefunc.o: somefunc.c
10 $(CC) $(CFLAGS) -std=c99 -c $(SRCDIR)/somefunc.c
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfunction-overload-typo-crash.cpp14 template <typename T> void somefunc(T*, T*); //expected-note {{'somefunc' declared here}}
15 template <typename T> void somefunc(const T[]); //expected-note {{'somefunc' declared here}}
16 template <typename T1, typename T2> void somefunc(T1*, T2*); //expected-note {{'somefunc' declared …
17 template <typename T1, typename T2> void somefunc(T1*, const T2[]); //expected-note 2 {{'somefunc' …
H A Dtypo-correction.cpp236 void somefunc(); // expected-note{{'::outer::somefunc' declared here}}
237 void somefunc(int, int); // expected-note{{'::outer::somefunc' declared here}}
240 void somefunc(int) { in somefunc() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dconstant-builtins.c29 short somefunc(void);
31 short t = __builtin_constant_p(5353) ? 42 : somefunc();
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dsections.ll13 ; SECTIONS: .text.somefunc,"ax",@progbits
14 ; CHECK-LABEL: somefunc:
15 define void @somefunc() addrspace(1) {
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc2-write-barrier-2.m10 extern id **somefunc(void); function
50 id **ppptr = somefunc();
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/X86/
H A Dpr25051.ll6 define i32 @somefunc(double* %arr) {
7 ; CHECK-LABEL: @somefunc(
/llvm-project-15.0.7/clang/test/CodeGen/
H A Ddebug-info-args.c3 int somefunc(char *x, int y, double z) { in somefunc() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcxx-tlscc.ll129 declare void @somefunc()
131 ; A tail call is not possible here because somefunc does not preserve enough
136 tail call void @somefunc()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-bad-param.m29 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you… function
/llvm-project-15.0.7/llvm/docs/
H A DCodingStandards.rst1461 somefunc(42);