Searched refs:__GNUC_PREREQ (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/sys/
H A Dcdefs.h63 * #if __GNUC_PREREQ(major, minor)
70 #define __GNUC_PREREQ(x, y) \ macro
74 #define __GNUC_PREREQ(x, y) 0 macro
166 #if !__GNUC_PREREQ(2, 0)
178 #if !__GNUC_PREREQ(2, 5)
192 #if __GNUC_PREREQ(2, 7)
200 #if __GNUC_PREREQ(3, 1)
206 #if __GNUC_PREREQ(2, 7)
220 #if !__GNUC_PREREQ(2, 8)
224 #if __GNUC_PREREQ(
[all...]
/bionic/libm/include/
H A Dmath.h39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
/bionic/tests/
H A Dstdatomic_test.cpp67 #if defined(__clang__) || __GNUC_PREREQ(4, 7)
/bionic/libc/include/
H A Dstdatomic.h42 # if __GNUC_PREREQ(4, 7)
162 # if __GNUC_PREREQ(4, 7)

Completed in 697 milliseconds