/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | shift_left.rst | 1 .. Metafunctions/Bitwise Operations//shift_left 3 shift_left title 15 struct shift_left 33 #include <boost/mpl/shift_left.hpp> 65 typedef shift_left<c,shift>::type r; 84 typedef shift_left<c,shift> r; 94 struct r : shift_left<c,shift>::type {}; 113 BOOST_MPL_ASSERT_RELATION( (shift_left<u0,u0>::value), ==, 0 ); 114 BOOST_MPL_ASSERT_RELATION( (shift_left<u1,u0>::value), ==, 1 ); 115 BOOST_MPL_ASSERT_RELATION( (shift_left<u1,u1>::value), ==, 2 ); [all …]
|
/third_party/boost/libs/mpl/test/ |
D | bitwise.cpp | 66 MPL_ASSERT_RELATION( (shift_left<_0,_0>::value), ==, 0 ); in MPL_TEST_CASE() 67 MPL_ASSERT_RELATION( (shift_left<_1,_0>::value), ==, 1 ); in MPL_TEST_CASE() 68 MPL_ASSERT_RELATION( (shift_left<_1,_1>::value), ==, 2 ); in MPL_TEST_CASE() 69 MPL_ASSERT_RELATION( (shift_left<_2,_1>::value), ==, 4 ); in MPL_TEST_CASE() 70 MPL_ASSERT_RELATION( (shift_left<_8,_1>::value), ==, 16 ); in MPL_TEST_CASE()
|
/third_party/boost/boost/phoenix/operator/ |
D | io.hpp | 37 proto::tag::shift_left 45 proto::tag::shift_left, phoenix_domain>(a0, a1); in operator <<() 51 proto::tag::shift_left 59 proto::tag::shift_left, phoenix_domain>(a0, a1); in operator <<()
|
D | bitwise.hpp | 30 (shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/ |
D | shift_left.hpp | 68 struct shift_left struct 75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/ |
D | shift_left.hpp | 68 struct shift_left struct 75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | shift_left.hpp | 68 struct shift_left struct 75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/ |
D | shift_left.hpp | 68 struct shift_left struct 75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/ |
D | shift_left.hpp | 68 struct shift_left struct 75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/ |
D | shift_left.hpp | 68 struct shift_left struct 75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/ |
D | shift_left.hpp | 68 struct shift_left struct 75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/ |
D | shift_left.hpp | 68 struct shift_left struct 75 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 79 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/ |
D | shift_left.hpp | 68 struct shift_left struct 79 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 83 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/ |
D | shift_left.hpp | 68 struct shift_left struct 79 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, shift_left, (N1, N2)) 83 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 51 shift_left, enumerator 128 shift_left = binary_op<op::shift_left>::value, enumerator
|
/third_party/boost/boost/mpl/aux_/preprocessed/plain/ |
D | shift_left.hpp | 68 struct shift_left struct 77 BOOST_MPL_AUX_NA_SPEC2(2, 2, shift_left)
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 52 shift_left, enumerator 129 shift_left = binary_op<op::shift_left>::value, enumerator
|
/third_party/boost/boost/spirit/home/karma/operator/ |
D | sequence.hpp | 51 struct use_operator<karma::domain, proto::tag::shift_left> // enables << 55 struct flatten_tree<karma::domain, proto::tag::shift_left> // flattens << 276 struct make_composite<proto::tag::shift_left, Elements, Modifiers>
|
/third_party/boost/boost/mpl/ |
D | shift_left.hpp | 18 #define AUX778076_OP_NAME shift_left
|
/third_party/boost/boost/parameter/ |
D | python.hpp | 475 typedef typename mpl::shift_left<mpl::long_<1>, optional_arity>::type upper; in def() 509 typedef typename mpl::shift_left<mpl::long_<1>, optional_arity>::type upper; in def() 616 typedef typename mpl::shift_left<mpl::long_<1>, optional_arity>::type upper; in visit_aux() 674 typedef typename mpl::shift_left<mpl::long_<1>, optional_arity>::type upper; in visit() 717 typedef typename mpl::shift_left<mpl::long_<1>, optional_arity>::type upper; in visit()
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 51 struct shift_left {}; struct
|
D | proto_fwd.hpp | 270 struct shift_left; 558 template<typename T, typename U> struct shift_left; 641 typedef make_expr<tag::shift_left> make_shift_left; 712 typedef functional::make_expr<tag::shift_left> _make_shift_left;
|
/third_party/boost/boost/msm/back/ |
D | fold_to_list.hpp | 65 ::boost::proto::shift_left<FoldToList, FoldToList>
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 132 [[`expression::shift_left<Lhs, Rhs>`] [`` 133 rule::shift_left 134 : expression::shift_left<meta_grammar, meta_grammar>
|
/third_party/boost/libs/proto/test/ |
D | deep_copy.cpp | 40 … shift_left<terminal<std::ostream &>::type, terminal<int>::type>::type r5 = deep_copy(cout_ << t1); in test1()
|