Lines Matching defs:__has_extension
13986 #ifndef __has_extension13987 # define __has_extension(x) 0 /* compatibility with non-clang compilers */13989 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)