Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Dcdefs.h45 #define __has_extension __has_feature
47 #ifndef __has_feature
48 #define __has_feature(x) 0 macro
/bionic/libc/include/
Dstdatomic.h44 # if __has_feature(cxx_atomic)