HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 1 - 25 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /art/test/409-materialized-condition/
expected.txt 4 foo2
  /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/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/libxml2/test/relaxng/
tutor3_3_1.xml 3 <card name="foo2" note="second" email="bar2"/>
  /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();
2005-09-24-AsmUserPrefix.c 4 void foo() __asm__("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/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/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

Completed in 1002 milliseconds

1 2 3 4 5 6 7 8 91011>>