HomeSort by relevance Sort by last modified time
    Searched refs:foo2 (Results 1 - 25 of 300) 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.27/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.27/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
  /toolchain/binutils/binutils-2.27/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;
  /toolchain/binutils/binutils-2.27/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/swiftshader/third_party/LLVM/test/MC/ELF/
alias.s 6 .globl foo2
7 foo2 = bar2 define
18 .long foo2
  /external/clang/test/Index/
symbol-visibility.c 4 __attribute__ ((visibility ("hidden"))) void foo2();
7 // CHECK: FunctionDecl=foo2:4:46visibility=Hidden
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
weak2.s 2 .global foo2
5 foo2: label
  /external/clang/test/Parser/
bad-control.c 7 void foo2() { function
  /external/clang/test/Preprocessor/
c90.c 8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
  /external/clang/test/SemaCXX/
attr-disable-tail-calls.cpp 7 [[clang::disable_tail_calls]] int foo2() { return 2; } function in class:B
  /external/llvm/test/MC/ELF/
set.s 24 .quad foo2
25 .set foo2,bar2

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>