Searched refs:GCC_VERSION_AT_LEAST (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/ |
D | libcompat.h | 29 #define GCC_VERSION_AT_LEAST(major, minor) \ macro 33 #define GCC_VERSION_AT_LEAST(major, minor) 0 macro 36 #if GCC_VERSION_AT_LEAST(2,95) 42 #if GCC_VERSION_AT_LEAST(2,5)
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | internal-check.h | 40 #define GCC_VERSION_AT_LEAST(major, minor) \ macro 44 #define GCC_VERSION_AT_LEAST(major, minor) 0 46 #if GCC_VERSION_AT_LEAST(2,95) 51 #if GCC_VERSION_AT_LEAST(2,5)
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.h | 40 #define GCC_VERSION_AT_LEAST(major, minor) \ macro 44 #define GCC_VERSION_AT_LEAST(major, minor) 0 46 #if GCC_VERSION_AT_LEAST(2,95) 51 #if GCC_VERSION_AT_LEAST(2,5)
|
D | check.h.in | 40 #define GCC_VERSION_AT_LEAST(major, minor) \ macro 44 #define GCC_VERSION_AT_LEAST(major, minor) 0 46 #if GCC_VERSION_AT_LEAST(2,95) 51 #if GCC_VERSION_AT_LEAST(2,5)
|
/third_party/libpsl/src/ |
D | psl.c | 36 # define GCC_VERSION_AT_LEAST(major, minor) ((__GNUC__ > (major)) || (__GNUC__ == (major) && … macro 38 # define GCC_VERSION_AT_LEAST(major, minor) 0 macro 41 #if GCC_VERSION_AT_LEAST(2,95)
|