| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | __availability | 22 // of a platform, Clang provides availability attributes [1]. These attributes 59 // [1]: https://clang.llvm.org/docs/AttributeReference.html#availability 84 // This controls the availability of std::shared_mutex and std::shared_timed_mutex, 90 // These macros control the availability of std::bad_optional_access and 102 // This controls the availability of std::uncaught_exceptions(). 105 // This controls the availability of the sized version of ::operator delete, 110 // This controls the availability of the std::future_error exception. 117 // This controls the availability of std::type_info's vtable. 122 // This controls the availability of std::locale::category members 126 // This controls the availability of atomic operations on std::shared_ptr [all …]
|
| /openbsd-src/gnu/llvm/clang/www/ |
| H A D | make_cxx_dr_status | 126 def availability(issue): function 188 _, avail_style, _ = availability(int(dup)) 195 _, avail_style, _ = availability(dup) 214 avail, avail_style, unresolved_status = availability(dr.issue) 224 avail, avail_style, unresolved_status = availability(dr.issue)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cgraph.h | 27 enum availability enum 298 enum availability cgraph_function_body_availability (struct cgraph_node *); 299 enum availability cgraph_variable_initializer_availability (struct cgraph_varpool_node *);
|
| H A D | cgraph.c | 1119 enum availability avail = cgraph_function_body_availability (n); in cgraph_master_clone() 1145 enum availability 1148 enum availability avail; in cgraph_function_body_availability() 1182 enum availability
|
| H A D | ipa-pure-const.c | 323 enum availability avail = AVAIL_NOT_AVAILABLE; in check_call()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | portability.texi | 26 @cindex autoincrement addressing, availability 31 and the availability of autoincrement addressing. In the RTL-generation
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | portability.texi | 26 @cindex autoincrement addressing, availability 31 and the availability of autoincrement addressing. In the RTL-generation
|
| /openbsd-src/usr.bin/cvs/ |
| H A D | README | 5 Please consult http://www.opencvs.org/ for portable release availability.
|
| /openbsd-src/distrib/notes/powerpc64/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/distrib/notes/armv7/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/distrib/notes/luna88k/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/distrib/notes/loongson/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/distrib/notes/octeon/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/distrib/notes/landisk/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/distrib/notes/arm64/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/distrib/notes/macppc/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/distrib/notes/riscv64/ |
| H A D | features | 33 dnl (XXX does not imply availability of X servers though)
|
| /openbsd-src/gnu/usr.bin/clang/ |
| H A D | Makefile.inc | 68 -Werror=unguarded-availability-new -Wextra \
|
| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_cursor.py | 513 self.assertEqual(cursor.availability, AvailabilityKind.AVAILABLE) 519 self.assertEqual(c.availability, AvailabilityKind.NOT_AVAILABLE) 527 self.assertEqual(cursor.availability, AvailabilityKind.DEPRECATED)
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-locstats.rst | 87 -total availability: 83%
|
| H A D | llvm-tli-checker.rst | 15 availability of library functions against the set of functions exported
|
| H A D | tblgen.rst | 607 Generate availability interface declarations. 707 Generate SPIR-V enum availability declarations. 711 Generate SPIR-V enum availability definitions.
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | UnspecifiedBehaviorRandomization.rst | 46 ``std::shuffle`` availability.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 1510 The ``availability`` attribute can be placed on declarations to describe the 1516 void f(void) __attribute__((availability(macos,introduced=10.4,deprecated=10.6,obsoleted=10.7))); 1518 The availability attribute states that ``f`` was introduced in macOS 10.4, 1527 The availability attribute is a comma-separated list starting with the 1556 Multiple availability attributes can be placed on a declaration, which may 1557 correspond to different platforms. For most platforms, the availability 1559 any others will be ignored. However, the availability for ``watchOS`` and 1560 ``tvOS`` can be implicitly inferred from an ``iOS`` availability attribute. 1561 Any explicit availability attributes for those platforms are still preferred over 1562 the implicitly inferred availability attributes. If no availability attribute [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/hlsl/ |
| H A D | hlsl_intrinsics.h | 14 __attribute__((availability(shadermodel, introduced = 6.0)))
|