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

  /external/llvm/test/MC/MachO/
gen-dwarf-producer.s 4 .globl _bar
5 _bar: label
gen-dwarf-cpp.s 5 .globl _bar
6 _bar: label
x86_64-reloc-arithmetic.s 6 _bar = _foo + 2 define
8 leaq _bar(%rip), %rcx
21 // CHECK-NEXT: ('_string', '_bar')
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
gen-dwarf.s 4 .globl _bar
5 _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')
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/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/COFF/
symbol-alias.s 20 .globl _bar # @bar
22 _bar: label
32 _bar_alias = _bar
simple-fixups.s 21 .def _bar;
25 .globl _bar
27 _bar: # @bar label
  /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/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/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 9 .globl _bar
12 .thumb_func _bar
13 _bar: label
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 14 .globl _bar
15 _bar: label
  /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/clang/test/CodeGen/
ms-inline-asm.c 205 char _bar[2];
211 __asm mov eax, LENGTH _bar
221 __asm mov eax, TYPE _bar
230 __asm mov eax, SIZE _bar
  /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 308 b _bar
311 @ CHECK: b _bar @ encoding: [A,A,A,0xea]
312 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_uncondbranch
413 bl _bar
414 bleq _bar
415 blx _bar
420 @ CHECK: bl _bar @ encoding: [A,A,A,0xeb]
421 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_uncondbl
422 @ CHECK: bleq _bar @ encoding: [A,A,A,0x0b]
423 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_condb
    [all...]

Completed in 239 milliseconds