Searched refs:__has_feature (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_new_delete.cpp37 #if !__has_feature(cxx_noexcept)
70 #if __has_feature(cxx_noexcept)
95 #if !__has_feature(cxx_noexcept)
111 #if __has_feature(cxx_noexcept)
137 #if __has_feature(cxx_noexcept)
155 #if __has_feature(cxx_noexcept)
172 #if __has_feature(cxx_noexcept)
189 #if __has_feature(cxx_noexcept)
H A Dcxa_exception.cpp22 #if __has_feature(address_sanitizer)
272 #if __has_feature(address_sanitizer)
H A Dcxa_guard_impl.h78 #if __has_feature(thread_sanitizer)
/barrelfish-master/lib/cxx/cxxabi/demangle/
H A DDemangleConfig.h23 #ifndef __has_feature
24 #define __has_feature(x) 0 macro
/barrelfish-master/lib/cxx/unwind/
H A Dconfig.h22 #ifndef __has_feature
23 #define __has_feature(__x) 0 macro
25 #if !(__has_feature(cxx_static_assert)) && !defined(static_assert)
/barrelfish-master/include/sys/
H A Dcdefs.h46 #define __has_extension __has_feature
48 #ifndef __has_feature
49 #define __has_feature(x) 0 macro

Completed in 135 milliseconds