/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}}
|
D | objcxx11-user-defined-literal.mm | 3 id x = @"foo"_bar; // expected-error{{user-defined suffix cannot be used here}}
|
/external/valgrind/main/helgrind/ |
D | helgrind.h | 278 #define VALGRIND_HG_BARRIER_INIT_PRE(_bar, _count, _resizable) \ argument 280 void*,(_bar), \ 285 #define VALGRIND_HG_BARRIER_WAIT_PRE(_bar) \ argument 287 void*,(_bar)) 297 #define VALGRIND_HG_BARRIER_RESIZE_PRE(_bar, _newcount) \ argument 299 void*,(_bar), \ 303 #define VALGRIND_HG_BARRIER_DESTROY_PRE(_bar) \ argument 305 void*,(_bar))
|
/external/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/clang/test/SemaCXX/ |
D | cxx11-ast-print.cpp | 8 decltype(""_foo) operator"" _bar(unsigned long long); 11 decltype(42_bar) operator"" _baz(long double); 29 const char *p4 = 0x129_bar;
|
/external/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
|
D | x86_64-reloc-arithmetic.s | 6 _bar = _foo + 2 define 8 leaq _bar(%rip), %rcx
|
D | gen-dwarf.s | 4 .globl _bar symbol 5 _bar: label
|
/external/clang/test/SemaObjC/ |
D | protocol-lookup.m | 20 id <Bar> _bar; field 37 _bar = [bar retain]; 45 [_bar release];
|
D | property-in-class-extension.m | 20 NSObject *_bar; field 45 @synthesize bar = _bar;
|
D | synth-provisional-ivars.m | 7 int _bar; field 36 @synthesize bar = _bar;
|
/external/clang/test/SemaObjCXX/ |
D | protocol-lookup.mm | 20 id <Bar> _bar; field 37 _bar = [bar retain]; 45 [_bar release];
|
/external/clang/test/FixIt/ |
D | fixit-cxx11-compat.cpp | 10 #define _bar "_bar" macro 11 const char *q = "foo"_bar; // expected-warning {{will be treated as a user-defined literal suffix}}
|
/external/llvm/test/CodeGen/PowerPC/ |
D | align.ll | 43 ;DARWIN: .comm _bar,75,7 46 ; DARWIN8: .comm _bar,75 ;
|
/external/llvm/test/MC/ARM/ |
D | basic-thumb-instructions.s | 124 beq _bar 132 @ CHECK: beq _bar @ encoding: [A,0xd0] 133 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bcc 169 bl _bar 172 @ CHECK: bl _bar @ encoding: [A,0xf0'A',A,0xf8'A'] 173 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bl
|
D | basic-thumb2-instructions.s | 198 b.w _bar 199 beq.w _bar 201 beq.w _bar 204 @ CHECK: b.w _bar @ encoding: [A,0xf0'A',A,0x90'A'] 205 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch 206 @ CHECK: beq.w _bar @ encoding: [A,0xf0'A',A,0x80'A'] 207 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_condbranch 209 @ CHECK: beq.w _bar @ encoding: [A,0xf0'A',A,0x90'A'] 210 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch 300 cbz r6, _bar [all …]
|
D | basic-arm-instructions.s | 285 b _bar 288 @ CHECK: b _bar @ encoding: [A,A,A,0xea] 289 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_uncondbranch 384 bl _bar 385 bleq _bar 386 blx _bar 391 @ CHECK: bl _bar @ encoding: [A,A,A,0xeb] 392 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_uncondbl 393 @ CHECK: bleq _bar @ encoding: [A,A,A,0x0b] 394 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_condbl [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | pr10420.ll | 12 ; CHECK: _bar: ## @bar
|
D | win64_alloca_dynalloca.ll | 67 ; EFI: callq _bar
|
/external/llvm/test/CodeGen/ARM/ |
D | align.ll | 42 ;DARWIN: .comm _bar,75,7
|
D | fast-isel-call.ll | 101 ; ARM: bl _bar 123 ; THUMB: bl _bar
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 703 _bar: 711 _bar:
|
/external/llvm/lib/Target/ARM/ |
D | README.txt | 150 _bar:
|