Home
last modified time | relevance | path

Searched refs:_LIBCPP_VERSION (Results 1 – 25 of 60) sorted by relevance

123

/third_party/boost/boost/config/stdlib/
Dlibcpp.hpp11 #if !defined(_LIBCPP_VERSION)
13 # if !defined(_LIBCPP_VERSION)
18 #define BOOST_STDLIB "libc++ version " BOOST_STRINGIZE(_LIBCPP_VERSION)
68 #elif _LIBCPP_VERSION < 3700
80 #if _LIBCPP_VERSION < 3700
86 #if (_LIBCPP_VERSION < 3700) || (__cplusplus <= 201402L)
91 #if (_LIBCPP_VERSION < 4000) || (__cplusplus <= 201402L)
97 #if (_LIBCPP_VERSION > 4000) && (__cplusplus > 201402L) && !defined(_LIBCPP_ENABLE_CXX17_REMOVED_AU…
100 #if (_LIBCPP_VERSION > 4000) && (__cplusplus > 201402L) && !defined(_LIBCPP_ENABLE_CXX17_REMOVED_RA…
103 #if (_LIBCPP_VERSION > 4000) && (__cplusplus > 201402L) && !defined(_LIBCPP_ENABLE_CXX17_REMOVED_BI…
[all …]
/third_party/boost/libs/smart_ptr/test/
Datomic_sp_constexpr_test.cpp33 #elif defined( _LIBCPP_VERSION ) && ( _LIBCPP_VERSION < 6000 )
36 BOOST_PRAGMA_MESSAGE("Skipping test due to _LIBCPP_VERSION " BOOST_STRINGIZE(_LIBCPP_VERSION)) in BOOST_STRINGIZE() argument
/third_party/boost/boost/predef/library/std/
Dcxx.h33 #if defined(_LIBCPP_VERSION)
35 # define BOOST_LIB_STD_CXX BOOST_PREDEF_MAKE_10_VPPP(_LIBCPP_VERSION)
/third_party/boost/boost/config/detail/
Dselect_stdlib_config.hpp50 && !defined(_LIBCPP_VERSION) && !defined(__GLIBCPP__) && !defined(__GLIBCXX__)\
64 #elif defined(_LIBCPP_VERSION)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dbit.h27 #if (__has_feature(is_trivially_constructible) && defined(_LIBCPP_VERSION)) || \
35 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \
/third_party/abseil-cpp/absl/base/
Dconfig.h180 #elif defined(_LIBCPP_VERSION) || \
202 #elif (defined(__clang__) && defined(_LIBCPP_VERSION)) || \
205 (defined(_LIBCPP_VERSION) || defined(__GLIBCXX__))) || \
471 #if defined(__APPLE__) && defined(_LIBCPP_VERSION) && \
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dconfig.h202 #elif defined(_LIBCPP_VERSION) || defined(_MSC_VER) || \
223 #elif (defined(__clang__) && defined(_LIBCPP_VERSION)) || \
225 (defined(_LIBCPP_VERSION) || defined(__GLIBCXX__))) || \
498 #if defined(__APPLE__) && defined(_LIBCPP_VERSION) && \
/third_party/boost/boost/smart_ptr/detail/
Dsp_nullptr_t.hpp29 #if !defined( BOOST_NO_CXX11_DECLTYPE ) && ( ( defined( __clang__ ) && !defined( _LIBCPP_VERSION ) …
/third_party/boost/boost/multi_index/detail/
Dis_function.hpp20 BOOST_WORKAROUND(_LIBCPP_VERSION,<30700)||\
/third_party/boost/boost/move/detail/
Dstd_ns_begin.hpp12 #if defined(_LIBCPP_VERSION)
/third_party/boost/boost/iostreams/detail/config/
Dcodecvt.hpp24 defined(_LIBCPP_VERSION) \
/third_party/boost/boost/phoenix/
Dconfig.hpp40 #ifdef _LIBCPP_VERSION
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h26 #if defined(LLVM_ON_UNIX) && (defined(_LIBCPP_VERSION) || \
Dtype_traits.h35 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dzone_info_source.cc64 #elif defined(_MSC_VER) && !defined(__MINGW32__) && !defined(_LIBCPP_VERSION)
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dzone_info_source.cc64 #elif defined(_MSC_VER) && !defined(__MINGW32__) && !defined(_LIBCPP_VERSION)
/third_party/boost/boost/detail/
Dcontainer_fwd.hpp43 # elif defined(_LIBCPP_VERSION)
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_iterator_range_test.cpp31 …1_CHAR16_T) && !defined(BOOST_NO_CXX11_UNICODE_LITERALS) && !defined(_LIBCPP_VERSION) && !defined(…
35 …1_CHAR32_T) && !defined(BOOST_NO_CXX11_UNICODE_LITERALS) && !defined(_LIBCPP_VERSION) && !defined(…
Dlexical_cast_arrays_test.cpp25 …1_CHAR16_T) && !defined(BOOST_NO_CXX11_UNICODE_LITERALS) && !defined(_LIBCPP_VERSION) && !defined(…
29 …1_CHAR32_T) && !defined(BOOST_NO_CXX11_UNICODE_LITERALS) && !defined(_LIBCPP_VERSION) && !defined(…
/third_party/boost/boost/type_traits/detail/
Dcomposite_member_pointer_type.hpp31 #if !defined( BOOST_NO_CXX11_DECLTYPE ) && ( ( defined( __clang__ ) && !defined( _LIBCPP_VERSION ) …
Dcomposite_pointer_type.hpp39 #if !defined( BOOST_NO_CXX11_DECLTYPE ) && ( ( defined( __clang__ ) && !defined( _LIBCPP_VERSION ) …
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreading.h29 (defined(_LIBCPP_VERSION) || \
/third_party/boost/boost/chrono/
Dconfig.hpp125 #elif defined(_LIBCPP_VERSION) && !defined(_LIBCPP_CONSTEXPR)
/third_party/boost/libs/locale/test/
Dtest_std_collate.cpp77 #if defined(_LIBCPP_VERSION) && (defined(__APPLE__) || defined(__FreeBSD__)) in test_char()
/third_party/boost/boost/flyweight/
Dflyweight_fwd.hpp178 #if !defined(_LIBCPP_VERSION)

123