Home
last modified time | relevance | path

Searched refs:_foo (Results 1 – 25 of 129) sorted by relevance

123456

/external/llvm/test/MC/MachO/
Ddarwin-x86_64-reloc.s9 _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 …]
Dabsolute.s5 _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)
Dcoal-sections-x86_64.s28 .globl _foo symbol
29 .weak_definition _foo
31 _foo: label
Dx86_64-reloc-arithmetic.s5 _foo: label
6 _bar = _foo + 2
/external/llvm/test/MC/ARM/
Darm_fixups.s12 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/
Dprovisional-ivar-lookup.m6 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
Dprotocol-lookup.m20 id <Foo> _foo; field
37 _foo = [foo retain];
45 [_foo release];
Dproperty-category-impl.m10 int _foo; field
16 - (int) foo { return _foo; }
24 - (void) setFoo:(int)foo { _foo = foo; }
/external/llvm/test/CodeGen/ARM/
D2010-11-29-PrologueBug.ll10 ; ARM: bl _foo
11 ; ARM: bl _foo
12 ; ARM: bl _foo
18 ; THUMB2: blx _foo
19 ; THUMB2: blx _foo
20 ; THUMB2: blx _foo
Dmovt-movw-global.ll19 ; 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/
Dcxx11-ast-print.cpp4 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/
Ddarwin-ARM64-reloc.s22 .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/
Dsymbol-alias.s8 .def _foo;
13 .globl _foo symbol
15 _foo: # @foo label
28 _foo_alias = _foo
Dsimple-fixups.s8 .def _foo;
13 .globl _foo symbol
15 _foo: # @foo label
/external/llvm/test/MC/MachO/ARM/
Dlong-call-branch-island-relocation.s16 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)
Dthumb2-function-relative-load.s7 .thumb_func _foo
8 _foo: label
9 ldr lr, (_foo - 4)
Drelax-thumb-ldr-literal.s8 .thumb_func _foo
9 _foo: label
10 ldr r2, (_foo - 4)
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s6 .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/
Dcxx11-user-defined-literals.cpp9 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/
Dcxx11-user-defined-literals.cpp21 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/
Dcoal-sections-powerpc.s27 .globl _foo symbol
28 .weak_definition _foo
30 _foo: label
/external/clang/test/SemaObjCXX/
Dprotocol-lookup.mm19 id <Foo> _foo; field
36 _foo = [foo retain];
44 [_foo release];
/external/llvm/test/CodeGen/PowerPC/
Davailable-externally.ll13 ; STATIC: _foo:
18 ; PIC: _foo:
26 ; PIC64: _foo:
30 ; DYNAMIC: _foo:
34 ; DYNAMIC64: _foo:
/external/clang/test/Index/
Dblocks.c7 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/
Dcxx1y_binary_literal.cpp10 constexpr unsigned long long operator""_foo(unsigned long long n) { in operator ""_foo()
13 static_assert(0b10001111_foo == 286, "");

123456