Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dstack-alignment.ll4 declare void @somefunc(i32*)
14 ; CHECK-NEXT: call somefunc, $pop[[underaligned]]
22 call void @somefunc(i32* %underaligned)
36 ; CHECK: call somefunc, $pop[[M5]]{{$}}
43 call void @somefunc(i32* %overaligned)
56 ; CHECK-NEXT: call somefunc, $pop[[L6]]
59 ; CHECK-NEXT: call somefunc, $pop[[L8]]
67 call void @somefunc(i32* %over)
68 call void @somefunc(i32* %normal)
79 ; CHECK: call somefunc, $pop[[M8]]
[all …]
/external/llvm/test/CodeGen/AArch64/
Dtailcall-ccmismatch.ll4 declare void @somefunc()
6 ; Ensure that no tail call is used here, as the called function somefunc does
9 ; CHECK-NOT: b somefunc
10 ; CHECK: bl somefunc
11 tail call void @somefunc()
/external/llvm-project/llvm/test/CodeGen/AArch64/
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()
/external/llvm-project/lldb/test/API/commands/frame/language/
DMakefile2 C_SOURCES := somefunc.c
9 somefunc.o: somefunc.c
10 $(CC) $(CFLAGS) -std=c99 -c $(SRCDIR)/somefunc.c
/external/llvm-project/clang/test/SemaCXX/
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' …
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
/external/clang/test/SemaCXX/
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' …
Dtypo-correction.cpp235 void somefunc(); // expected-note{{'::outer::somefunc' declared here}}
236 void somefunc(int, int); // expected-note{{'::outer::somefunc' declared here}}
239 void somefunc(int) { in somefunc() function
/external/llvm-project/llvm/test/CodeGen/AVR/
Dsections.ll7 ; SECTIONS: .text.somefunc,"ax",@progbits
8 ; CHECK-LABEL: somefunc:
9 define void @somefunc() addrspace(1) {
/external/clang/test/Sema/
Dconstant-builtins.c24 short somefunc();
26 short t = __builtin_constant_p(5353) ? 42 : somefunc();
/external/llvm-project/clang/test/Sema/
Dconstant-builtins.c29 short somefunc();
31 short t = __builtin_constant_p(5353) ? 42 : somefunc();
/external/llvm-project/clang/test/CodeGenObjC/
Dobjc2-write-barrier-2.m10 extern id **somefunc(void); function
50 id **ppptr = somefunc();
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-2.m10 extern id **somefunc(void); function
50 id **ppptr = somefunc();
/external/llvm/test/Transforms/IndVarSimplify/
Dpr25051.ll6 define i32 @somefunc(double* %arr) {
7 ; CHECK-LABEL: @somefunc(
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/X86/
Dpr25051.ll6 define i32 @somefunc(double* %arr) {
7 ; CHECK-LABEL: @somefunc(
/external/llvm-project/clang/test/CodeGen/
Ddebug-info-args.c3 int somefunc(char *x, int y, double z) { in somefunc() function
/external/clang/test/CodeGen/
Ddebug-info-args.c3 int somefunc(char *x, int y, double z) { in somefunc() function
/external/llvm/test/CodeGen/ARM/
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()
/external/llvm-project/llvm/test/CodeGen/ARM/
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()
/external/clang/test/SemaObjC/
Dmethod-bad-param.m23 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you… function
/external/llvm-project/clang/test/SemaObjC/
Dmethod-bad-param.m29 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you… function
/external/starlark-go/starlark/
Deval_test.go746 def somefunc():
/external/llvm/docs/
DCodingStandards.rst1456 somefunc(42);
1469 somefunc (42);
/external/python/cffi/doc/source/
Dcdef.rst430 int somefunc(int somearg) { return real_cpp_func(somearg); }
/external/llvm-project/llvm/docs/
DCodingStandards.rst1461 somefunc(42);