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

1 2 3 4 5 6 7 8 9

  /external/clang/test/Sema/
implicit-cast-dump.c 3 void foo1(void*);
10 foo1(0);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
mpx1c.c 1 extern void foo1 (void);
7 foo1 ();
mpx2c.c 1 extern void foo1 (void);
7 foo1 ();
mpx1a.c 4 foo1 (void) function
6 printf ("foo1\n");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc-solaris/
addend.s 5 ba foo1+0x4
6 ba foo1+0x4
7 ba foo1
8 ba foo1
10 .word foo1
11 .word foo1+4
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sun4/
addend.s 5 ba foo1+0x4
6 ba foo1+0x4
7 ba foo1
8 ba foo1
10 .word foo1
11 .word foo1+4
  /external/clang/test/CodeGen/
attr-func-def.c 4 // CHECK: define i32 @foo1(i32 %a) [[ATTRS1:#[0-9]+]] {
6 int foo1(int);
9 return foo1(a + 2);
13 int foo1(int a) { function
arm-long-calls.c 7 int foo1(int a) { return a; } function
arm-no-movt.c 7 int foo1(int a) { return a; } function
weak-incomplete.c 4 void __attribute__((weak)) foo1(struct S);
5 void (*foo2)(struct S) = foo1;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
fini1.s 3 .type foo1,%function
4 foo1: label
6 .size foo1,.-foo1
foo1.s 3 .type foo1,%function
4 foo1: label
6 .size foo1,.-foo1
init1.s 3 .type foo1,%function
4 foo1: label
6 .size foo1,.-foo1
dl4.c 3 int foo1; variable
12 if (foo1 == 1)
14 else if (foo1 == 0)
20 foo1 = -1;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-1a.s 2 foo1: jr $31 label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
relax2.s 2 foo1: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section8.s 1 .section .foo1,"e", %progbits
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
rept.s 2 .long foo1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-exclude.s 1 .section .foo1,"e"
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain2.c 6 extern int foo1 (void);
11 if (foo1 () != -1)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/
symver2.s 2 .globl foo1
3 .type foo1,object
4 foo1: label
8 .size foo1,L_foo1-foo1
symver3.s 2 .globl foo1
3 .type foo1,object
4 foo1: label
8 .size foo1,L_foo1-foo1
symver4.s 2 .globl foo1
3 .type foo1,object
4 foo1: label
8 .size foo1,L_foo1-foo1
symver5.s 2 .globl foo1
3 .type foo1,object
4 foo1: label
8 .size foo1,L_foo1-foo1
  /ndk/tests/build/cpp-extensions/jni/
foo1.cc 3 extern int foo1(int x) { function in namespace:cpp

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 9