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

1 2

  /external/llvm/test/MC/MachO/
x86_64-reloc-arithmetic.s 5 _foo: label
6 _bar = _foo + 2
absolute.s 5 _foo: label
8 .set foo_set1, (_foo + 0xffff0000)
9 .set foo_set2, (_foo - _bar + 0xffff0000)
11 foo_equals = (_foo + 0xffff0000)
12 foo_equals2 = (_foo - _bar + 0xffff0000)
15 .set foo_set1_global, (_foo + 0xffff0000)
18 .set foo_set2_global, (_foo - _bar + 0xffff0000)
82 // CHECK: ('_string', '_foo')
darwin-x86_64-reloc.s 9 _foo: label
13 call _foo
14 call _foo+4
15 movq _foo@GOTPCREL(%rip), %rax
16 pushq _foo@GOTPCREL(%rip)
17 movl _foo(%rip), %eax
18 movl _foo+4(%rip), %eax
19 movb $0x12, _foo(%rip)
20 movl $0x12345678, _foo(%rip)
21 .quad _foo
    [all...]
gen-dwarf.s 9 _foo: label
tlv-reloc.s 16 .globl _foo
19 _foo: label
138 // CHECK: ('_string', '_foo')
i386-large-relocations.s 7 _foo: label
darwin-x86_64-diff-relocs.s 12 _foo: label
269 // CHECK: ('_string', '_foo')
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 3 // CHECK: auto operator "" _foo(const char *p, decltype(sizeof(int))) -> decltype(nullptr);
4 auto operator"" _foo(const char *p, decltype(sizeof(int))) -> decltype(nullptr);
6 // CHECK: decltype(""_foo) operator "" _bar(unsigned long long);
7 decltype(""_foo) operator"" _bar(unsigned long long);
21 // CHECK: const char *p1 = "bar1"_foo;
22 const char *p1 = "bar1"_foo;
23 // CHECK: const char *p2 = "bar2"_foo;
24 const char *p2 = R"x(bar2)x"_foo;
25 // CHECK: const char *p3 = u8"bar3"_foo;
26 const char *p3 = u8"bar3"_foo;
    [all...]
  /external/clang/test/Index/
blocks.c 7 static struct foo _foo; local
9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo);
15 // CHECK: blocks.c:7:21: VarDecl=_foo:7:21 (Definition) Extent=[7:3 - 7:25]
33 // CHECK: blocks.c:9:60: DeclRefExpr=_foo:7:21 Extent=[9:60 - 9:64]
  /external/clang/test/PCH/
cxx11-user-defined-literals.cpp 9 int operator"" _foo(const char *p, size_t);
11 template<typename T> auto f(T t) -> decltype(t + ""_foo) { return 0; }
15 int j = ""_foo;
  /external/llvm/test/MC/MachO/ARM/
relax-thumb-ldr-literal.s 8 .thumb_func _foo
9 _foo: label
10 ldr r2, (_foo - 4)
thumb2-function-relative-load.s 7 .thumb_func _foo
8 _foo: label
9 ldr lr, (_foo - 4)
long-call-branch-island-relocation.s 16 bl _foo
21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
30 .globl _foo
33 _foo: label
no-subsections-reloc.s 11 .thumb_func _foo
12 _foo: label
data-in-code.s 3 _foo: label
thumb2-movw-fixup.s 9 .thumb_func _foo
  /external/llvm/test/MC/COFF/
symbol-alias.s 8 .def _foo;
13 .globl _foo
15 _foo: # @foo label
28 _foo_alias = _foo
simple-fixups.s 7 .def _foo;
12 .globl _foo
14 _foo: # @foo label
  /external/llvm/test/MC/ARM/
arm_fixups.s 8 mov r9, :lower16:(_foo)
9 movw r9, :lower16:(_foo)
10 movt r9, :upper16:(_foo)
12 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3]
13 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16
14 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3]
15 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16
16 @ CHECK: movt r9, :upper16:_foo @ encoding: [A,0x90'A',0b0100AAAA,0xe3]
17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movt_hi16
thumb2-b.w-encodingT4.s 4 .thumb_func _foo
6 _foo: label
hilo-16bit-relocations.s 12 .comm _foo,4,2
17 .indirect_symbol _foo
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 21 asm("mov %eax, %rdx"_foo); // expected-error {{user-defined suffix cannot be used here}}
36 #if 0_foo // expected-error {{integer literal with user-defined suffix cannot be used in preprocessor constant expression}}
99 " _foo(unsigned long long); // ok
101 void operator R"xyzzy()xyzzy" _foo(long double); // ok
103 void operator"" "" R"()" "" _foo(const char *); // ok
  /external/clang/test/CXX/class/class.mem/
p1.cpp 76 Inner<int> _foo; member in class:PR8245::X
  /external/clang/test/CodeGen/
ms-inline-asm.c 206 int _foo[4];
210 __asm mov eax, LENGTH _foo
220 __asm mov eax, TYPE _foo
229 __asm mov eax, SIZE _foo
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 19 _foo: label

Completed in 368 milliseconds

1 2