Home
last modified time | relevance | path

Searched refs:GCC_VERSION (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
13 #if GCC_VERSION < 40600
15 #elif defined(CONFIG_ARM64) && GCC_VERSION < 50100
126 #if GCC_VERSION >= 40900 && !defined(__CHECKER__)
160 #if GCC_VERSION >= 40800
165 #if GCC_VERSION >= 70000
167 #elif GCC_VERSION >= 50000
169 #elif GCC_VERSION >= 40902
173 #if GCC_VERSION >= 40902
182 #if GCC_VERSION >= 50100
[all …]
/linux-4.19.296/fs/ext4/
Dext4.h50 #if defined(GCC_VERSION) && (GCC_VERSION >= 80000)