Home
last modified time | relevance | path

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

12

/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/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
Dgen-dwarf-producer.s4 .globl _bar symbol
5 _bar: label
Dgen-dwarf-cpp.s5 .globl _bar symbol
6 _bar: label
Dx86_64-reloc-arithmetic.s6 _bar = _foo + 2 define
8 leaq _bar(%rip), %rcx
Dgen-dwarf.s4 .globl _bar symbol
5 _bar: label
/external/valgrind/main/helgrind/
Dhelgrind.h278 #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/
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/llvm/test/MC/COFF/
Dsymbol-alias.s20 .globl _bar # @bar symbol
22 _bar: label
32 _bar_alias = _bar
Dsimple-fixups.s21 .def _bar;
25 .globl _bar symbol
27 _bar: # @bar label
/external/clang/test/SemaObjC/
Dprotocol-lookup.m21 id <Bar> _bar; field
38 _bar = [bar retain];
46 [_bar release];
Dwarn-implicit-self-in-block.m8 int _bar; field
15_bar = 3; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to indi…
Dproperty-in-class-extension.m20 NSObject *_bar; field
46 @synthesize bar = _bar;
Dsynth-provisional-ivars.m7 int _bar; field
36 @synthesize bar = _bar;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
Dgas-macho64.asm42 # 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/
Dlong-call-branch-island-relocation.s9 .globl _bar symbol
12 .thumb_func _bar
13 _bar: label
/external/clang/test/FixIt/
Dfixit-cxx11-compat.cpp10 #define _bar "_bar" macro
11 const char *q = "foo"_bar; // expected-warning {{will be treated as a user-defined literal suffix}}
Dfixit-missing-self-in-block.m10 int _bar; field
17 _bar = 3;
/external/clang/test/SemaObjCXX/
Dprotocol-lookup.mm20 id <Bar> _bar; field
37 _bar = [bar retain];
45 [_bar release];
/external/llvm/test/CodeGen/ARM/
Dcall-noret-minsize.ll8 ; ARM: bl _bar
11 ; SWIFT: bl _bar
Dcall-noret.ll9 ; ARM: b _bar
13 ; SWIFT: b _bar
/external/llvm/test/MC/X86/
Dgnux32-dwarf-gen.s14 .globl _bar symbol
15 _bar: label
/external/llvm/test/CodeGen/PowerPC/
Dalign.ll43 ;DARWIN: .comm _bar,75,7
46 ; DARWIN8: .comm _bar,75 ;

12