HomeSort by relevance Sort by last modified time
    Searched defs:_bar (Results 1 - 6 of 6) 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/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/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')

Completed in 159 milliseconds