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

  /src/external/bsd/nsd/dist/simdzone/include/zone/
attributes.h 20 # define zone_has_attribute(params) __has_attribute(params) macro
22 # define zone_has_attribute(params) (0) macro
25 #if zone_has_attribute(nonnull)
33 #if zone_has_attribute(format) || zone_has_gnuc(2, 4)
attributes.h 20 # define zone_has_attribute(params) __has_attribute(params) macro
22 # define zone_has_attribute(params) (0) macro
25 #if zone_has_attribute(nonnull)
33 #if zone_has_attribute(format) || zone_has_gnuc(2, 4)

Completed in 58 milliseconds