Searched refs:__has_attribute (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXfuncproto.h80 #ifndef __has_attribute
81 # define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro
91 #if __has_attribute(__sentinel__) || (defined(__GNUC__) && (__GNUC__ >= 4))
98 #if (__has_attribute(visibility) || (defined(__GNUC__) && (__GNUC__ >= 4))) \
125 #if __has_attribute(__cold__) || \
133 #if __has_attribute(deprecated) \
150 #if __has_attribute(noreturn) \
159 #if __has_attribute(__format__) \
167 #if __has_attribute(__unused__) \
202 #if __has_attribute(no_sanitize_threa
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dcompiler.h75 #ifndef __has_attribute
76 # define __has_attribute(x) 0 macro
80 /* We do not do the same trick as __has_attribute because parsing
93 #elif __has_attribute(fallthrough)
H A Dmacros.h45 #ifndef __has_attribute
46 # define __has_attribute(x) 0 macro
457 #if __has_attribute(capability)
/xsrc/external/mit/libXau/dist/include/X11/
H A DXauth.h70 #ifndef __has_attribute
71 # define __has_attribute(x) 0 /* Compatibility with older compilers */ macro
74 #if __has_attribute(access)
80 #if __has_attribute(malloc)
/xsrc/external/mit/makedepend/dist/
H A Ddef.h40 #ifndef __has_attribute
41 # define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro
45 #if __has_attribute(__format__) \
54 #if __has_attribute(noreturn) \
/xsrc/external/mit/libxcb/dist/src/
H A Dxcbint.h41 #ifndef __has_attribute
42 # define __has_attribute(x) 0 /* Compatibility with older compilers. */ macro
45 #if __has_attribute(fallthrough)
/xsrc/external/mit/xfs/dist/include/
H A Dos.h60 #if __has_attribute(alloc_size)
66 #if __has_attribute(malloc)
/xsrc/external/mit/xlsatoms/dist/
H A Dxlsatoms.c54 #ifndef __has_attribute
55 # define __has_attribute(x) 0 /* Compatibility with older compilers. */ macro
59 #if __has_attribute(__cold__)
62 #if __has_attribute(noreturn)
/xsrc/external/mit/libXdmcp/dist/include/X11/
H A DXdmcp.h121 #ifndef __has_attribute
122 # define __has_attribute(x) 0 /* Compatibility with older compilers */ macro
125 #if __has_attribute(access)
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_common.h67 #if __has_attribute(cleanup) && __has_attribute(unused)
91 #endif /* __has_attribute(cleanup) && __has_attribute(unused) */
/xsrc/external/mit/brotli/dist/c/include/brotli/
H A Dport.h205 #if defined(__has_attribute)
207 __has_attribute(attribute)
/xsrc/external/mit/xlsclients/dist/
H A Dxlsclients.c51 #ifndef __has_attribute
52 # define __has_attribute(x) 0 /* Compatibility with older compilers. */ macro
72 #if __has_attribute(__cold__)
75 #if __has_attribute(noreturn)
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h653 # if __has_attribute(unused)
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h859 # if __has_attribute(unused)

Completed in 19 milliseconds