/openbsd/gnu/usr.bin/perl/dist/Thread-Semaphore/t/ |
H A D | 04_nonblocking.t | 34 ok(! $st->down_nb(), 'Semaphore unavailable to thread'); 38 ok(! $st->down_nb(5), 'Semaphore unavailable to thread'); 40 ok(! $st->down_nb(2), 'Semaphore unavailable to thread'); 42 ok(! $st->down_nb(), 'Semaphore unavailable to thread'); 51 ok(! $sm->down_nb(), 'Semaphore unavailable to main');
|
/openbsd/regress/sys/kern/extent/ |
H A D | extest.exp | 43 error: Resource temporarily unavailable 71 error: Resource temporarily unavailable 79 error: Resource temporarily unavailable
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | __availability | 43 // as unavailable. When vendors decide to ship the feature as part of their 47 // feature-test macros. When a feature is made unavailable on some deployment 48 // target, a macro should be defined to signal that it is unavailable. That 52 // as unavailable. 242 __attribute__((unavailable)) 260 __attribute__((unavailable))
|
/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | symbolication.py | 234 self.unavailable = False 268 print('unavailable = %i' % (self.unavailable)) 327 if self.unavailable: 377 if self.unavailable: 414 if self.unavailable:
|
H A D | crashlog.py | 259 self.unavailable = True 330 self.unavailable = True
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | strerror_errno.t | 8 plan(skip_all => "POSIX is unavailable")
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | DebuggingJITedCode.rst | 147 …pp:387), argc=4, argv=0x00007fffffffe118, init=<unavailable>, fini=<unavailable>, rtld_fini=<unava…
|
H A D | InstrRefDebugInfo.md | 185 now unavailable variable value.
|
H A D | HowToUpdateDebugInfo.rst | 154 unavailable, starting with the ``llvm.dbg.value(undef, ...)``. When there is no
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 339 const AvailabilityChange &obsoleted, SourceLocation unavailable, in ParsedAttr() argument 347 UnavailableLoc(unavailable), MessageExpr(messageExpr), in ParsedAttr() 863 SourceLocation unavailable, const Expr *MessageExpr, in create() argument 869 obsoleted, unavailable, MessageExpr, syntax, strict, ReplacementExpr)); in create() 1071 SourceLocation unavailable, const Expr *MessageExpr, in addNew() argument 1076 obsoleted, unavailable, MessageExpr, syntax, strict, ReplacementExpr); in addNew()
|
/openbsd/gnu/llvm/libunwind/include/ |
H A D | unwind.h | 27 #define LIBUNWIND_UNAVAIL __attribute__ (( unavailable ))
|
H A D | libunwind.h | 31 #define LIBUNWIND_AVAIL __attribute__((unavailable)) 39 #define LIBUNWIND_AVAIL __attribute__((unavailable))
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | regrename.c | 208 HARD_REG_SET unavailable; in regrename_optimize() local 211 CLEAR_HARD_REG_SET (unavailable); in regrename_optimize() 221 CLEAR_HARD_REG_SET (unavailable); in regrename_optimize() 228 SET_HARD_REG_BIT (unavailable, FRAME_POINTER_REGNUM + i); in regrename_optimize() 232 SET_HARD_REG_BIT (unavailable, HARD_FRAME_POINTER_REGNUM + i); in regrename_optimize() 267 COPY_HARD_REG_SET (this_unavailable, unavailable); in regrename_optimize()
|
/openbsd/gnu/gcc/gcc/ |
H A D | regrename.c | 204 HARD_REG_SET unavailable; in regrename_optimize() local 207 CLEAR_HARD_REG_SET (unavailable); in regrename_optimize() 217 CLEAR_HARD_REG_SET (unavailable); in regrename_optimize() 224 SET_HARD_REG_BIT (unavailable, FRAME_POINTER_REGNUM + i); in regrename_optimize() 228 SET_HARD_REG_BIT (unavailable, HARD_FRAME_POINTER_REGNUM + i); in regrename_optimize() 265 COPY_HARD_REG_SET (this_unavailable, unavailable); in regrename_optimize()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | CMakeLists.txt | 26 # Explicit override: warn if unavailable
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | README | 58 being unavailable, and ReadKey possibly generating bad results if you
|
/openbsd/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-versioning.h | 104 #define LLDB_API_IMPL_TOONEW __attribute__((unavailable))
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | pad | 271 sub { $x = $y }->(); # should not warn about $y being unavailable
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Perldoc/ |
H A D | perldoc.pod | 236 or nouser's account, or -2 if unavailable. If it cannot relinquish
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | bugs.texi | 212 debuggers, for which source code often is unavailable to @code{g77}
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.inc | 34 "unavailable.")
|
/openbsd/gnu/llvm/libcxx/ |
H A D | CMakeLists.txt | 103 to provide compile-time errors when using features unavailable on some version of 513 # When building the dylib, don't warn for unavailable aligned allocation
|
/openbsd/share/snmp/ |
H A D | SNMPv2-TC.txt | 194 row exists in the agent, but is unavailable for use by 589 `notInService' or `notReady' is unavailable to the
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | LangOptions.def | 284 LANGOPT(AlignedAllocationUnavailable, 1, 0, "aligned allocation functions are unavailable")
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | LanguageExtensions.rst | 846 Messages on ``deprecated`` and ``unavailable`` Attributes 850 ``unavailable`` attributes. For example: 856 If the deprecated or unavailable declaration is used, the message will be 874 enumerators to be deprecated, made unavailable, etc. The attribute must appear 4409 …ILABLE_BEGIN _Pragma("clang attribute Unavailable.push (__attribute__((unavailable)), apply_to=fun… 4415 void function(); // function has [[noreturn]] and __attribute__((unavailable)) 4417 void other_function(); // function has __attribute__((unavailable)) 4421 ``[[noreturn]]`` instead of ``__attribute__((unavailable))``. This may seem like
|