/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/ |
export.asm | 2 export foo2 3 global foo2 5 foo2: label
|
/external/llvm/test/Linker/Inputs/ |
PR8300.a.ll | 1 %foo2 = type { [8 x i8] } 2 declare void @zed(%foo2*)
|
alias.ll | 3 @foo2 = alias bitcast (i32* @zed to i16*)
|
/ndk/tests/build/cpp-extensions/jni/ |
foo3.cxx | 3 extern int foo2(int); 6 return foo2(x) + 3;
|
foo2.cp | 5 int foo2(int x) { function in namespace:cpp
|
/ndk/tests/build/topological-sort/jni/ |
bar.c | 6 return foo2(x) * 3;
|
foo.h | 5 extern int foo2(int x);
|
foo2.c | 3 int foo2(int x) { function
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-logical-not-branch-expected.txt | 30 PASS foo2(new Stuff()) is 58 32 PASS foo2(new Stuff()) is 58 34 PASS foo2(new Stuff()) is 58 36 PASS foo2(new Stuff()) is 58 38 PASS foo2(new Stuff()) is 58 40 PASS foo2(new Stuff()) is 58 42 PASS foo2(new Stuff()) is 58 44 PASS foo2(new Stuff()) is 58 46 PASS foo2(new Stuff()) is 58 48 PASS foo2(new Stuff()) is 5 [all...] |
/external/lldb/test/functionalities/command_script/import/foo/ |
foo2.py | 2 print >>result, ("foo2 says " + args) 6 debugger.HandleCommand("command script add -f foo2.foo2_function foo2cmd")
|
/external/clang/test/Preprocessor/ |
macro_fn_varargs_iso.c | 3 // RUN: %clang_cc1 -E %s | grep 'foo2{d, C, B}' 4 // RUN: %clang_cc1 -E %s | grep 'foo2{d,e, C, B}' 8 #define va2(a, b, ...) foo2{__VA_ARGS__, b, a}
|
macro_space.c | 4 #define FOO2(x)x 17 TEST(FOO2,) 18 // CHECK: FOO2 <> < > <> <> < > <> < > < >
|
/external/clang/test/CodeGen/ |
weak-incomplete.c | 5 void (*foo2)(struct S) = foo1; variable
|
2006-01-23-FileScopeAsm.c | 5 // CHECK: module asm "foo2" 6 __asm__ ("foo2");
|
sret.c | 12 struct abc foo2(); 16 struct abc dummy2 = foo2();
|
/external/llvm/test/CodeGen/Mips/ |
lazy-binding.ll | 5 ; CHECK: lw $25, %call16(foo2)(${{[0-9]+}}) 17 tail call void @foo2() 25 declare void @foo2() 28 ; CHECK: lw $25, %call16(foo2)(${{[0-9]+}}) 30 ; CHECK: lw $25, %call16(foo2)(${{[0-9]+}}) 32 ; CHECK: lw $25, %call16(foo2)(${{[0-9]+}}) 37 tail call void @foo2() 38 tail call void @foo2() 39 tail call void @foo2()
|
global-pointer-reg.ll | 16 ; CHECK: lw ${{[0-9]+}}, %call16(foo2)($[[GP]]) 18 tail call void @foo2(i32* @g0) nounwind 19 tail call void @foo2(i32* @g1) nounwind 20 tail call void @foo2(i32* @g2) nounwind 24 declare void @foo2(i32*)
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar_supp.supp | 3 foo2
|
/sdk/testapps/libsAndJarTest/lib2/res/values/ |
strings.xml | 5 <string name="foo2">foo</string>
|
/external/clang/test/Sema/ |
implicit-cast-dump.c | 4 void foo2(void* const); 13 foo2(0);
|
/external/clang/test/SemaObjC/ |
block-as-object.m | 14 void foo2(id b) { 18 foo2(block);
|
/external/clang/test/SemaObjCXX/ |
const-cast.mm | 7 Foo *foo2 = foo1; // expected-error {{cannot initialize}} 12 Foo *foo2 = const_cast<Foo*>(foo1);
|
/external/clang/test/SemaTemplate/ |
lookup-dependent-bases.cpp | 6 static void foo2() { } function in class:C 18 D::foo2();
|
/external/llvm/test/Assembler/ |
2004-03-07-FunctionAddressAlignment.ll | 9 define i32 @foo2() { 10 ret i32 and (i32 1, i32 ptrtoint (i32()* @foo2 to i32))
|
/external/llvm/test/Linker/ |
2008-06-26-AddressSpace.ll | 4 ; RUN: echo | llvm-as -o %t.foo2.bc 5 ; RUN: llvm-link %t.foo2.bc %t.foo1.bc -S | FileCheck %s 6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S | FileCheck %s
|