Home
last modified time | relevance | path

Searched refs:_bar (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/llvm-project/clang/test/SemaObjCXX/
Dwarn-implicit-self-in-block.mm13 int _bar; field
20_bar = 3; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to indi…
26 (void)_bar;
28 …(void)_bar; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to in…
30 …(void)_bar; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to in…
32 …(void)_bar; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to in…
34 (void)_bar;
39 noescapeFunc(^{ [&](){ (void)_bar; }(); });
40 …escapeFunc(^{ [&](){ (void)_bar; }(); }); // expected-warning {{block implicitly retains 'self'; e…
/external/clang/test/Parser/
Dcxx11-user-defined-literals.cpp5 #include "foo"_bar // expected-error {{expected "FILENAME" or <FILENAME>}}
6 #line 1 "foo"_bar // expected-error {{user-defined suffix cannot be used here}}
7 # 1 "foo"_bar 1 // expected-error {{user-defined suffix cannot be used here}}
8 #ident "foo"_bar // expected-error {{user-defined suffix cannot be used here}}
9 _Pragma("foo"_bar) // expected-error {{user-defined suffix cannot be used here}}
10 #pragma comment(lib, "foo"_bar) // expected-error {{user-defined suffix cannot be used here}}
13 #pragma push_macro("foo"_bar) // expected-error {{user-defined suffix cannot be used here}}
14 #if __has_warning("-Wan-island-to-discover"_bar) // expected-error {{user-defined suffix cannot be …
15 #elif __has_include("foo"_bar) // expected-error {{expected "FILENAME" or <FILENAME>}}
24 static_assert(true, "foo"_bar); // expected-error {{user-defined suffix cannot be used here}}
/external/llvm-project/llvm/test/MC/MachO/
Di386-large-relocations.s8 .long _bar
10 .long _bar+8
11 .long _bar+24
13 .long _bar+16
16 .zerofill __DATA,__bss,_bar,48,4
Dabsolute.s3 _bar: label
9 .set foo_set2, (_foo - _bar + 0xffff0000)
12 foo_equals2 = (_foo - _bar + 0xffff0000)
18 .set foo_set2_global, (_foo - _bar + 0xffff0000)
Ddarwin-x86_64-reloc.s22 _bar: label
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
26 .long _foo - _bar
/external/llvm/test/MC/MachO/
Di386-large-relocations.s8 .long _bar
10 .long _bar+8
11 .long _bar+24
13 .long _bar+16
16 .zerofill __DATA,__bss,_bar,48,4
Dabsolute.s3 _bar: label
9 .set foo_set2, (_foo - _bar + 0xffff0000)
12 foo_equals2 = (_foo - _bar + 0xffff0000)
18 .set foo_set2_global, (_foo - _bar + 0xffff0000)
Ddarwin-x86_64-reloc.s22 _bar: label
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
26 .long _foo - _bar
/external/llvm-project/lld/test/MachO/
Dtlv.s14 # CHECK-NEXT: leaq {{.*}}(%rip), %rax # {{.*}} <_bar>
23 # CHECK-NEXT: <_bar$tlv$init>:
32 # CHECK-NEXT: <_bar>:
42 mov _bar@TLVP(%rip), %rax
48 _bar$tlv$init:
52 .globl _foo, _bar
57 _bar: label
60 .quad _bar$tlv$init
Dtlv-dylib.s9 # DYLIB-DAG: _bar [per-thread]
21 # CHECK-DAG: __DATA __thread_ptrs 0x{{0*}}[[#%x, BAR]] pointer 0 libtlv _bar
26 .globl _foo, _bar, _baz
28 _bar: label
37 mov _bar@TLVP(%rip), %rax
Dsubsections-symbol-relocs.s9 ## its contents should move with _bar to the start of the output despite the
13 ## _bar and _baz point to the same address, so both order files should achieve
38 .globl _main, _foo, _bar, _qux
45 callq _bar
49 _bar: label
/external/llvm-project/lld/test/ELF/
Daarch64-tstbr14-reloc.s15 # CHECK: <_bar>:
21 # CHECK-NEXT: 210140: tbnz w3, #15, 0x210130 <_bar>
23 # CHECK-NEXT: 210148: tbz x6, #45, 0x210130 <_bar>
44 #DSOREL-NEXT: 0x30440 R_AARCH64_JUMP_SLOT _bar
55 #DSO: <_bar>:
61 #DSO-NEXT: 10318: tbnz w3, #15, 0x10360 <_bar@plt>
63 #DSO-NEXT: 10320: tbz x6, #45, 0x10360 <_bar@plt>
83 #DSO-NEXT: <_bar@plt>:
92 tbnz w3, #15, _bar
94 tbz x6, #45, _bar
Dallow-multiple-definition.s23 # CHECK: <_bar>:
26 # REVERT: <_bar>:
29 .globl _bar symbol
30 .type _bar, @function
31 _bar: label
Daarch64-condb-reloc.s20 # CHECK: <_bar>:
29 # CHECK-NEXT: 210148: b.eq 0x210130 <_bar>
51 #DSOREL-NEXT: 0x30490 R_AARCH64_JUMP_SLOT _bar
63 #DSO: <_bar>:
72 #DSO-NEXT: 10360: b.eq 0x103a0 <_bar@plt>
93 #DSO-NEXT: <_bar@plt>:
108 b.eq _bar
/external/llvm-project/llvm/test/MC/ARM/
Dthumb2be-movw-encoding.s4 movw r9, :lower16:(_bar)
5 @ CHECK-LE: movw r9, :lower16:_bar @ encoding: [0x40'A',0xf2'A',0b0000AAAA,0x09]
6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_mo…
7 @ CHECK-BE: movw r9, :lower16:_bar @ encoding: [0xf2,0b0100AAAA,0x09'A',A]
8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_mo…
Dthumb2be-movt-encoding.s4 movt r9, :upper16:(_bar)
5 @ CHECK-LE: movt r9, :upper16:_bar @ encoding: [0xc0'A',0xf2'A',0b0000AAAA,0x09]
6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_mo…
7 @ CHECK-BE: movt r9, :upper16:_bar @ encoding: [0xf2,0b1100AAAA,0x09'A',A]
8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_mo…
Dmacho-reloc-thumb-local.s9 .long _bar
13 .thumb_func _bar
14 .weak_definition _bar
15 _bar: label
/external/llvm/test/MC/ARM/
Dthumb2be-movt-encoding.s4 movt r9, :upper16:(_bar)
5 @ CHECK-LE: movt r9, :upper16:_bar @ encoding: [0xc0'A',0xf2'A',0b0000AAAA,0x09]
6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_mo…
7 @ CHECK-BE: movt r9, :upper16:_bar @ encoding: [0xf2,0b1100AAAA,0x09'A',A]
8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_mo…
Dthumb2be-movw-encoding.s4 movw r9, :lower16:(_bar)
5 @ CHECK-LE: movw r9, :lower16:_bar @ encoding: [0x40'A',0xf2'A',0b0000AAAA,0x09]
6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_mo…
7 @ CHECK-BE: movw r9, :lower16:_bar @ encoding: [0xf2,0b0100AAAA,0x09'A',A]
8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_mo…
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dstrip-debug.test26 # RELOC-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
30 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
31 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
32 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
33 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
36 # RELOC-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
39 # DEBUG-NEXT: 0x0 0 0 1 X86_64_RELOC_UNSIGNED 0 _bar
/external/llvm-project/lldb/test/API/lang/objc/real-definition/
DFoo.m9 _bar = [[Bar alloc] init];
16 [_bar release];
22 return [NSString stringWithFormat:@"%p: @Foo { _bar = %@ }", self, _bar];
/external/llvm-project/lld/test/ELF/Inputs/
Dallow-multiple-definition.s1 .globl _bar symbol
2 .type _bar, @function
3 _bar: label
/external/llvm/test/MC/COFF/
Dsymbol-alias.s20 .globl _bar # @bar symbol
22 _bar: label
32 _bar_alias = _bar
/external/llvm-project/llvm/test/MC/COFF/
Dsymbol-alias.s20 .globl _bar # @bar symbol
22 _bar: label
32 _bar_alias = _bar
/external/clang/test/SemaCXX/
Dcxx11-ast-print.cpp7 decltype(""_foo) operator"" _bar(unsigned long long);
10 decltype(42_bar) operator"" _baz(long double);
28 const char *p4 = 0x129_bar;

12345678910