Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dcdefs.h73 #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/
Dmath.h39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
/bionic/libc/include/
Dstdatomic.h42 # if __GNUC_PREREQ(4, 7)
163 # if __GNUC_PREREQ(4, 7)
/bionic/tests/
Dstdatomic_test.cpp67 #if defined(__clang__) || __GNUC_PREREQ(4, 7) in TEST()