Home
last modified time | relevance | path

Searched refs:__GNUC_PREREQ__ (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/
Dcdefs.h227 #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 …]
Dfeatures.h40 #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/
Dstpncpy_chk.c42 #if !__GNUC_PREREQ__(4, 8)
Dstpcpy_chk.c41 #if !__GNUC_PREREQ__(4, 8)
/picolibc-3.5.0-3.4.0/newlib/libc/include/ssp/
Dstring.h88 #if __GNUC_PREREQ__(4,8) || defined(__clang__)
105 #if __GNUC_PREREQ__(4,8) || defined(__clang__)
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20152090 __GNUC_PREREQ__().
3042 * libc/include/sys/features.h (__GNUC_PREREQ__): Define.