/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*)
|
/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/llvm/test/Transforms/GlobalOpt/ |
alias-resolve.ll | 6 @foo1 = alias void ()* @foo2 7 ; CHECK: @foo1 = alias void ()* @foo2 9 @foo2 = alias weak void()* @bar1 10 ; CHECK: @foo2 = alias weak void ()* @bar2 21 ; CHECK: call void @foo2() 23 call void @foo2() 24 ; CHECK: call void @foo2()
|
/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}
|
/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 | 10 struct abc foo2(); 14 struct abc dummy2 = foo2();
|
2005-09-24-AsmUserPrefix.c | 4 void foo() __asm__("foo2");
|
/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/CodeGen/Mips/ |
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/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
|
/ndk/tests/device/whole-static-libs/jni/ |
main.c | 2 * and works properly. Here, we check that the 'foo2' function which is 18 if (dlsym(lib, "foo2") == NULL) { 19 fprintf(stderr, "Symbol 'foo2' is missing from shared library!!\n");
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
find.html | 3 <input value="foo2 bar2 baz2">
|