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 169 #if !__GNUC_PREREQ(2, 0) 181 #if !__GNUC_PREREQ(2, 5) 195 #if __GNUC_PREREQ(2, 7) 203 #if __GNUC_PREREQ(3, 1) 209 #if __GNUC_PREREQ(2, 7) 223 #if !__GNUC_PREREQ(2, 8) 227 #if __GNUC_PREREQ(2, 8) 247 #if !__GNUC_PREREQ(2, 92) [all …]
|
/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/libc/include/ |
D | stdatomic.h | 42 # if __GNUC_PREREQ(4, 7) 163 # if __GNUC_PREREQ(4, 7)
|
/bionic/tests/ |
D | stdatomic_test.cpp | 67 #if defined(__clang__) || __GNUC_PREREQ(4, 7) in TEST()
|