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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Sema/
implicit-cast-dump.c 4 void foo2(void* const);
13 foo2(0);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
mpx1c.c 2 extern void foo2 (void);
8 foo2 ();
mpx2c.c 2 extern void foo2 (void);
8 foo2 ();
mpx1b.c 4 foo2 (void) function
6 printf ("foo2\n");
mpx2b.c 4 foo2 (void) function
6 printf ("foo2\n");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
pic-and-nonpic-2b.s 2 .symver foo2,foo@@V2
3 .global foo2
4 .ent foo2
5 foo2: jr $31 label
6 .end foo2
mips16-1b.s 2 foo2: jr $31 label
got-vers-1b.s 2 .symver foo2,foo@@V2
3 .global foo2
5 .type foo2,%object
6 .size foo2,4
7 foo2: .word 0 label
reloc-estimate-1b.s 2 .symver foo2,foo@@V2
3 .global foo2
5 .type foo2,%object
6 .size foo2,4
7 foo2: .word 0 label
  /ndk/tests/build/topological-sort/jni/
foo2.c 3 int foo2(int x) { function
bar.c 6 return foo2(x) * 3;
  /ndk/tests/device/whole-static-libs/jni/
foo2.c 5 int foo2(int x) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
fini2.s 3 .type foo2,%function
4 foo2: label
6 .size foo2,.-foo2
foo2.s 3 .type foo2,%function
4 foo2: label
6 .size foo2,.-foo2
init2.s 3 .type foo2,%function
4 foo2: label
6 .size foo2,.-foo2
pr9676-1.c 9 extern int foo2 (void);
14 return foo2 ();
dl4.c 4 int foo2; variable
16 if (foo2 == 1)
18 else if (foo2 == 0)
21 foo2 = -1;
  /ndk/tests/build/cpp-extensions/jni/
foo3.cxx 3 extern int foo2(int);
6 return foo2(x) + 3;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-7c.c 2 extern int foo2;
8 foo = foo2;
  /external/clang/test/CodeGen/
mips-byval-arg.c 8 extern void foo2(S0);
14 foo2(a0);
sret2.c 11 struct abc foo2(){} function
weak-incomplete.c 5 void (*foo2)(struct S) = foo1; variable
  /external/clang/test/Index/
symbol-visibility.c 4 __attribute__ ((visibility ("hidden"))) void foo2();
7 // CHECK: FunctionDecl=foo2:4:46visibility=Hidden
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
weak2.s 2 .global foo2
5 foo2: label
  /external/clang/test/Parser/
bad-control.c 7 void foo2() { function

Completed in 617 milliseconds

1 2 3 4 5 6 7 8 91011