HomeSort by relevance Sort by last modified time
    Searched refs:_bar (Results 1 - 12 of 12) sorted by null

  /external/clang/test/FixIt/
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/llvm/test/MC/MachO/
x86_64-reloc-arithmetic.s 6 _bar = _foo + 2 define
8 leaq _bar(%rip), %rcx
21 // CHECK-NEXT: ('_string', '_bar')
gen-dwarf.s 4 .globl _bar
5 _bar: label
darwin-x86_64-reloc.s 22 _bar: label
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
26 .long _foo - _bar
329 // CHECK: ('_string', '_bar')
  /external/llvm/test/MC/COFF/
symbol-alias.s 20 .globl _bar # @bar
22 _bar: label
29 _bar_alias = _bar
simple-fixups.s 21 .def _bar;
25 .globl _bar
27 _bar: # @bar label
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 7 // CHECK: decltype(""_foo) operator "" _bar(unsigned long long);
8 decltype(""_foo) operator"" _bar(unsigned long long);
10 // CHECK: decltype(42_bar) operator "" _baz(long double);
11 decltype(42_bar) operator"" _baz(long double);
28 // CHECK: const char *p4 = 297_bar;
  /external/clang/test/Parser/
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/valgrind/main/helgrind/
helgrind.h 278 #define VALGRIND_HG_BARRIER_INIT_PRE(_bar, _count, _resizable) \
280 void*,(_bar), \
285 #define VALGRIND_HG_BARRIER_WAIT_PRE(_bar) \
287 void*,(_bar))
297 #define VALGRIND_HG_BARRIER_RESIZE_PRE(_bar, _newcount) \
299 void*,(_bar), \
303 #define VALGRIND_HG_BARRIER_DESTROY_PRE(_bar) \
305 void*,(_bar))
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 124 beq _bar
132 @ CHECK: beq _bar @ encoding: [A,0xd0]
133 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bcc
169 bl _bar
172 @ CHECK: bl _bar @ encoding: [A,0xf0'A',A,0xd0'A']
173 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bl
basic-thumb2-instructions.s 214 b.w _bar
215 beq.w _bar
217 beq.w _bar
220 @ CHECK: b.w _bar @ encoding: [A,0xf0'A',A,0x90'A']
221 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch
222 @ CHECK: beq.w _bar @ encoding: [A,0xf0'A',A,0x80'A']
223 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_condbranch
225 @ CHECK: beq.w _bar @ encoding: [A,0xf0'A',A,0x90'A']
226 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch
316 cbz r6, _bar
    [all...]
basic-arm-instructions.s 304 b _bar
307 @ CHECK: b _bar @ encoding: [A,A,A,0xea]
308 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_uncondbranch
409 bl _bar
410 bleq _bar
411 blx _bar
416 @ CHECK: bl _bar @ encoding: [A,A,A,0xeb]
417 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_uncondbl
418 @ CHECK: bleq _bar @ encoding: [A,A,A,0x0b]
419 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_condb
    [all...]

Completed in 444 milliseconds