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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstddef.h29 #if !defined(_PTRDIFF_T) || __has_feature(modules)
31 #if !__has_feature(modules)
37 #if !defined(_SIZE_T) || __has_feature(modules)
39 #if !__has_feature(modules)
48 !defined(_RSIZE_T)) || __has_feature(modules)
50 #if !__has_feature(modules)
58 #if !defined(_WCHAR_T) || __has_feature(modules)
59 #if !__has_feature(modules)
95 #if !defined(_WINT_T) || __has_feature(modules)
96 #if !__has_feature(module
[all...]
H A Dxmmintrin.h986 #if !__has_feature(modules)
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCompiler.h20 #ifndef __has_feature
21 # define __has_feature(x) 0 macro
27 #if (__has_feature(cxx_rvalue_references) \
41 #if __has_feature(cxx_rvalue_references)
78 #if __has_feature(cxx_variadic_templates)
113 #if (__has_feature(cxx_deleted_functions) \
123 #if __has_feature(cxx_override_control) \
132 #if __has_feature(cxx_override_control) \
139 #if __has_feature(cxx_constexpr) || defined(__GXX_EXPERIMENTAL_CXX0X__)
253 #if __has_feature(attribute_deprecated_with_messag
[all...]
H A Dtype_traits.h24 #ifndef __has_feature
26 #define __has_feature(x) 0 macro
67 #if __has_feature(is_trivially_copyable)
241 #undef __has_feature macro
H A DAlignOf.h73 #if __has_feature(cxx_alignas)
/freebsd-10.0-release/contrib/libcxxrt/
H A Datomic.h5 #ifndef __has_feature
6 #define __has_feature(x) 0 macro
/freebsd-10.0-release/contrib/libc++/src/
H A Dnew.cpp43 #if !__has_feature(cxx_noexcept)
89 #if !__has_feature(cxx_noexcept)
H A Dmemory.cpp122 #if __has_feature(cxx_atomic)
175 #endif // __has_feature(cxx_atomic)
/freebsd-10.0-release/sys/sys/
H A Dcdefs.h44 #define __has_extension __has_feature
46 #ifndef __has_feature
47 #define __has_feature(x) 0 macro
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h61 #ifndef __has_feature
62 # define __has_feature(x) 0 macro
557 #if defined(__has_feature) && __has_feature(__cxx_variadic_templates__)
648 #if __has_feature(__cxx_variadic_templates__)
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h3141 #ifdef __has_feature
3142 # if __has_feature(blocks)
5215 #ifdef __has_feature
5216 # if __has_feature(blocks)

Completed in 217 milliseconds