Home
last modified time | relevance | path

Searched refs:foo3 (Results 1 – 25 of 173) sorted by relevance

1234567

/external/v8/test/mjsunit/asm/
Duint32-less-than-shift.js30 function foo3(i1) { function in Module
40 return {foo1: foo1, foo2: foo2, foo3: foo3};
48 assertEquals(1, m.foo3(i));
54 assertEquals(0, m.foo3(i));
60 assertEquals(0, m.foo3(i));
/external/autotest/client/deps/fakegudev/src/
Dtest-fakesyscalls.sh14 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo3
19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99
31 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo3 /tmp/foo3
32 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo3 /tmp/foo3
/external/llvm/test/tools/llvm-profdata/
Dmultiple-inputs.test3 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/foo3-2.proftext -o %t
5 RUN: llvm-profdata merge %p/Inputs/foo3-2.proftext %p/Inputs/foo3-1.proftext -o %t
15 RUN: llvm-profdata merge %p/Inputs/empty.proftext %p/Inputs/foo3-1.proftext -o %t
25 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/foo3bar3-1.proftext -o %t
39 RUN: llvm-profdata merge %p/Inputs/foo3-1.proftext %p/Inputs/bar3-1.proftext -o %t
/external/llvm/test/CodeGen/Mips/
Dfp16mix.ll53 define void @foo3() {
56 ; fmask1: .ent foo3
63 ; fmask1: .end foo3
64 ; fmask2: .ent foo3
66 ; fmask2: .end foo3
67 ; fmask1r: .ent foo3
69 ; fmask1r: .end foo3
Dsr1.ll40 define void @foo3() #0 {
45 ; CHECK: .ent foo3
48 ; CHECK: .end foo3
49 ; NEG: .ent foo3
52 ; NEG: .end foo3
/external/toybox/tests/
Dgrep.test14 echo -e "this is foo3" > foo3
16 rm foo foo2 foo3
30 echo -e "hi hello" > foo3
32 rm foo foo2 foo3
/external/clang/test/Rewriter/
Drewrite-weak-attr.m5 id foo3 = nil;
10 [foo3 bar];
11 id foo4 = foo3;
Dweak_byref_objects.m7 id foo3 = nil;
12 [foo3 bar];
13 id foo4 = foo3;
/external/llvm/test/LTO/X86/
Dlinkonce_odr_func.ll2 ; RUN: llvm-lto -o %t2 -dso-symbol=foo1 -dso-symbol=foo2 -dso-symbol=foo3 \
19 ; CHECK: t foo3
20 define linkonce_odr void @foo3() noinline {
53 invoke void @foo3() to label %bb1 unwind label %clean
/external/clang/test/SemaObjC/
Dprovisional-ivar-lookup.m9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3; property
31 _foo = foo3; // OK
35 @synthesize foo3;
/external/llvm/test/CodeGen/X86/
Dpr14098.ll5 declare void @foo3(i1 %x)
20 call void @foo3(i1 %a9)
21 call void @foo3(i1 %a8)
Dalloca-align-rounding.ll28 define void @foo3(i64 %h) {
31 ; CHECK-LABEL: foo3
33 ; X32ABI-LABEL: foo3
D2006-12-19-IntelSyntax.ll36 call void (...) @foo3( )
60 call void (...) @foo3( )
82 declare void @foo3(...)
Dhuge-stack-offset.ll45 define i32 @foo3(i32 inreg %x) nounwind {
46 ; CHECK-64-LABEL: foo3:
50 ; CHECK-32-LABEL: foo3:
/external/llvm/test/Transforms/ArgumentPromotion/
Dcrash.ll18 %call7 = call fastcc i8* @foo3(i1 (i8*)* @foo4)
19 %call58 = call fastcc i8* @foo3(i1 (i8*)* @foo5)
23 define internal fastcc i8* @foo3(i1 (i8*)* %Pred) {
/external/valgrind/memcheck/tests/
Dvarinfo5.stderr.exp81 by 0x........: foo3 (memcheck/tests/varinfo5so.c:106)
90 by 0x........: foo3 (memcheck/tests/varinfo5so.c:107)
99 by 0x........: foo3 (memcheck/tests/varinfo5so.c:108)
108 by 0x........: foo3 (memcheck/tests/varinfo5so.c:109)
118 by 0x........: foo3 (memcheck/tests/varinfo5so.c:110)
127 by 0x........: foo3 (memcheck/tests/varinfo5so.c:110)
137 by 0x........: foo3 (memcheck/tests/varinfo5so.c:110)
146 by 0x........: foo3 (memcheck/tests/varinfo5so.c:110)
/external/clang/test/Parser/
Dcxx1z-nested-namespace-definition.cpp7 namespace foo1::foo2::foo3 { namespace
25 return foo1::foo2::foo3::foo(x); in foo()
/external/llvm/test/MC/ELF/
Dalias.s9 foo3: label
11 bar3 = foo3
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll23 tail call void(...) @foo3()
41 tail call void(...) @foo3()
57 declare void @foo3(...)
/external/clang/test/Sema/
Dnon-null-warning.c30 int * _Nullable foo3(int * _Nullable x); // expected-note {{previous declaration is here}}
32 int *foo3(int * _Nonnull x) { // expected-warning {{nullability specifier '_Nonnull' conflicts with… in foo3() function
/external/clang/test/CodeGenCXX/
Dregparm.cpp23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
26 foo3(a, b); in bar3()
Daarch64-aapcs-zerolength-bitfield.cpp139 short foo3 : 16; member
194 long foo3 : 32; member
220 char foo3 : 8; member
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
DTest.java17 public void foo3(String foo) { in foo3() method in Test
21 foo3(foo); in foo4()
/external/llvm/test/Assembler/
D2004-03-07-FunctionAddressAlignment.ll14 define i1 @foo3() {
15 ret i1 icmp ne (i1()* @foo3, i1()* null)
/external/clang/test/CodeGen/
Darm-apcs-zerolength-bitfield.c142 short foo3 : 16; member
197 long foo3 : 32; member
223 char foo3 : 8; member

1234567