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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
arm-long-calls.c 7 int foo1(int a) { return a; } function
arm-no-movt.c 7 int foo1(int a) { return a; } function
attr-func-def.c 4 // CHECK: define i32 @foo1(i32 %a) local_unnamed_addr [[ATTRS1:#[0-9]+]] {
6 int foo1(int);
9 return foo1(a + 2);
13 int foo1(int a) { function
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 8 void foo1() { function
  /toolchain/binutils/binutils-2.27/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
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-1a.s 2 foo1: jr $31 label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
relax2.s 2 foo1: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
mpx1a.c 4 foo1 (void) function
6 printf ("foo1\n");
mpx2a.c 4 foo1 (void) function
6 printf ("foo1\n");
  /external/clang/test/CodeGenCXX/
attr-notail.cpp 9 int foo1(int a, Class1 *c1) { function
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/i386/
compressed-1.s 26 .globl foo1
27 .type foo1, @function
28 foo1: label
41 .size foo1, .-foo1
123 .string "foo1"
143 .string "foo1"
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/x86-64/
compressed-1.s 26 .globl foo1
27 .type foo1, @function
28 foo1: label
36 .size foo1, .-foo1
118 .string "foo1"
138 .string "foo1"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
dw2-compress-2.s 26 .globl foo1
27 .type foo1, @function
28 foo1: label
41 .size foo1, .-foo1
123 .string "foo1"
143 .string "foo1"
x86-64-dw2-compress-2.s 26 .globl foo1
27 .type foo1, @function
28 foo1: label
36 .size foo1, .-foo1
118 .string "foo1"
138 .string "foo1"
x86-64-mpx-branch-1.s 5 foo1: label
6 bnd jmp foo1
7 bnd jb foo1
8 bnd call foo1
x86-64-mpx-branch-2.s 5 foo1: label
6 jmp foo1
7 jb foo1
8 call foo1
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
xcoff-branch-1.s 2 .globl foo1
10 bl foo1 + 0xc
11 bl foo1
14 foo1: label
24 .bar: bl foo1
26 bl foo1 + 0x8
39 bl foo1
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/symver/
symver0.s 4 .globl foo1
5 .type foo1,object
6 foo1: label
10 .size foo1,L_foo1-foo1
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
symver6.s 2 .globl foo1
3 .type foo1,object
4 foo1: label
9 .size foo1,L_foo1-foo1

Completed in 738 milliseconds

1 2 3 4 5 6