Home
last modified time | relevance | path

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

12345678910>>...12

/external/llvm-project/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()
Dlong-call-attr.c5 void __attribute__((short_call)) foo4 (void);
11 void __attribute__((near)) foo3 (void) { foo1(); foo4(); } in foo3()
/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()
/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/llvm-project/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/one-true-awk/testdir/
DT.-f-f22 echo '}' >foo4
23 $awk -f foo2 -f foo3 -f foo4 /etc/passwd >foo5
33 ]' >foo4
34 $awk -f foo2 -f foo3 -f foo4 /etc/passwd >foo5 2>foo6
/external/llvm-project/lld/test/ELF/
Daarch64-lo12-alignment.s18 ldr w2, [x0, #:lo12:foo4] // Ok as foo4 is 4-byte aligned
19 ldr x3, [x0, #:lo12:foo4] // Error foo4 is not 8-byte aligned
29 .globl foo4 symbol
37 foo4: label
Darm-sbrel32.s22 .long foo4(sbrel)
31 foo4: .space 4 label
Dmips-got-page-script.s18 # CHECK: Name: foo4
54 ld $v0,%got_page(foo4)($gp)
63 foo4: label
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dpropagate-attributes-clone.ll5 ; OPT: declare void @foo4() local_unnamed_addr #0
12 ; OPT-EXT: tail call void @foo4()
19 ; OPT-INT: tail call void @foo4()
39 ; OPT-EXT: tail call void @foo4()
46 ; OPT-INT: tail call void @foo4()
69 ; LLC: foo4@gotpcrel32@lo+4
70 ; LLC: foo4@gotpcrel32@hi+12
89 declare void @foo4() #1
111 tail call void @foo4()
Dpropagate-attributes-single-set.ll4 ; OPT: declare void @foo4() local_unnamed_addr #0
20 ; LLC: foo4@gotpcrel32@lo+4
21 ; LLC: foo4@gotpcrel32@hi+12
35 declare void @foo4() #1
51 tail call void @foo4()
/external/llvm/test/MC/ELF/
Dalias.s16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
/external/llvm-project/llvm/test/MC/ELF/
Dalias.s16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
/external/llvm-project/clang/test/Analysis/Checkers/WebKit/
Duncounted-lambda-captures.cpp16 auto foo4 = [=](){ (void) ref_countable; }; in raw_ptr() local
30 auto foo4 = [=](){ (void) ref_countable_ref; }; in references() local
42 auto foo4 = [=]() {}; in quiet() local
/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-project/llvm/test/CodeGen/X86/
Dweak-undef.ll32 declare external hidden void @foo4()
34 call void @foo4()
38 ; CHECK: callq foo4
40 ; I386: calll foo4
Dno-sse-x86.ll28 ; CHECK-NEXT: calll foo4
50 ; NOSSE-NEXT: calll foo4
65 %7 = tail call inreg double @foo4(double inreg %6) nounwind
76 declare inreg double @foo4(double inreg)
/external/llvm-project/llvm/test/MC/Mips/
Dtls-symbols.s11 lui $1, %tprel_hi(foo4)
18 .hidden foo4
25 # CHECK: 4: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND foo4
/external/llvm-project/llvm/test/LTO/X86/
Dsymver-asm3.ll24 module asm ".symver foo4, foo@@@VER4"
36 define void @foo4() {
37 ; CHECK-DAG: T foo4
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dwineh-mingw.ll10 define i32 @foo4() #0 personality i32 (i32, i32, i64, i8*, i8*)* @_d_eh_personality {
35 ; WINEH-LABEL: foo4:
36 ; WINEH: .seh_proc 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…
/external/llvm-project/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…
/external/llvm/test/CodeGen/X86/
D2006-12-19-IntelSyntax.ll40 call void (...) @foo4( )
64 call void (...) @foo4( )
84 declare void @foo4(...)
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll26 tail call void(...) @foo4()
44 tail call void(...) @foo4()
58 declare void @foo4(...)

12345678910>>...12