Searched refs:availability (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/llvm/clang/www/
H A Dmake_cxx_dr_status126 def availability(issue):
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-current/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.c693 /* Names used to print out the availability enum. */
708 fprintf (f, " availability:%s",
789 fprintf (f, " availability:%s",
1119 enum availability avail = cgraph_function_body_availability (n);
1143 /* Return function availability. See cgraph.h for description of individual
1145 enum availability
1148 enum availability avail;
1180 /* Return variable availability. See cgraph.h for description of individual
1182 enum availability
H A Dipa-pure-const.c323 enum availability avail = AVAIL_NOT_AVAILABLE;
H A Dipa-reference.c443 enum availability avail = AVAIL_NOT_AVAILABLE;
H A Dipa-type-escape.c1024 enum availability avail = AVAIL_NOT_AVAILABLE;
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dvars.pm79 pre-declaring global symbols, ensuring their availability to the
/openbsd-current/gnu/usr.bin/clang/
H A DMakefile.inc68 -Werror=unguarded-availability-new -Wextra \
/openbsd-current/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h14 __attribute__((availability(shadermodel, introduced = 6.0)))
/openbsd-current/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-current/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp1019 // 'availability' attribute.
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dsolaris_2.sh600 Check http://gcc.gnu.org/ for the latest news of availability
/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DIndex.h122 * Describes the availability of a particular entity, which indicates
2274 * Determine the availability of the entity that this cursor refers to,
2279 * \returns The availability of the cursor.
2285 * Describes the availability of a given entity on a particular platform, e.g.,
2291 * provides availability information.
2322 * Determine the availability of the entity that this cursor refers to
2323 * on any platforms for which availability information is known.
2341 * \param availability If non-NULL, an array of CXPlatformAvailability instances
2342 * that will be populated with platform availability information, up to either
2343 * the number of platforms for which availability informatio
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH1951 * This symbol, if defined, indicates the availability of
1955 * This symbol, if defined, indicates the availability of
1963 * This symbol, if defined, indicates the availability of
1967 * This symbol, if defined, indicates the availability of
1971 * This symbol, if defined, indicates the availability of
1975 * This symbol, if defined, indicates the availability of
2055 * 'struct direct' depending on the availability of <dirent.h>.
H A DConfigure12006 echo "Checking the availability sa_len in the sock struct ..." >&4
12022 echo "Checking the availability struct sockaddr_in6 ..." >&4
12039 echo "Checking the availability struct sockaddr_storage ..." >&4
12056 echo "Checking the availability sin6_scope_id in struct sockaddr_in6 ..." >&4
12073 echo "Checking the availability struct ip_mreq ..." >&4
12090 echo "Checking the availability struct ip_mreq_source ..." >&4
12107 echo "Checking the availability struct ipv6_mreq ..." >&4
12124 echo "Checking the availability struct ipv6_mreq_source ..." >&4
12141 echo "Checking the availability of certain socket constants..." >&4
/openbsd-current/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1679 def availability(self): member in class:Cursor
1681 Retrieves the availability of the entity pointed at by the cursor.
2029 Describes the availability of an entity.
2662 def availability(self): member in class:CompletionString
2675 + " || Availability: " + str(self.availability) \
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8226 llvm_unreachable("Unknown availability kind!");
8298 // If no availability attributes are found, inherit the attribute from the
8379 CXPlatformAvailability *availability,
8403 availability[Avail.index()].Platform =
8405 availability[Avail.index()].Introduced =
8407 availability[Avail.index()].Deprecated =
8409 availability[Avail.index()].Obsoleted =
8411 availability[Avail.index()].Unavailable = Avail.value()->getUnavailable();
8412 availability[Avail.index()].Message =
8419 void clang_disposeCXPlatformAvailability(CXPlatformAvailability *availability) { argument
8375 clang_getCursorPlatformAvailability(CXCursor cursor, int *always_deprecated, CXString *deprecated_message, int *always_unavailable, CXString *unavailable_message, CXPlatformAvailability *availability, int availability_size) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Test/lib/
H A DTest.pm779 on the availability of platform-specific features. The first argument
/openbsd-current/gnu/usr.bin/perl/cpan/File-Path/lib/File/
H A DPath.pm1210 filesystem availability by reading the root of the mounted filesystem.
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm2167 blessed object, will check for the availability of the C<TO_JSON> method
2193 blessed object, will check for the availability of the C<FREEZE> method on
/openbsd-current/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm398 # availability as well as reachability.
2213 remote service availability as well as reachability. Normally,

Completed in 369 milliseconds