Home
last modified time | relevance | path

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

123

/external/clang/test/CodeGen/
Dswitch.c49 static int foo4(int i) { in foo4() function
71 return foo4(111) + foo4(99) + foo4(222) + foo4(601); in foo4t()
Dmips64-padding-arg.c27 extern void foo4(int, int, int, long double);
30 foo4(1, 2, a0, a1); in foo3()
Dstdcall-fastcall.c77 void __attribute__((fastcall)) foo4(enum Enum y);
81 foo4(y); in bar4()
Darm-apcs-zerolength-bitfield.c144 short foo4 : 16; member
226 int foo4 : 32; member
Darm-aapcs-zerolength-bitfield.c140 short foo4 : 16; member
222 int foo4 : 32; member
/external/llvm/test/MC/ELF/
Dalias.s14 .type foo4,@function
15 foo4: label
16 bar4 = foo4
Dweakref.s16 .weakref foo4, bar4
17 .long foo4
/external/webkit/LayoutTests/storage/domstorage/
Dcomplex-values-expected.txt39 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/
DDelayedTemplateParsing.cpp13 …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/
Dthumb2-tbb.ll26 tail call void(...)* @foo4()
44 tail call void(...)* @foo4()
58 declare void @foo4(...)
/external/llvm/test/CodeGen/X86/
D2006-12-19-IntelSyntax.ll40 call void (...)* @foo4( )
64 call void (...)* @foo4( )
84 declare void @foo4(...)
Dcodemodel.ll38 define i32 @foo4() nounwind readonly {
41 ; CHECK-SMALL: foo4:
44 ; CHECK-KERNEL: foo4:
Dnosse-error1.ll22 %7 = tail call double @foo4(double %6) nounwind ; <double> [#uses=1]
33 declare double @foo4(double)
Dnosse-error2.ll22 %7 = tail call inreg double @foo4(double inreg %6) nounwind ; <double> [#uses=1]
33 declare inreg double @foo4(double inreg)
/external/clang/test/CodeGenCXX/
Dregparm.cpp34 __attribute((regparm(2))) void foo4(S3 a, int b);
37 foo4(a, b); in bar3()
Dstmtexpr.cpp47 void foo4() in foo4() function
63 foo4(); in main()
/external/clang/test/Sema/
Dstdcall-fastcall.c9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}}
10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was…
Dstdcall-fastcall-x64.c9 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/
Dobject-literal-overwrite.js50 var foo4 = { variable
74 assertEquals(7, foo4.bar());
/external/llvm/test/CodeGen/Mips/
Dmips64-f128-call.ll39 %call = tail call fp128 @foo4()
45 declare fp128 @foo4()
Dunalignedload.ll25 tail call void @foo4(%struct.S4* byval @s4) nounwind
31 declare void @foo4(%struct.S4* byval)
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_switch_fold.ll13 declare void @foo4()
44 call void @foo4( )
/external/llvm/test/Transforms/ArgumentPromotion/
Dcrash.ll18 %call7 = call fastcc i8* @foo3(i1 (i8*)* @foo4)
28 define internal i1 @foo4(i8* %O) nounwind {
/external/llvm/test/Transforms/InstCombine/
Dbitcast-vec-uniform.ll47 ; CHECK: @foo4
50 define float @foo4() {
/external/llvm/test/CodeGen/PowerPC/
Dunaligned.ll37 define void @foo4(float* %p, float* %r) nounwind {
43 ; CHECK: @foo4

123