/external/llvm/test/MC/MachO/ |
D | 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 …]
|
D | 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)
|
D | coal-sections-x86_64.s | 28 .globl _foo symbol 29 .weak_definition _foo 31 _foo: label
|
D | x86_64-reloc-arithmetic.s | 5 _foo: label 6 _bar = _foo + 2
|
/external/llvm/test/MC/ARM/ |
D | arm_fixups.s | 12 mov r9, :lower16:(_foo) 13 movw r9, :lower16:(_foo) 14 movt r9, :upper16:(_foo) 16 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3] 17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 18 @ CHECK-BE: movw r9, :lower16:_foo @ encoding: [0xe3,0b0000AAAA,0x90'A',A] 19 @ CHECK-BE: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 20 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3] 21 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 22 @ CHECK-BE: movw r9, :lower16:_foo @ encoding: [0xe3,0b0000AAAA,0x90'A',A] [all …]
|
/external/clang/test/SemaObjC/ |
D | provisional-ivar-lookup.m | 6 int _foo; field 15 @synthesize foo = _foo; 19 _foo = foo; // expected-error {{use of undeclared identifier 'foo'}} 23 _foo = foo1; // OK 27 _foo = foo2; // expected-error {{use of undeclared identifier 'foo2'}} 31 _foo = foo3; // OK
|
D | protocol-lookup.m | 20 id <Foo> _foo; field 37 _foo = [foo retain]; 45 [_foo release];
|
D | property-category-impl.m | 10 int _foo; field 16 - (int) foo { return _foo; } 24 - (void) setFoo:(int)foo { _foo = foo; }
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-11-29-PrologueBug.ll | 10 ; ARM: bl _foo 11 ; ARM: bl _foo 12 ; ARM: bl _foo 18 ; THUMB2: blx _foo 19 ; THUMB2: blx _foo 20 ; THUMB2: blx _foo
|
D | movt-movw-global.ll | 19 ; IOS-STATIC: movw r0, :lower16:_foo 20 ; IOS-STATIC-NEXT: movt r0, :upper16:_foo 35 ; IOS-STATIC: movw r1, :lower16:_foo 36 ; IOS-STATIC-NEXT: movt r1, :upper16:_foo
|
/external/clang/test/SemaCXX/ |
D | cxx11-ast-print.cpp | 4 auto operator"" _foo(const char *p, decltype(sizeof(int))) -> decltype(nullptr); 7 decltype(""_foo) operator"" _bar(unsigned long long); 22 const char *p1 = "bar1"_foo; 24 const char *p2 = R"x(bar2)x"_foo; 26 const char *p3 = u8"bar3"_foo;
|
/external/llvm/test/MC/MachO/AArch64/ |
D | darwin-ARM64-reloc.s | 22 .quad _foo 23 .quad _foo + 4 24 .quad _foo - _bar 25 .quad _foo - _bar + 4 27 .long _foo - _bar 29 .quad _foo@got 30 .long _foo@got - . 144 ; CHECK-NEXT: Symbol: _foo 151 ; CHECK-NEXT: Symbol: _foo 165 ; CHECK-NEXT: Symbol: _foo [all …]
|
/external/llvm/test/MC/COFF/ |
D | symbol-alias.s | 8 .def _foo; 13 .globl _foo symbol 15 _foo: # @foo label 28 _foo_alias = _foo
|
D | simple-fixups.s | 8 .def _foo; 13 .globl _foo symbol 15 _foo: # @foo label
|
/external/llvm/test/MC/MachO/ARM/ |
D | 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 symbol 33 _foo: label 50 @ CHECK: Symbol: _foo (2)
|
D | thumb2-function-relative-load.s | 7 .thumb_func _foo 8 _foo: label 9 ldr lr, (_foo - 4)
|
D | relax-thumb-ldr-literal.s | 8 .thumb_func _foo 9 _foo: label 10 ldr r2, (_foo - 4)
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ |
D | MachO_ARM64_relocations.s | 6 .globl _foo symbol 8 _foo: label 19 # rtdyld-check: decode_operand(br1, 0)[25:0] = (_foo - br1)[27:2] 22 b _foo 73 # rtdyld-check: *{8}_ptr = _foo 79 .quad _foo
|
/external/clang/test/PCH/ |
D | 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; } in f() 15 int j = ""_foo;
|
/external/clang/test/Parser/ |
D | cxx11-user-defined-literals.cpp | 21 asm("mov %eax, %rdx"_foo); // expected-error {{user-defined suffix cannot be used here}} in f() 36 #if 0_foo // expected-error {{integer literal with user-defined suffix cannot be used in preprocess… 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/llvm/test/MC/MachO/PowerPC/ |
D | coal-sections-powerpc.s | 27 .globl _foo symbol 28 .weak_definition _foo 30 _foo: label
|
/external/clang/test/SemaObjCXX/ |
D | protocol-lookup.mm | 19 id <Foo> _foo; field 36 _foo = [foo retain]; 44 [_foo release];
|
/external/llvm/test/CodeGen/PowerPC/ |
D | available-externally.ll | 13 ; STATIC: _foo: 18 ; PIC: _foo: 26 ; PIC64: _foo: 30 ; DYNAMIC: _foo: 34 ; DYNAMIC64: _foo:
|
/external/clang/test/Index/ |
D | blocks.c | 7 static struct foo _foo; in test() local 9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); in test()
|
/external/clang/test/Lexer/ |
D | cxx1y_binary_literal.cpp | 10 constexpr unsigned long long operator""_foo(unsigned long long n) { in operator ""_foo() 13 static_assert(0b10001111_foo == 286, "");
|