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

  /xsrc/external/mit/xorgproto/dist/include/X11/
Xfuncproto.h 89 #ifndef __has_c_attribute
90 # define __has_c_attribute(x) 0 /* Compatibility with pre-C23 compilers. */ macro
223 #if __has_c_attribute(fallthrough)
  /xsrc/external/mit/font-util/dist/
bdftruncate.c 51 #ifndef __has_c_attribute
52 # define __has_c_attribute(x) 0 /* Compatibility with pre-C23 compilers. */ macro
55 #if __has_c_attribute(noreturn)

Completed in 6 milliseconds