Home
last modified time | relevance | path

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

123

/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
Deh-frame-reloc.s9 .globl _bar symbol
11 _bar: label
Dx86_64-reloc-arithmetic.s6 _bar = _foo + 2 define
8 leaq _bar(%rip), %rcx
Dgen-dwarf-cpp.s5 .globl _bar symbol
6 _bar: label
Dgen-dwarf.s4 .globl _bar symbol
5 _bar: label
/external/llvm/test/MC/ARM/
Dthumb2be-movw-encoding.s4 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…
Dthumb2be-movt-encoding.s4 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/lldb/test/lang/objc/real-definition/
DFoo.m9 _bar = [[Bar alloc] init];
16 [_bar release];
22 return [NSString stringWithFormat:@"%p: @Foo { _bar = %@ }", self, _bar];
/external/valgrind/helgrind/
Dhelgrind.h312 #define VALGRIND_HG_BARRIER_INIT_PRE(_bar, _count, _resizable) \ argument
314 void*,(_bar), \
319 #define VALGRIND_HG_BARRIER_WAIT_PRE(_bar) \ argument
321 void*,(_bar))
331 #define VALGRIND_HG_BARRIER_RESIZE_PRE(_bar, _newcount) \ argument
333 void*,(_bar), \
337 #define VALGRIND_HG_BARRIER_DESTROY_PRE(_bar) \ argument
339 void*,(_bar))
/external/llvm/test/MC/COFF/
Dsymbol-alias.s20 .globl _bar # @bar symbol
22 _bar: label
32 _bar_alias = _bar
Dsimple-fixups.s22 .def _bar;
26 .globl _bar symbol
28 _bar: # @bar label
/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/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…
/external/clang/test/SemaObjCXX/
Dprotocol-lookup.mm20 id <Bar> _bar; field
37 _bar = [bar retain];
45 [_bar release];
/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/llvm/test/MC/MachO/ARM/
Dlong-call-branch-island-relocation.s9 .globl _bar symbol
12 .thumb_func _bar
13 _bar: label
/external/llvm/test/CodeGen/X86/
Dstackmap-shadow-optimization.ll14 ; CHECK: callq _bar
16 ; CHECK: callq _bar
18 ; CHECK: callq _bar
/external/llvm/test/MC/MachO/AArch64/
Ddarwin-ARM64-reloc.s24 .quad _foo - _bar
25 .quad _foo - _bar + 4
27 .long _foo - _bar
158 ; CHECK-NEXT: Symbol: _bar
172 ; CHECK-NEXT: Symbol: _bar
186 ; CHECK-NEXT: Symbol: _bar
/external/llvm/test/CodeGen/ARM/
Dcall-noret-minsize.ll8 ; ARM: bl _bar
11 ; SWIFT: bl _bar

123