Home
last modified time | relevance | path

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

1234567

/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/swiftshader/third_party/llvm-7.0/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/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…
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/test/MC/COFF/
Dsymbol-alias.s20 .globl _bar # @bar symbol
22 _bar: label
29 _bar_alias = _bar
Dsimple-fixups.s21 .def _bar;
25 .globl _bar symbol
27 _bar: # @bar label
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Ddarwin-x86_64-reloc.s22 _bar: label
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
26 .long _foo - _bar
/external/llvm/test/MC/COFF/
Dsymbol-alias.s20 .globl _bar # @bar symbol
22 _bar: label
32 _bar_alias = _bar
Dsimple-fixups.s22 .def _bar;
26 .globl _bar symbol
28 _bar: # @bar label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dsymbol-alias.s20 .globl _bar # @bar symbol
22 _bar: label
32 _bar_alias = _bar
Dsimple-fixups.s22 .def _bar;
26 .globl _bar symbol
28 _bar: # @bar label
/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;
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dinline-asm-locs.ll9 ; ".globl _bar\n"
10 ; "_bar:\n"
35 module asm ".globl _bar"
36 module asm "_bar:"
/external/llvm/test/DebugInfo/X86/
Dinline-asm-locs.ll9 ; ".globl _bar\n"
10 ; "_bar:\n"
35 module asm ".globl _bar"
36 module asm "_bar:"
/external/clang/test/SemaObjC/
Dprotocol-lookup.m21 id <Bar> _bar; field
38 _bar = [bar retain];
46 [_bar release];
/external/clang/test/SemaObjCXX/
Dprotocol-lookup.mm20 id <Bar> _bar; field
37 _bar = [bar retain];
45 [_bar release];
/external/llvm/test/MC/MachO/ARM/
Dlong-call-branch-island-relocation.s9 .globl _bar symbol
12 .thumb_func _bar
13 _bar: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Dlong-call-branch-island-relocation.s9 .globl _bar symbol
12 .thumb_func _bar
13 _bar: label

1234567