/external/clang/test/Parser/ |
D | cxx11-user-defined-literals.cpp | 5 #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/test/MC/MachO/ |
D | i386-large-relocations.s | 8 .long _bar 10 .long _bar+8 11 .long _bar+24 13 .long _bar+16 16 .zerofill __DATA,__bss,_bar,48,4
|
D | absolute.s | 3 _bar: label 9 .set foo_set2, (_foo - _bar + 0xffff0000) 12 foo_equals2 = (_foo - _bar + 0xffff0000) 18 .set foo_set2_global, (_foo - _bar + 0xffff0000)
|
D | darwin-x86_64-reloc.s | 22 _bar: label 24 .quad _foo - _bar 25 .quad _foo - _bar + 4 26 .long _foo - _bar
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ |
D | i386-large-relocations.s | 8 .long _bar 10 .long _bar+8 11 .long _bar+24 13 .long _bar+16 16 .zerofill __DATA,__bss,_bar,48,4
|
D | absolute.s | 3 _bar: label 9 .set foo_set2, (_foo - _bar + 0xffff0000) 12 foo_equals2 = (_foo - _bar + 0xffff0000) 18 .set foo_set2_global, (_foo - _bar + 0xffff0000)
|
D | darwin-x86_64-reloc.s | 22 _bar: label 24 .quad _foo - _bar 25 .quad _foo - _bar + 4 26 .long _foo - _bar
|
/external/llvm/test/MC/ARM/ |
D | thumb2be-movw-encoding.s | 4 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…
|
D | thumb2be-movt-encoding.s | 4 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/ |
D | thumb2be-movw-encoding.s | 4 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…
|
D | thumb2be-movt-encoding.s | 4 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/test/MC/COFF/ |
D | symbol-alias.s | 20 .globl _bar # @bar symbol 22 _bar: label 29 _bar_alias = _bar
|
D | simple-fixups.s | 21 .def _bar; 25 .globl _bar symbol 27 _bar: # @bar label
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | darwin-x86_64-reloc.s | 22 _bar: label 24 .quad _foo - _bar 25 .quad _foo - _bar + 4 26 .long _foo - _bar
|
/external/llvm/test/MC/COFF/ |
D | symbol-alias.s | 20 .globl _bar # @bar symbol 22 _bar: label 32 _bar_alias = _bar
|
D | simple-fixups.s | 22 .def _bar; 26 .globl _bar symbol 28 _bar: # @bar label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | symbol-alias.s | 20 .globl _bar # @bar symbol 22 _bar: label 32 _bar_alias = _bar
|
D | simple-fixups.s | 22 .def _bar; 26 .globl _bar symbol 28 _bar: # @bar label
|
/external/clang/test/SemaCXX/ |
D | cxx11-ast-print.cpp | 7 decltype(""_foo) operator"" _bar(unsigned long long); 10 decltype(42_bar) operator"" _baz(long double); 28 const char *p4 = 0x129_bar;
|
/external/llvm/test/DebugInfo/X86/ |
D | inline-asm-locs.ll | 9 ; ".globl _bar\n" 10 ; "_bar:\n" 35 module asm ".globl _bar" 36 module asm "_bar:"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | inline-asm-locs.ll | 9 ; ".globl _bar\n" 10 ; "_bar:\n" 35 module asm ".globl _bar" 36 module asm "_bar:"
|
/external/clang/test/SemaObjC/ |
D | protocol-lookup.m | 21 id <Bar> _bar; field 38 _bar = [bar retain]; 46 [_bar release];
|
/external/clang/test/SemaObjCXX/ |
D | protocol-lookup.mm | 20 id <Bar> _bar; field 37 _bar = [bar retain]; 45 [_bar release];
|
/external/llvm/test/MC/MachO/ARM/ |
D | long-call-branch-island-relocation.s | 9 .globl _bar symbol 12 .thumb_func _bar 13 _bar: label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/ |
D | long-call-branch-island-relocation.s | 9 .globl _bar symbol 12 .thumb_func _bar 13 _bar: label
|