HomeSort by: relevance | last modified time | path
    Searched refs:KRB5TYPES_REQUIRE_GNUC (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/include/
krb5-types.h 19 #ifndef KRB5TYPES_REQUIRE_GNUC
20 #define KRB5TYPES_REQUIRE_GNUC(m,n,p) \
26 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
36 #if __has_extension(format) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
44 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
52 #if __has_extension(unused) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
60 #if __has_extension(warn_unused_result) || KRB5TYPES_REQUIRE_GNUC(3,3,0)
  /src/crypto/external/bsd/heimdal/dist/include/
krb5-types.cross 20 #define KRB5TYPES_REQUIRE_GNUC(m,n,p) \
26 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
36 #if __has_extension(format) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
44 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
52 #if __has_extension(unused) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
60 #if __has_extension(__warn_unused_result__) || KRB5TYPES_REQUIRE_GNUC(3,3,0)

Completed in 16 milliseconds