HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 226 - 250 of 6781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-17b.s 1 .weak foo
2 .type foo, %gnu_indirect_function
3 .size foo,1
5 foo: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
exec-got-1a.s 1 .globl foo
2 .type foo,%object
3 .size foo,4
5 foo: .word 1 label
gc-thumb-lib.s 2 .globl foo
3 .type foo,%object
4 .size foo,4
5 foo: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
comm-data3b.s 1 .weak foo
2 .type foo,%function
3 .size foo,1
5 foo: label
provide-hidden-2.s 2 .globl foo
3 .internal foo
4 foo: label
5 .dc.a foo
indirect3c.c 3 extern void foo (void);
6 foo (void) function
14 foo ();
indirect4c.c 3 extern void foo (void);
6 foo (void) function
14 foo ();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-17b.s 1 .weak foo
2 .type foo, %gnu_indirect_function
3 .size foo,1
5 foo: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
weak-undef.s 2 .weak foo
3 .long foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
mixed2b.s 1 .globl foo
4 .type foo, @object
5 .size foo, 4
6 foo: label
  /art/test/IMTB/
Interfaces.java 20 public void foo(); method in interface:Interfaces.A
23 public void foo(); method in interface:Interfaces.L
26 public void foo(); method in interface:Interfaces.Z
  /external/clang/test/CodeGen/
2002-04-07-SwitchStmt.c 4 int foo();
7 while (foo()) {
8 switch (foo()) {
2003-08-20-PrototypeMismatch.c 5 static int foo(int);
7 static int foo(C) function
14 foo(7);
2003-08-23-LocalUnionTest.c 5 union foo { int X; }; union
7 int test(union foo* F) {
9 union foo { float X; } A; union
  /external/clang/test/CodeGenCXX/
debug-info-cxx1y.cpp 4 // CHECK: [[FOO:![0-9]+]] = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "foo",
7 // CHECK: !DISubprogram(name: "func", {{.*}} scope: [[FOO]]
15 // CHECK-SAME: scope: [[FOO]]
19 struct foo { struct
23 foo f;
25 auto foo::func() {
  /external/clang/test/PCH/
reinclude1.h 6 int foo; variable
7 #define foo foo macro
  /external/clang/test/Parser/
no-gnu-inline-asm.c 5 void foo() __asm("__foo_func"); // AsmLabel is OK
11 long long foo = 0, bar; local
12 asm volatile("INST %0, %1" : "=r"(foo) : "r"(bar)); // expected-error {{GNU-style inline assembly is disabled}}
  /external/clang/test/Profile/
func-entry.c 6 void foo(void);
8 // CHECK: @foo() #{{[0-9]}} !prof [[FOO:![0-9]+]]
9 void foo() { return; } function
14 for (i = 0; i < 10000; i++) foo();
18 // CHECK: [[FOO]] = !{!"function_entry_count", i64 1000}
  /external/clang/test/SemaCXX/
PR8884.cpp 4 friend struct foo;
5 static struct foo& baz ();
7 struct foo { struct
pragma-weak.cpp 3 #pragma weak foo macro
4 static void foo();
6 void foo() { function
  /external/llvm/test/MC/ELF/
weak-relocation.s 5 .weak foo
6 foo: label
8 call foo
12 // CHECK-NEXT: 0x1 R_X86_64_PC32 foo 0xFFFFFFFFFFFFFFFC
  /external/mesa3d/src/glsl/glcpp/tests/
062-if-0-skips-garbage.c 1 #define foo(a,b) macro
3 foo(bar)
4 foo(
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
weak-relocation.s 5 .weak foo
6 foo: label
8 call foo
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
needed-by-reloc.s 1 .globl foo
4 .long foo
6 foo: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
fdpic.s 3 .long foo@PCREL
4 .long foo@FUNCDESC
5 .long foo@GOT
6 .long foo@GOTOFF
7 .long foo@GOTFUNCDESC
8 .long foo@GOTOFFFUNCDESC

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 91011>>