Home
last modified time | relevance | path

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

12345678910

/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
/external/swiftshader/third_party/llvm-7.0/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
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dalias.s14 .type foo4,@function
15 foo4: label
16 bar4 = foo4
/external/deqp-deps/glslang/Test/
Dhlsl.overload.frag17 void foo4(uint b) {}
95 foo4(b);
96 foo4(d);
97 foo4(u);
98 foo4(i);
99 foo4(f);
/external/llvm/test/MC/ELF/
Dalias.s16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Dalias.s16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dweak-undef.ll32 declare external hidden void @foo4()
34 call void @foo4()
38 ; CHECK: callq foo4
40 ; I386: calll foo4
D2006-12-19-IntelSyntax.ll40 call void (...) @foo4( )
64 call void (...) @foo4( )
84 declare void @foo4(...)
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
Dunalignedload.ll19 ; CHECK-EL: lw $25, %call16(foo4)
31 ; CHECK-EB: lw $25, %call16(foo4)
35 tail call void @foo4(%struct.S4* byval @s4) nounwind
41 declare void @foo4(%struct.S4* byval)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dtls-symbols.s12 lui $1, %tprel_hi(foo4)
19 .hidden foo4
26 # CHECK: 4: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND foo4
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Dsymver-asm3.ll24 module asm ".symver foo4, foo@@@VER4"
36 define void @foo4() {
37 ; CHECK-DAG: T foo4
/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-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/Thumb2/
Dthumb2-tbb.ll26 tail call void(...) @foo4()
44 tail call void(...) @foo4()
58 declare void @foo4(...)
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-tbb.ll24 tail call void(...)* @foo4()
42 tail call void(...)* @foo4()
56 declare void @foo4(...)
/external/llvm/test/CodeGen/X86/
D2006-12-19-IntelSyntax.ll40 call void (...) @foo4( )
64 call void (...) @foo4( )
84 declare void @foo4(...)
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2006-12-19-IntelSyntax.ll40 call void (...)* @foo4( )
64 call void (...)* @foo4( )
84 declare void @foo4(...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dswitch_switch_fold.ll12 declare void @foo4()
43 call void @foo4( )
60 ; CHECK-NEXT: call void @foo4()
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_switch_fold.ll12 declare void @foo4()
43 call void @foo4( )
60 ; CHECK-NEXT: call void @foo4()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DClassWithMethods.java.txt10 public void foo4(Object o) { }
11 public void foo4(String a) { }
/external/clang/test/CodeGenCXX/
Dregparm.cpp34 __attribute((regparm(2))) void foo4(S3 a, int b);
37 foo4(a, b); in bar3()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll35 tail call void(...) @foo4()
53 tail call void(...) @foo4()
67 declare void @foo4(...)

12345678910