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

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/MC/Mips/
reloc-directive.s 17 foo: label
18 .reloc 4, R_MIPS_NONE, foo # ASM: .reloc 4, R_MIPS_NONE, foo
19 .reloc 0, R_MIPS_NONE, foo+4 # ASM: .reloc 0, R_MIPS_NONE, foo+4
20 .reloc 8, R_MIPS_32, foo+8 # ASM: .reloc 8, R_MIPS_32, foo+8
31 # OBJ-O32: 0x0 R_MIPS_NONE foo 0x0
32 # OBJ-O32: 0x4 R_MIPS_NONE foo 0x0
46 # OBJ-N32: 0x0 R_MIPS_NONE/R_MIPS_NONE/R_MIPS_NONE foo 0x
    [all...]
rotations32-bad.s 13 foo: label
rotations32.s 8 foo: label
rotations64.s 8 foo: label
set-at-directive-explicit-at.s 10 foo: label
set-at-directive.s 6 foo: label
target-soft-float.s 10 foo: label
unaligned-nops.s 4 foo: label
  /external/llvm/test/MC/PowerPC/
ppc-reloc.s 5 .globl foo
6 .type foo,@function
8 foo: label
12 .size foo, . - foo
  /external/llvm/test/MC/Sparc/
sparc-nop-data.s 7 foo: label
  /external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 7 foo: label
bundle-group-too-large-error.s 7 foo: label
long-nop-pad.s 9 foo: label
misaligned-bundle-group.s 9 foo: label
misaligned-bundle.s 9 foo: label
pad-align-to-bundle-end.s 9 foo: label
pad-bundle-groups.s 9 foo: label
relax-at-bundle-end.s 9 foo: label
relax-in-bundle-group.s 10 foo: label
single-inst-bundling.s 9 foo: label
  /external/llvm/test/tools/sancov/Inputs/
foo.cpp 5 void foo() { printf("foo\n"); } function
  /external/mesa3d/src/glsl/glcpp/tests/
001-define.c 1 #define foo 1 macro
2 foo
008-define-empty.c 1 #define foo macro
2 foo
009-undef.c 1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
010-undef-re-define.c 1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
5 #define foo 2 macro
6 foo

Completed in 229 milliseconds

1 2 3 4 5 67 8 91011>>