/external/clang/test/Frontend/Inputs/SystemHeaderPrefix/libs/boost/ |
warn.h | 1 #if BOOST
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/ |
numeric_cast_traits_long_long.hpp | 5 // Distributed under the Boost Software License, Version 1.0. (See 7 // http://www.boost.org/LICENSE_1_0.txt) 9 namespace boost { namespace numeric { namespace 16 , boost::long_long_type 21 typedef Trunc<boost::long_long_type> rounding_policy; 28 , boost::ulong_long_type 33 typedef Trunc<boost::ulong_long_type> rounding_policy; 40 , boost::long_long_type 45 typedef Trunc<boost::long_long_type> rounding_policy; 52 , boost::ulong_long_typ [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
placeholders.hpp | 15 // Distributed under the Boost Software License, Version 1.0. (See 17 // http://www.boost.org/LICENSE_1_0.txt) 19 // See http://www.boost.org/libs/bind/bind.html for documentation. 22 #include <boost/bind/arg.hpp> 23 #include <boost/config.hpp> 30 static inline boost::arg<1> _1() { return boost::arg<1>(); } 31 static inline boost::arg<2> _2() { return boost::arg<2>(); } 32 static inline boost::arg<3> _3() { return boost::arg<3>(); [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/included/ |
unit_test.hpp | 2 // Distributed under the Boost Software License, Version 1.0. 4 // http://www.boost.org/LICENSE_1_0.txt) 6 // See http://www.boost.org/libs/test for the library home page. 18 #include <boost/test/impl/compiler_log_formatter.ipp> 19 #include <boost/test/impl/debug.ipp> 20 #include <boost/test/impl/framework.ipp> 21 #include <boost/test/impl/exception_safety.ipp> 22 #include <boost/test/impl/execution_monitor.ipp> 23 #include <boost/test/impl/interaction_based.ipp> 24 #include <boost/test/impl/logged_expectations.ipp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
reverse_iterator.hpp | 0 // Boost.Range library 4 // distribution is subject to the Boost Software License, Version 6 // http://www.boost.org/LICENSE_1_0.txt) 8 // For more information, see http://www.boost.org/libs/range/ 18 #include <boost/range/config.hpp> 19 #include <boost/range/iterator.hpp> 20 #include <boost/iterator/reverse_iterator.hpp> 23 namespace boost namespace 37 } // namespace boost
|
iterator_range.hpp | 0 // Boost.Range library 4 // Use, modification and distribution is subject to the Boost Software 6 // http://www.boost.org/LICENSE_1_0.txt) 8 // For more information, see http://www.boost.org/libs/range/ 13 #include "boost/range/iterator_range_core.hpp" 14 #include "boost/range/iterator_range_io.hpp"
|
difference_type.hpp | 0 // Boost.Range library 4 // distribution is subject to the Boost Software License, Version 6 // http://www.boost.org/LICENSE_1_0.txt) 8 // For more information, see http://www.boost.org/libs/range/ 18 #include <boost/range/config.hpp> 19 #include <boost/range/iterator.hpp> 20 #include <boost/iterator/iterator_traits.hpp> 22 namespace boost namespace
|
distance.hpp | 0 // Boost.Range library 4 // distribution is subject to the Boost Software License, Version 6 // http://www.boost.org/LICENSE_1_0.txt) 8 // For more information, see http://www.boost.org/libs/range/ 18 #include <boost/range/begin.hpp> 19 #include <boost/range/end.hpp> 20 #include <boost/range/difference_type.hpp> 22 namespace boost namespace 29 return std::distance( boost::begin( r ), boost::end( r ) ) [all...] |
empty.hpp | 0 // Boost.Range library 4 // distribution is subject to the Boost Software License, Version 6 // http://www.boost.org/LICENSE_1_0.txt) 8 // For more information, see http://www.boost.org/libs/range/ 18 #include <boost/range/config.hpp> 19 #include <boost/range/begin.hpp> 20 #include <boost/range/end.hpp> 22 namespace boost namespace 28 return boost::begin( r ) == boost::end( r ) [all...] |
functions.hpp | 0 // Boost.Range library 4 // distribution is subject to the Boost Software License, Version 6 // http://www.boost.org/LICENSE_1_0.txt) 8 // For more information, see http://www.boost.org/libs/range/ 18 #include <boost/range/begin.hpp> 19 #include <boost/range/end.hpp> 20 #include <boost/range/size.hpp> 21 #include <boost/range/distance.hpp> 22 #include <boost/range/empty.hpp> 23 #include <boost/range/rbegin.hpp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/ |
vector0.hpp | 7 // Distributed under the Boost Software License, Version 1.0. 9 // http://www.boost.org/LICENSE_1_0.txt) 11 // See http://www.boost.org/libs/mpl for documentation. 17 #include <boost/mpl/vector/aux_/at.hpp> 18 #include <boost/mpl/vector/aux_/front.hpp> 19 #include <boost/mpl/vector/aux_/push_front.hpp> 20 #include <boost/mpl/vector/aux_/pop_front.hpp> 21 #include <boost/mpl/vector/aux_/push_back.hpp> 22 #include <boost/mpl/vector/aux_/pop_back.hpp> 23 #include <boost/mpl/vector/aux_/back.hpp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
utility.hpp | 0 // Boost utility.hpp header file -------------------------------------------// 4 // subject to the Boost Software License, Version 1.0. (See accompanying file 5 // LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.) 7 // See <http://www.boost.org/libs/utility/> for the library's home page. 12 #include <boost/utility/addressof.hpp> 13 #include <boost/utility/base_from_member.hpp> 14 #include <boost/utility/binary.hpp> 15 #include <boost/utility/enable_if.hpp> 16 #include <boost/utility/identity_type.hpp> 17 #include <boost/checked_delete.hpp [all...] |
call_traits.hpp | 2 // Use, modification and distribution are subject to the Boost Software License, 4 // http://www.boost.org/LICENSE_1_0.txt). 6 // See http://www.boost.org/libs/utility for most recent version including documentation. 8 // See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp 15 #include <boost/config.hpp> 19 #include <boost/detail/ob_call_traits.hpp> 21 #include <boost/detail/call_traits.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
ice.hpp | 3 // Use, modification and distribution are subject to the Boost Software License, 5 // http://www.boost.org/LICENSE_1_0.txt). 7 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 14 #include <boost/type_traits/detail/yes_no_type.hpp> 15 #include <boost/type_traits/detail/ice_or.hpp> 16 #include <boost/type_traits/detail/ice_and.hpp> 17 #include <boost/type_traits/detail/ice_not.hpp> 18 #include <boost/type_traits/detail/ice_eq.hpp>
|
is_rvalue_reference.hpp | 3 // Use, modification and distribution are subject to the Boost Software License, 5 // http://www.boost.org/LICENSE_1_0.txt). 7 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 12 #include <boost/type_traits/config.hpp> 15 #include <boost/type_traits/detail/bool_trait_def.hpp> 17 namespace boost { namespace 24 } // namespace boost 26 #include <boost/type_traits/detail/bool_trait_undef.hpp>
|
cv_traits.hpp | 3 // Use, modification and distribution are subject to the Boost Software License, 5 // http://www.boost.org/LICENSE_1_0.txt). 7 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 15 #include <boost/type_traits/add_const.hpp> 16 #include <boost/type_traits/add_volatile.hpp> 17 #include <boost/type_traits/add_cv.hpp> 18 #include <boost/type_traits/is_const.hpp> 19 #include <boost/type_traits/is_volatile.hpp> 20 #include <boost/type_traits/remove_const.hpp> 21 #include <boost/type_traits/remove_volatile.hpp [all...] |
has_trivial_constructor.hpp | 3 // Use, modification and distribution are subject to the Boost Software License, 5 // http://www.boost.org/LICENSE_1_0.txt). 7 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 12 #include <boost/type_traits/config.hpp> 13 #include <boost/type_traits/intrinsics.hpp> 14 #include <boost/type_traits/is_pod.hpp> 15 #include <boost/type_traits/detail/ice_or.hpp> 18 #include <boost/type_traits/detail/bool_trait_def.hpp> 20 namespace boost { namespace 29 (::boost::type_traits::ice_or [all...] |
/external/valgrind/main/drd/tests/ |
boost_thread.cpp | 2 // use the boost::thread, boost::mutex and boost::condition classes. 5 #include <boost/thread/condition.hpp> 6 #include <boost/thread/mutex.hpp> 7 #include <boost/thread/thread.hpp> 11 static boost::condition s_cva; 12 static boost::mutex s_m; 18 boost::mutex::scoped_lock sl(s_m); 26 boost::mutex::scoped_lock sl(s_m) [all...] |
/external/clang/test/PCH/Inputs/ |
typo.hpp | 1 namespace boost { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/ |
backward_compatibility.hpp | 1 // Copyright David Abrahams 2009. Distributed under the Boost 3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 7 namespace boost namespace 14 } // namespace boost::concept
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/ |
list0.hpp | 7 // Distributed under the Boost Software License, Version 1.0. 9 // http://www.boost.org/LICENSE_1_0.txt) 11 // See http://www.boost.org/libs/mpl for documentation. 17 #include <boost/mpl/long.hpp> 18 #include <boost/mpl/aux_/na.hpp> 19 #include <boost/mpl/list/aux_/push_front.hpp> 20 #include <boost/mpl/list/aux_/pop_front.hpp> 21 #include <boost/mpl/list/aux_/push_back.hpp> 22 #include <boost/mpl/list/aux_/front.hpp> 23 #include <boost/mpl/list/aux_/clear.hpp 30 namespace boost { namespace mpl { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/ |
comma_if.hpp | 4 # * Distributed under the Boost Software License, Version 1.0. (See 6 # * http://www.boost.org/LICENSE_1_0.txt) 10 # /* See http://www.boost.org for most recent version. */ 15 # include <boost/preprocessor/punctuation/comma_if.hpp>
|
empty.hpp | 4 # * Distributed under the Boost Software License, Version 1.0. (See 6 # * http://www.boost.org/LICENSE_1_0.txt) 10 # /* See http://www.boost.org for most recent version. */ 15 # include <boost/preprocessor/facilities/empty.hpp>
|
identity.hpp | 4 # * Distributed under the Boost Software License, Version 1.0. (See 6 # * http://www.boost.org/LICENSE_1_0.txt) 10 # /* See http://www.boost.org for most recent version. */ 15 # include <boost/preprocessor/facilities/identity.hpp>
|
inc.hpp | 4 # * Distributed under the Boost Software License, Version 1.0. (See 6 # * http://www.boost.org/LICENSE_1_0.txt) 10 # /* See http://www.boost.org for most recent version. */ 15 # include <boost/preprocessor/arithmetic/inc.hpp>
|