Home
last modified time | relevance | path

Searched refs:__GCC_VERSION (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dcompiler.h98 #define __GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + \ macro
101 #if __GCC_VERSION >= 50100 && !defined(__CHECKER__)
113 #if __GCC_VERSION >= 90100 && !defined(__CHECKER__)
/optee_os/lib/libutils/ext/
H A Dubsan.c132 #if __GCC_VERSION < 60000
265 #if __GCC_VERSION < 60000 in __ubsan_handle_nonnull_arg()
/optee_os/core/kernel/
H A Dasan.c19 #if __GCC_VERSION >= 70000