Home
last modified time | relevance | path

Searched refs:unavailable (Results 1 – 25 of 109) sorted by relevance

12345

/openbsd/gnu/usr.bin/perl/dist/Thread-Semaphore/t/
H A D04_nonblocking.t34 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 Dextest.exp43 error: Resource temporarily unavailable
71 error: Resource temporarily unavailable
79 error: Resource temporarily unavailable
/openbsd/gnu/llvm/libcxx/include/
H A D__availability43 // 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 Dsymbolication.py234 self.unavailable = False
268 print('unavailable = %i' % (self.unavailable))
327 if self.unavailable:
377 if self.unavailable:
414 if self.unavailable:
H A Dcrashlog.py259 self.unavailable = True
330 self.unavailable = True
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dstrerror_errno.t8 plan(skip_all => "POSIX is unavailable")
/openbsd/gnu/llvm/llvm/docs/
H A DDebuggingJITedCode.rst147 …pp:387), argc=4, argv=0x00007fffffffe118, init=<unavailable>, fini=<unavailable>, rtld_fini=<unava…
H A DInstrRefDebugInfo.md185 now unavailable variable value.
H A DHowToUpdateDebugInfo.rst154 unavailable, starting with the ``llvm.dbg.value(undef, ...)``. When there is no
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h339 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 Dunwind.h27 #define LIBUNWIND_UNAVAIL __attribute__ (( unavailable ))
H A Dlibunwind.h31 #define LIBUNWIND_AVAIL __attribute__((unavailable))
39 #define LIBUNWIND_AVAIL __attribute__((unavailable))
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dregrename.c208 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 Dregrename.c204 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 DCMakeLists.txt26 # Explicit override: warn if unavailable
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DREADME58 being unavailable, and ReadKey possibly generating bad results if you
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-versioning.h104 #define LLDB_API_IMPL_TOONEW __attribute__((unavailable))
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dpad271 sub { $x = $y }->(); # should not warn about $y being unavailable
/openbsd/gnu/usr.bin/perl/cpan/Pod-Perldoc/
H A Dperldoc.pod236 or nouser's account, or -2 if unavailable. If it cannot relinquish
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dbugs.texi212 debuggers, for which source code often is unavailable to @code{g77}
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc34 "unavailable.")
/openbsd/gnu/llvm/libcxx/
H A DCMakeLists.txt103 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 DSNMPv2-TC.txt194 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 DLangOptions.def284 LANGOPT(AlignedAllocationUnavailable, 1, 0, "aligned allocation functions are unavailable")
/openbsd/gnu/llvm/clang/docs/
H A DLanguageExtensions.rst846 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

12345