/external/clang/test/CodeGen/ |
D | switch.c | 49 static int foo4(int i) { in foo4() function 71 return foo4(111) + foo4(99) + foo4(222) + foo4(601); in foo4t()
|
D | mips64-padding-arg.c | 28 extern void foo4(int, int, int, long double); 31 foo4(1, 2, a0, a1); in foo3()
|
/external/autotest/client/deps/fakegudev/src/ |
D | test-fakesyscalls.sh | 15 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo4=. 19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99 39 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo4 /tmp/foo4 40 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo4 /tmp/foo4
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16mix.ll | 73 define void @foo4() { 76 ; fmask2: .ent foo4 83 ; fmask2: .end foo4 84 ; fmask1: .ent foo4 86 ; fmask1: .end foo4 87 ; fmask1nr: .ent foo4 89 ; fmask1nr: .end foo4
|
D | mips64-f128-call.ll | 39 %call = tail call fp128 @foo4() 45 declare fp128 @foo4()
|
/external/llvm/test/MC/ELF/ |
D | alias.s | 16 .type foo4,@function 17 foo4: label 18 bar4 = foo4
|
D | weakref.s | 16 .weakref foo4, bar4 17 .long foo4
|
/external/llvm/test/LTO/X86/ |
D | linkonce_odr_func.ll | 3 ; RUN: -dso-symbol=foo4 -dso-symbol=v1 -dso-symbol=v2 %t1 -O0 24 ; CHECK: W foo4 25 define linkonce_odr void @foo4() noinline { 55 invoke void @f(void()* @foo4) to label %bb2 unwind label %clean
|
/external/clang/test/Sema/ |
D | ms_abi-sysv_abi.c | 10 void __attribute__((ms_abi)) foo4(); // expected-note{{previous declaration is here}} 11 void __attribute__((sysv_abi)) foo4(void); // expected-error{{function declared 'cdecl' here was pr…
|
D | stdcall-fastcall.c | 9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}} expected-war… 10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was…
|
D | stdcall-fastcall-x64.c | 9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for… 10 void __attribute__((fastcall)) foo4(void); // expected-warning {{calling convention 'fastcall' igno…
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-12-19-IntelSyntax.ll | 40 call void (...) @foo4( ) 64 call void (...) @foo4( ) 84 declare void @foo4(...)
|
D | codemodel.ll | 38 define i32 @foo4() nounwind readonly { 41 ; CHECK-SMALL-LABEL: foo4: 44 ; CHECK-KERNEL-LABEL: foo4:
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 26 tail call void(...) @foo4() 44 tail call void(...) @foo4() 58 declare void @foo4(...)
|
/external/clang/test/CodeGenCXX/ |
D | regparm.cpp | 34 __attribute((regparm(2))) void foo4(S3 a, int b); 37 foo4(a, b); in bar3()
|
D | stmtexpr.cpp | 47 void foo4() in foo4() function 63 foo4(); in main()
|
/external/v8/test/mjsunit/ |
D | object-literal-overwrite.js | 52 var foo4 = { variable 84 assertEquals(7, foo4.bar());
|
/external/clang/test/SemaCXX/ |
D | type-definition-in-specifier.cpp | 64 …short bar5 (struct foo4 {} bar2); // expected-error{{'foo4' cannot be defined in a parameter type}} 65 long foo5 (float foo6 = foo4); // expected-error{{use of undeclared identifier 'foo4'}}
|
/external/llvm/test/CodeGen/NVPTX/ |
D | vector-stores.ll | 24 ; CHECK: .visible .func foo4 26 define void @foo4(<4 x i32> %val, <4 x i32>* %ptr) {
|
D | i1-int-to-fp.ll | 30 ; CHECK-LABEL: foo4 34 define double @foo4(i1 %a) {
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | switch.ll | 13 declare void @foo4() 34 ; CHECK: call foo4 85 tail call void @foo4() 114 ; CHECK: call foo4 165 tail call void @foo4()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_switch_fold.ll | 13 declare void @foo4() 44 call void @foo4( )
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | crash.ll | 18 %call7 = call fastcc i8* @foo3(i1 (i8*)* @foo4) 28 define internal i1 @foo4(i8* %O) nounwind {
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | alias-resolve.ll | 16 @foo4 = linkonce_odr unnamed_addr alias i8*, getelementptr inbounds ([2 x i8*], [2 x i8*]* @bar4, i… 17 ; CHECK: @foo4 = linkonce_odr unnamed_addr alias i8*, getelementptr inbounds ([2 x i8*], [2 x i8*]*…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | unaligned.ll | 51 define void @foo4(float* %p, float* %r) nounwind { 57 ; CHECK: @foo4 61 ; CHECK-VSX: @foo4
|