/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 | 27 extern void foo4(int, int, int, long double); 30 foo4(1, 2, a0, a1); in foo3()
|
D | stdcall-fastcall.c | 77 void __attribute__((fastcall)) foo4(enum Enum y); 81 foo4(y); in bar4()
|
D | arm-apcs-zerolength-bitfield.c | 144 short foo4 : 16; member 226 int foo4 : 32; member
|
D | arm-aapcs-zerolength-bitfield.c | 140 short foo4 : 16; member 222 int foo4 : 32; member
|
/external/llvm/test/MC/ELF/ |
D | alias.s | 14 .type foo4,@function 15 foo4: label 16 bar4 = foo4
|
D | weakref.s | 16 .weakref foo4, bar4 17 .long foo4
|
/external/webkit/LayoutTests/storage/domstorage/ |
D | complex-values-expected.txt | 39 storage.foo4 = undefined 40 PASS typeof storage['foo4'] is "string" 41 PASS storage['foo4'] is "undefined" 42 PASS typeof storage.foo4 is "string" 43 PASS storage.foo4 is "undefined" 44 PASS typeof storage.getItem('foo4') is "string" 45 PASS storage.getItem('foo4') is "undefined" 139 storage.foo4 = undefined 140 PASS typeof storage['foo4'] is "string" 141 PASS storage['foo4'] is "undefined" [all …]
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 13 …void foo4() { } // expected-note {{previous definition is here}} expected-note {{previous definit… in foo4() function in B 14 …void foo4() { } // expected-error {{class member cannot be redeclared}} expected-error {{redefinit… in foo4() function in B 23 void B<T>::foo4() {// expected-error {{redefinition of 'foo4'}} in foo4() function in B
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 26 tail call void(...)* @foo4() 44 tail call void(...)* @foo4() 58 declare void @foo4(...)
|
/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: foo4: 44 ; CHECK-KERNEL: foo4:
|
D | nosse-error1.ll | 22 %7 = tail call double @foo4(double %6) nounwind ; <double> [#uses=1] 33 declare double @foo4(double)
|
D | nosse-error2.ll | 22 %7 = tail call inreg double @foo4(double inreg %6) nounwind ; <double> [#uses=1] 33 declare inreg double @foo4(double inreg)
|
/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/clang/test/Sema/ |
D | stdcall-fastcall.c | 9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}} 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/v8/test/mjsunit/ |
D | object-literal-overwrite.js | 50 var foo4 = { variable 74 assertEquals(7, foo4.bar());
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128-call.ll | 39 %call = tail call fp128 @foo4() 45 declare fp128 @foo4()
|
D | unalignedload.ll | 25 tail call void @foo4(%struct.S4* byval @s4) nounwind 31 declare void @foo4(%struct.S4* byval)
|
/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/InstCombine/ |
D | bitcast-vec-uniform.ll | 47 ; CHECK: @foo4 50 define float @foo4() {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | unaligned.ll | 37 define void @foo4(float* %p, float* %r) nounwind { 43 ; CHECK: @foo4
|