Home | History | Annotate | Download | only in dist

Lines Matching defs:__has_extension

13944 #ifndef __has_extension
13945 # define __has_extension(x) 0 /* compatibility with non-clang compilers */
13947 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)