Searched refs:__GCC_VERSION (Results 1 – 3 of 3) sorted by relevance
84 #define __GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + \ macro87 #if __GCC_VERSION >= 50100 && !defined(__CHECKER__)91 #if __GCC_VERSION >= 90100 && !defined(__CHECKER__)
94 #if __GCC_VERSION < 60000213 #if __GCC_VERSION < 60000 in __ubsan_handle_nonnull_arg()
16 #if __GCC_VERSION >= 70000
Completed in 5 milliseconds