HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 1551 - 1575 of 3525) sorted by null

<<61626364656667686970>>

  /external/llvm/test/MC/AArch64/
arm64-small-data-fixups.s 3 foo: label
9 .byte foo - bar
10 .short foo - bar
19 ; CHECK: 0x9 0 1 1 ARM64_RELOC_UNSIGNED 0 foo
21 ; CHECK: 0x8 0 0 1 ARM64_RELOC_UNSIGNED 0 foo
  /external/llvm/test/MC/COFF/
pr23025.s 10 foo: label
seh-section.s 7 // CHECK: Name: .xdata$foo
63 .section .text$foo,"x"
64 .globl foo
65 .def foo; .scl 2; .type 32; .endef
66 .seh_proc foo
67 foo: label
  /external/llvm/test/MC/ELF/
alias-reloc.s 5 .globl foo
6 foo: label
7 bar = foo
alias-to-local.s 9 foo: label
diff.s 4 foo: label
9 mov zed+(bar-foo), %eax
diff2.s 6 foo: label
13 mov zed+(bar-foo), %eax
symbol-names.s 6 .globl foo?bar
7 .type foo?bar, @function
8 foo?bar:
12 // CHECK: Name: foo?bar
  /external/llvm/test/MC/MachO/
section-align-2.s 9 foo: label
86 // CHECK: Name: foo (9)
  /external/llvm/test/MC/Mips/
micromips-alias.s 18 # CHECK: Name: foo
27 .globl foo
28 foo = o define
  /external/llvm/test/MC/X86/AlignedBundling/
labeloffset.s 71 .section .text.foo, "ax"
72 .globl foo
74 .type foo,@function
75 # CHECK-LABEL: foo:
76 foo: label
82 .section .text.foo
nesting.s 9 # CHECK-LABEL: foo:
10 .type foo,@function
11 foo: label
30 callq foo
31 callq foo
46 callq foo
47 callq foo
  /external/llvm/test/tools/dsymutil/X86/
odr-anon-namespace.cpp 21 void foo() { function
odr-member-functions.cpp 10 __attribute__((always_inline)) void foo() { bar(); } function in struct:S
11 __attribute__((always_inline)) void foo(int i) { if (i) bar(); } function in struct:S
18 void foo() { function
30 // CHECK: 0x[[FOO:[0-9a-f]*]]:{{.*}}DW_TAG_subprogram
37 void foo() { function
40 s.foo();
41 s.foo(1);
54 // CHECK-NEXT: DW_AT_specification{{.*}}[[FOO]]
75 void foo() { function
  /external/llvm/test/tools/llvm-cov/
report.cpp 20 void foo(bool cond) { function
32 foo(false);
  /external/llvm/test/tools/llvm-symbolizer/Inputs/
coff-dwarf.cpp 6 void __declspec(noinline) foo() { function
13 foo();
coff-exports.cpp 8 EXPORT void __declspec(noinline) foo() { function
14 foo();
  /external/mesa3d/src/glsl/glcpp/tests/
004-define-recursive.c 1 #define foo bar macro
3 #define baz foo
4 foo
007-define-composite-recursive.c 1 #define foo a bar macro
3 #define baz c foo
4 foo
030-define-chain-obj-to-func-compose.c 3 #define foo bar(baz(success)) macro
4 foo
031-define-chain-func-to-func-compose.c 3 #define foo() bar(baz(success)) macro
4 foo()
056-macro-argument-with-comma.c 3 #define foo function macro
4 foo(bar)
061-define-chain-obj-to-func-multi.c 1 #define foo(x) success macro
2 #define bar foo
  /external/robolectric/v1/src/main/java/com/foo/
Receiver.java 1 package com.foo;
  /external/srtp/crypto/include/
null_auth.h 51 char foo; member in struct:__anon22807

Completed in 933 milliseconds

<<61626364656667686970>>