Searched refs:__GNUC_PREREQ__ (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/ |
D | cdefs.h | 227 #if !__GNUC_PREREQ__(2, 5) 238 #if __GNUC_PREREQ__(2, 7) 255 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__) 261 #if !__GNUC_PREREQ__(2, 95) 265 #if __GNUC_PREREQ__(4,5) || defined(__clang__) 294 !__has_extension(cxx_atomic) && !__GNUC_PREREQ__(4, 7) 312 #elif __GNUC_PREREQ__(4,6) && !defined(__cplusplus) 339 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus) 353 (defined(__clang__) || __GNUC_PREREQ__(4, 6)) && \ 360 #if __GNUC_PREREQ__(2, 96) [all …]
|
D | features.h | 40 #define __GNUC_PREREQ__(ma, mi) __GNUC_PREREQ(ma, mi) macro 358 (__OPTIMIZE__ > 0 || defined(__clang__)) && __GNUC_PREREQ__(4, 1) && \
|
/picolibc-3.5.0-3.4.0/newlib/libc/ssp/ |
D | stpncpy_chk.c | 42 #if !__GNUC_PREREQ__(4, 8)
|
D | stpcpy_chk.c | 41 #if !__GNUC_PREREQ__(4, 8)
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ssp/ |
D | string.h | 88 #if __GNUC_PREREQ__(4,8) || defined(__clang__) 105 #if __GNUC_PREREQ__(4,8) || defined(__clang__)
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 2090 __GNUC_PREREQ__(). 3042 * libc/include/sys/features.h (__GNUC_PREREQ__): Define.
|