Home
last modified time | relevance | path

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

1234

/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-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…
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…
/external/valgrind/helgrind/
Dhelgrind.h313 #define VALGRIND_HG_BARRIER_INIT_PRE(_bar, _count, _resizable) \ argument
315 void*,(_bar), \
320 #define VALGRIND_HG_BARRIER_WAIT_PRE(_bar) \ argument
322 void*,(_bar))
332 #define VALGRIND_HG_BARRIER_RESIZE_PRE(_bar, _newcount) \ argument
334 void*,(_bar), \
338 #define VALGRIND_HG_BARRIER_DESTROY_PRE(_bar) \ argument
340 void*,(_bar))
/external/swiftshader/third_party/LLVM/test/MC/COFF/
Dsymbol-alias.s20 .globl _bar # @bar symbol
22 _bar: label
29 _bar_alias = _bar
Dsimple-fixups.s21 .def _bar;
25 .globl _bar symbol
27 _bar: # @bar label
/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/swiftshader/third_party/LLVM/test/MC/MachO/
Ddarwin-x86_64-reloc.s22 _bar: label
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
26 .long _foo - _bar
Dx86_64-reloc-arithmetic.s6 _bar = _foo + 2 define
8 leaq _bar(%rip), %rcx
/external/llvm/test/DebugInfo/X86/
Dinline-asm-locs.ll9 ; ".globl _bar\n"
10 ; "_bar:\n"
35 module asm ".globl _bar"
36 module asm "_bar:"
/external/clang/test/SemaObjC/
Dprotocol-lookup.m21 id <Bar> _bar; field
38 _bar = [bar retain];
46 [_bar release];
/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}}
/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

1234