Home
last modified time | relevance | path

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

123456

/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/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/tools/llvm-profdata/
Dsimple.test1 RUN: llvm-profdata merge %p/Inputs/foo3-1.profdata %p/Inputs/foo3-2.profdata -o %t
3 RUN: llvm-profdata merge %p/Inputs/foo3-2.profdata %p/Inputs/foo3-1.profdata -o %t
41 RUN: llvm-profdata merge %p/Inputs/empty.profdata %p/Inputs/foo3-1.profdata -o %t
51 RUN: llvm-profdata merge %p/Inputs/foo3-1.profdata %p/Inputs/foo3bar3-1.profdata -o %t
65 RUN: llvm-profdata merge %p/Inputs/foo3-1.profdata %p/Inputs/bar3-1.profdata -o %t
/external/llvm/test/LTO/
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 {
43 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)
D2006-12-19-IntelSyntax.ll36 call void (...)* @foo3( )
60 call void (...)* @foo3( )
82 declare void @foo3(...)
Dvisibility2.ll12 call void @foo3(i8* %tmp)
16 declare void @foo3(i8*)
/external/llvm/test/MC/ELF/
Dalias.s9 foo3: label
11 bar3 = 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/clang/test/Parser/
Dnested-namespaces-recovery.cpp6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each names… namespace
11 return foo1::foo2::foo3::foo(x); in foo()
/external/valgrind/main/memcheck/tests/
Dvarinfo5.stderr.exp81 by 0x........: foo3 (varinfo5so.c:106)
90 by 0x........: foo3 (varinfo5so.c:107)
99 by 0x........: foo3 (varinfo5so.c:108)
108 by 0x........: foo3 (varinfo5so.c:109)
118 by 0x........: foo3 (varinfo5so.c:110)
127 by 0x........: foo3 (varinfo5so.c:110)
137 by 0x........: foo3 (varinfo5so.c:110)
146 by 0x........: foo3 (varinfo5so.c:110)
Dvarinfo5.stderr.exp-ppc6481 by 0x........: foo3 (varinfo5so.c:106)
90 by 0x........: foo3 (varinfo5so.c:107)
99 by 0x........: foo3 (varinfo5so.c:108)
108 by 0x........: foo3 (varinfo5so.c:109)
118 by 0x........: foo3 (varinfo5so.c:110)
127 by 0x........: foo3 (varinfo5so.c:110)
137 by 0x........: foo3 (varinfo5so.c:110)
146 by 0x........: foo3 (varinfo5so.c:110)
/external/llvm/test/Assembler/
D2004-03-07-FunctionAddressAlignment.ll13 define i1 @foo3() {
14 ret i1 icmp ne (i1()* @foo3, i1()* null)
/external/clang/test/CodeGenCXX/
Dregparm.cpp23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
26 foo3(a, b); in bar3()
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll23 tail call void(...)* @foo3()
41 tail call void(...)* @foo3()
57 declare void @foo3(...)
/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/clang/test/CodeGen/
Dmangle.c30 void foo3() __asm__("var");
33 foo3(); in test2()
Darm-aapcs-zerolength-bitfield.c138 short foo3 : 16; member
193 long foo3 : 32; member
219 char foo3 : 8; member
Darm-apcs-zerolength-bitfield.c142 short foo3 : 16; member
197 long foo3 : 32; member
223 char foo3 : 8; member
/external/libunwind/tests/
DGtest-nomalloc.c82 foo3 (void) in foo3() function
90 foo3 (); in foo2()
/external/llvm/test/Linker/
D2008-06-13-LinkOnceRedefinition.ll5 ; RUN: echo "define linkonce void @foo(i32 %x) { ret void }" | llvm-as -o %t.foo3.bc
7 ; RUN: llvm-link %t.foo1.bc %t.foo3.bc -S
Dredefinition.ll5 ; RUN: echo "define void @foo(i32 %x) { ret void }" | llvm-as -o %t.foo3.bc
7 ; RUN: not llvm-link %t.foo1.bc %t.foo3.bc -o %t.bc 2>&1 | FileCheck %s

123456