/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | stack-alignment.ll | 4 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/ |
D | tailcall-ccmismatch.ll | 4 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/ |
D | tailcall-ccmismatch.ll | 5 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/ |
D | Makefile | 2 C_SOURCES := somefunc.c 9 somefunc.o: somefunc.c 10 $(CC) $(CFLAGS) -std=c99 -c $(SRCDIR)/somefunc.c
|
/external/llvm-project/clang/test/SemaCXX/ |
D | function-overload-typo-crash.cpp | 14 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' …
|
D | typo-correction.cpp | 236 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/ |
D | function-overload-typo-crash.cpp | 14 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' …
|
D | typo-correction.cpp | 235 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/ |
D | sections.ll | 7 ; SECTIONS: .text.somefunc,"ax",@progbits 8 ; CHECK-LABEL: somefunc: 9 define void @somefunc() addrspace(1) {
|
/external/clang/test/Sema/ |
D | constant-builtins.c | 24 short somefunc(); 26 short t = __builtin_constant_p(5353) ? 42 : somefunc();
|
/external/llvm-project/clang/test/Sema/ |
D | constant-builtins.c | 29 short somefunc(); 31 short t = __builtin_constant_p(5353) ? 42 : somefunc();
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-2.m | 10 extern id **somefunc(void); function 50 id **ppptr = somefunc();
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-2.m | 10 extern id **somefunc(void); function 50 id **ppptr = somefunc();
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | pr25051.ll | 6 define i32 @somefunc(double* %arr) { 7 ; CHECK-LABEL: @somefunc(
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/X86/ |
D | pr25051.ll | 6 define i32 @somefunc(double* %arr) { 7 ; CHECK-LABEL: @somefunc(
|
/external/llvm-project/clang/test/CodeGen/ |
D | debug-info-args.c | 3 int somefunc(char *x, int y, double z) { in somefunc() function
|
/external/clang/test/CodeGen/ |
D | debug-info-args.c | 3 int somefunc(char *x, int y, double z) { in somefunc() function
|
/external/llvm/test/CodeGen/ARM/ |
D | cxx-tlscc.ll | 129 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/ |
D | cxx-tlscc.ll | 129 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/ |
D | method-bad-param.m | 23 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you… function
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-bad-param.m | 29 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you… function
|
/external/starlark-go/starlark/ |
D | eval_test.go | 746 def somefunc():
|
/external/llvm/docs/ |
D | CodingStandards.rst | 1456 somefunc(42); 1469 somefunc (42);
|
/external/python/cffi/doc/source/ |
D | cdef.rst | 430 int somefunc(int somearg) { return real_cpp_func(somearg); }
|
/external/llvm-project/llvm/docs/ |
D | CodingStandards.rst | 1461 somefunc(42);
|