Home
last modified time | relevance | path

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

12345

/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.c28 extern void foo4(int, int, int, long double);
31 foo4(1, 2, a0, a1); in foo3()
/external/autotest/client/deps/fakegudev/src/
Dtest-fakesyscalls.sh15 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/
Dfp16mix.ll73 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
Dmips64-f128-call.ll39 %call = tail call fp128 @foo4()
45 declare fp128 @foo4()
/external/llvm/test/MC/ELF/
Dalias.s16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
Dweakref.s16 .weakref foo4, bar4
17 .long foo4
/external/llvm/test/LTO/X86/
Dlinkonce_odr_func.ll3 ; 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/
Dms_abi-sysv_abi.c10 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…
Dstdcall-fastcall.c9 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…
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/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-LABEL: foo4:
44 ; CHECK-KERNEL-LABEL: foo4:
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll26 tail call void(...) @foo4()
44 tail call void(...) @foo4()
58 declare void @foo4(...)
/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/v8/test/mjsunit/
Dobject-literal-overwrite.js52 var foo4 = { variable
84 assertEquals(7, foo4.bar());
/external/clang/test/SemaCXX/
Dtype-definition-in-specifier.cpp64 …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/
Dvector-stores.ll24 ; CHECK: .visible .func foo4
26 define void @foo4(<4 x i32> %val, <4 x i32>* %ptr) {
Di1-int-to-fp.ll30 ; CHECK-LABEL: foo4
34 define double @foo4(i1 %a) {
/external/llvm/test/CodeGen/WebAssembly/
Dswitch.ll13 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/
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/GlobalOpt/
Dalias-resolve.ll16 @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/
Dunaligned.ll51 define void @foo4(float* %p, float* %r) nounwind {
57 ; CHECK: @foo4
61 ; CHECK-VSX: @foo4

12345