Searched refs:__GNUC_PREREQ (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/sys/ |
D | cdefs.h | 73 #define __GNUC_PREREQ(x, y) \ macro 77 #define __GNUC_PREREQ(x, y) 0 macro 171 #if !__GNUC_PREREQ(2, 0) 183 #if !__GNUC_PREREQ(2, 5) 197 #if __GNUC_PREREQ(2, 7) 205 #if __GNUC_PREREQ(3, 1) 211 #if __GNUC_PREREQ(2, 7) 225 #if !__GNUC_PREREQ(2, 8) 229 #if __GNUC_PREREQ(2, 8) 249 #if !__GNUC_PREREQ(2, 92) [all …]
|
/bionic/libc/include/ |
D | stdatomic.h | 35 #if defined(__GNUC__) && !defined(__GNUC_PREREQ) 38 #define __GNUC_PREREQ(x, y) \ macro 48 # if __GNUC_PREREQ(4, 7) 169 # if __GNUC_PREREQ(4, 7)
|
/bionic/libm/include/ |
D | math.h | 39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800) 43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
|
/bionic/tests/ |
D | stdatomic_test.cpp | 69 #if defined(__clang__) || __GNUC_PREREQ(4, 7) in TEST()
|