HomeSort by relevance Sort by last modified time
    Searched full:_bar (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
dynamic-sections.t 10 _bar = ASSERT (. > 0, "Bad . value");
  /external/avahi/avahi-common/
domain-test.c 80 assert(avahi_is_valid_service_type_generic("_foo._bar._waldo"));
81 assert(!avahi_is_valid_service_type_strict("_foo._bar._waldo"));
82 assert(!avahi_is_valid_service_subtype("_foo._bar._waldo"));
88 assert(!avahi_is_valid_service_type_generic("_foo._bar.waldo"));
89 assert(!avahi_is_valid_service_type_strict("_foo._bar.waldo"));
90 assert(!avahi_is_valid_service_subtype("_foo._bar.waldo"));
96 assert(avahi_is_valid_service_type_generic("_foo._sub._bar._tcp"));
97 assert(!avahi_is_valid_service_type_strict("_foo._sub._bar._tcp"));
98 assert(avahi_is_valid_service_subtype("_foo._sub._bar._tcp"));
100 printf("%s\n", avahi_get_type_from_subtype("_foo._sub._bar._tcp"))
    [all...]
  /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/SemaObjC/
property-in-class-extension.m 20 NSObject *_bar;
45 @synthesize bar = _bar;
synth-provisional-ivars.m 7 int _bar;
36 @synthesize bar = _bar;
  /external/llvm/test/CodeGen/ARM/
call-noret-minsize.ll 8 ; ARM: bl _bar
11 ; SWIFT: bl _bar
call-noret.ll 9 ; ARM: b _bar
13 ; SWIFT: b _bar
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-direct.s 9 ldd _bar
12 std _bar
13 jsr _bar
74 _bar: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i36434.d 11 0800007b <_bar>:
  /external/llvm/test/CodeGen/X86/
stackmap-shadow-optimization.ll 14 ; CHECK: callq _bar
16 ; CHECK: callq _bar
18 ; CHECK: callq _bar
dynamic-alloca-in-entry.ll 17 ; CHECK-LABEL: _bar:
prolog-push-seq.ll 12 ; CHECK-NEXT: calll _bar
  /external/llvm/test/MC/COFF/
simple-fixups.s 22 .def _bar;
26 .globl _bar
28 _bar: # @bar label
symbol-alias.s 20 .globl _bar # @bar
22 _bar: label
32 _bar_alias = _bar
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 9 .globl _bar
12 .thumb_func _bar
13 _bar: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
gprel.d 15 6: R_RX_SYM _bar
30 12: R_RX_SYM _bar
45 1e: R_RX_SYM _bar
  /external/llvm/test/tools/llvm-objdump/
macho-bind.test 9 # CHECK:__DATA __data 0x00001008 pointer 0 libbar _bar
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/
relax.d 20 00000108 <_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/CodeGen/PowerPC/
align.ll 43 ;DARWIN: .comm _bar,75,7
46 ; DARWIN8: .comm _bar,75 ;
  /external/llvm/test/MC/MachO/
eh-frame-reloc.s 9 .globl _bar
11 _bar: label
bad-darwin-x86_64-diff-relocs.s 4 .quad _foo - _bar
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 14 .globl _bar
15 _bar: label
  /external/llvm/test/CodeGen/AArch64/
arm64-fp-imm.ll 16 ; CHECK: _bar:
  /external/llvm/test/tools/dsymutil/ARM/
dummy-debug-map-amr64.map 13 - { sym: _bar, objAddr: 0x0, binAddr: 0x10000, size: 0x10 }

Completed in 1469 milliseconds

12 3 4 5