Lines Matching full:defined
13 #if defined(__MVS__) && __has_include_next(<float.h>)
22 * implementation-defined values.
24 #if (defined(__APPLE__) || defined(__MINGW32__) || defined(_MSC_VER) || \
25 defined(_AIX)) && \
45 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
46 !defined(__STRICT_ANSI__) || \
47 (defined(__cplusplus) && __cplusplus >= 201103L) || \
48 (__STDC_HOSTED__ && defined(_AIX) && defined(_ALL_SOURCE))
75 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || \
76 !defined(__STRICT_ANSI__) || \
77 (defined(__cplusplus) && __cplusplus >= 201703L) || \
78 (__STDC_HOSTED__ && defined(_AIX) && defined(_ALL_SOURCE))
89 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || \
90 !defined(__STRICT_ANSI__)
97 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || \
98 !defined(__STRICT_ANSI__)
105 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
106 (defined(__cplusplus) && __cplusplus >= 201103L)
116 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
117 !defined(__STRICT_ANSI__) || \
118 (defined(__cplusplus) && __cplusplus >= 201103L) || \
119 (__STDC_HOSTED__ && defined(_AIX) && defined(_ALL_SOURCE))
155 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || \
156 !defined(__STRICT_ANSI__) || \
157 (defined(__cplusplus) && __cplusplus >= 201703L) || \
158 (__STDC_HOSTED__ && defined(_AIX) && defined(_ALL_SOURCE))
170 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || \
171 !defined(__STRICT_ANSI__)