Home
last modified time | relevance | path

Searched refs:availability (Results 1 – 25 of 107) sorted by relevance

12345

/openbsd-src/gnu/llvm/libcxx/include/
H A D__availability22 // 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 Dmake_cxx_dr_status126 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 Dcgraph.h27 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 Dcgraph.c1119 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 Dipa-pure-const.c323 enum availability avail = AVAIL_NOT_AVAILABLE; in check_call()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dportability.texi26 @cindex autoincrement addressing, availability
31 and the availability of autoincrement addressing. In the RTL-generation
/openbsd-src/gnu/gcc/gcc/doc/
H A Dportability.texi26 @cindex autoincrement addressing, availability
31 and the availability of autoincrement addressing. In the RTL-generation
/openbsd-src/usr.bin/cvs/
H A DREADME5 Please consult http://www.opencvs.org/ for portable release availability.
/openbsd-src/distrib/notes/powerpc64/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/distrib/notes/armv7/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/distrib/notes/luna88k/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/distrib/notes/loongson/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/distrib/notes/octeon/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/distrib/notes/landisk/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/distrib/notes/arm64/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/distrib/notes/macppc/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/distrib/notes/riscv64/
H A Dfeatures33 dnl (XXX does not imply availability of X servers though)
/openbsd-src/gnu/usr.bin/clang/
H A DMakefile.inc68 -Werror=unguarded-availability-new -Wextra \
/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py513 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 Dllvm-locstats.rst87 -total availability: 83%
H A Dllvm-tli-checker.rst15 availability of library functions against the set of functions exported
H A Dtblgen.rst607 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 DUnspecifiedBehaviorRandomization.rst46 ``std::shuffle`` availability.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttrDocs.td1510 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 Dhlsl_intrinsics.h14 __attribute__((availability(shadermodel, introduced = 6.0)))

12345