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

  /src/sys/external/bsd/acpica/dist/include/platform/
acgcc.h 95 /* GCC did not support __has_attribute until 5.1. */
97 #ifndef __has_attribute
98 #define __has_attribute(x) 0 macro
106 #if __has_attribute(__fallthrough__)
125 #if __has_attribute(__nonstring__)
acgcc.h 95 /* GCC did not support __has_attribute until 5.1. */
97 #ifndef __has_attribute
98 #define __has_attribute(x) 0 macro
106 #if __has_attribute(__fallthrough__)
125 #if __has_attribute(__nonstring__)
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h 85 #ifndef __has_attribute
86 # define __has_attribute(x) 0 macro
94 # if __has_attribute(target)
105 # if __has_attribute(no_sanitize)
FuzzerDefs.h 85 #ifndef __has_attribute
86 # define __has_attribute(x) 0 macro
94 # if __has_attribute(target)
105 # if __has_attribute(no_sanitize)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 125 // Older GCCs do not understand __has_attribute.
126 #if !defined(__has_attribute)
127 # define __has_attribute(x) 0 macro
sanitizer_internal_defs.h 125 // Older GCCs do not understand __has_attribute.
126 #if !defined(__has_attribute)
127 # define __has_attribute(x) 0 macro

Completed in 28 milliseconds