/external/llvm/test/MC/MachO/ |
gen-dwarf-producer.s | 4 .globl _bar 5 _bar: label
|
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
|
x86_64-reloc-arithmetic.s | 6 _bar = _foo + 2 define 8 leaq _bar(%rip), %rcx 21 // CHECK-NEXT: ('_string', '_bar')
|
gen-dwarf-cpp.s | 5 .globl _bar 6 _bar: label
|
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) 74 // CHECK: ('_string', '_bar')
|
/external/clang/test/Parser/ |
objcxx11-user-defined-literal.mm | 3 id x = @"foo"_bar; // expected-error{{user-defined suffix cannot be used here}}
|
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}} 11 _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 used here}} 15 #elif __has_include("foo"_bar) // expected-error {{expected "FILENAME" or <FILENAME>} [all...] |
/external/clang/test/FixIt/ |
fixit-missing-self-in-block.m | 10 int _bar; 17 _bar = 3;
|
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/clang/test/SemaObjC/ |
warn-implicit-self-in-block.m | 8 int _bar; 15 _bar = 3; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior}}
|
protocol-lookup.m | 21 id <Bar> _bar; 38 _bar = [bar retain]; 46 [_bar release];
|
property-in-class-extension.m | 20 NSObject *_bar; 46 @synthesize bar = _bar;
|
synth-provisional-ivars.m | 7 int _bar; 36 @synthesize bar = _bar;
|
/external/clang/test/SemaObjCXX/ |
protocol-lookup.mm | 20 id <Bar> _bar; 37 _bar = [bar retain]; 45 [_bar release];
|
/external/clang/test/SemaCXX/ |
cxx11-ast-print.cpp | 6 // CHECK: decltype(""_foo) operator "" _bar(unsigned long long); 7 decltype(""_foo) operator"" _bar(unsigned long long); 9 // CHECK: decltype(42_bar) operator "" _baz(long double); 10 decltype(42_bar) operator"" _baz(long double); 27 // CHECK: const char *p4 = 297_bar;
|
/external/llvm/test/CodeGen/ARM/ |
call-noret-minsize.ll | 8 ; ARM: bl _bar 11 ; SWIFT: bl _bar
|
call-noret.ll | 9 ; ARM: b _bar 13 ; SWIFT: b _bar
|
/external/llvm/test/MC/COFF/ |
simple-fixups.s | 21 .def _bar; 25 .globl _bar 27 _bar: # @bar label
|
symbol-alias.s | 20 .globl _bar # @bar 22 _bar: label 32 _bar_alias = _bar
|
/external/llvm/test/MC/MachO/ARM/ |
long-call-branch-island-relocation.s | 9 .globl _bar 12 .thumb_func _bar 13 _bar: label
|
/external/chromium_org/ui/base/accelerators/ |
menu_label_accelerator_util_linux_unittest.cc | 19 { "foo &bar", "foo _bar" }, 21 { "foo &&&bar", "foo &_bar" }, 23 { "&foo &bar", "_foo _bar" }, 65 { "foo_&_bar", "foo_&&_bar" },
|
/external/llvm/test/CodeGen/X86/ |
pr10420.ll | 12 ; CHECK: _bar: ## @bar
|
/external/llvm/test/CodeGen/PowerPC/ |
align.ll | 43 ;DARWIN: .comm _bar,75,7 46 ; DARWIN8: .comm _bar,75 ;
|
/external/llvm/test/MC/X86/ |
gnux32-dwarf-gen.s | 14 .globl _bar 15 _bar: label
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/ |
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
|