Lines Matching refs:__has_extension
13517 #ifndef __has_extension13518 # define __has_extension(x) 0 /* compatibility with non-clang compilers */13520 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)