/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
|
D | gen-dwarf-producer.s | 4 .globl _bar symbol 5 _bar: label
|
D | gen-dwarf-cpp.s | 5 .globl _bar symbol 6 _bar: label
|
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/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/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/MC/COFF/ |
D | symbol-alias.s | 20 .globl _bar # @bar symbol 22 _bar: label 32 _bar_alias = _bar
|
D | simple-fixups.s | 21 .def _bar; 25 .globl _bar symbol 27 _bar: # @bar label
|
/external/clang/test/SemaObjC/ |
D | protocol-lookup.m | 21 id <Bar> _bar; field 38 _bar = [bar retain]; 46 [_bar release];
|
D | warn-implicit-self-in-block.m | 8 int _bar; field 15 …_bar = 3; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to indi…
|
D | property-in-class-extension.m | 20 NSObject *_bar; field 46 @synthesize bar = _bar;
|
D | synth-provisional-ivars.m | 7 int _bar; field 36 @synthesize bar = _bar;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/ |
D | gas-macho64.asm | 42 # TODO: .quad _foo - _bar 43 # r_type=X86_64_RELOC_SUBTRACTOR,r_length=3,r_extern=1, r_pcrel=0,r_symbolnum=_bar 47 # TODO: .quad _foo - _bar + 4 48 # r_type=X86_64_RELOC_SUBTRACTOR,r_length=3, r_extern=1,r_pcrel=0,r_symbolnum=_bar 52 # TODO: .long _foo - _bar 53 # r_type=X86_64_RELOC_SUBTRACTOR,r_length=2,r_extern=1,r_pcrel=0,r_symbolnum=_bar
|
/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/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}}
|
D | fixit-missing-self-in-block.m | 10 int _bar; field 17 _bar = 3;
|
/external/clang/test/SemaObjCXX/ |
D | protocol-lookup.mm | 20 id <Bar> _bar; field 37 _bar = [bar retain]; 45 [_bar release];
|
/external/llvm/test/CodeGen/ARM/ |
D | call-noret-minsize.ll | 8 ; ARM: bl _bar 11 ; SWIFT: bl _bar
|
D | call-noret.ll | 9 ; ARM: b _bar 13 ; SWIFT: b _bar
|
/external/llvm/test/MC/X86/ |
D | gnux32-dwarf-gen.s | 14 .globl _bar symbol 15 _bar: label
|
/external/llvm/test/CodeGen/PowerPC/ |
D | align.ll | 43 ;DARWIN: .comm _bar,75,7 46 ; DARWIN8: .comm _bar,75 ;
|