/third_party/boost/boost/spirit/home/lex/lexer/ |
D | sequence.hpp | 27 struct use_operator<lex::domain, proto::tag::bitwise_or> // enables | 31 struct flatten_tree<lex::domain, proto::tag::bitwise_or> // flattens | 68 struct make_composite<proto::tag::bitwise_or, Elements, Modifiers>
|
/third_party/boost/boost/spirit/home/qi/operator/ |
D | alternative.hpp | 36 struct use_operator<qi::domain, proto::tag::bitwise_or> // enables | 40 struct flatten_tree<qi::domain, proto::tag::bitwise_or> // flattens | 100 struct make_composite<proto::tag::bitwise_or, Elements, Modifiers>
|
/third_party/boost/boost/spirit/home/karma/operator/ |
D | alternative.hpp | 38 struct use_operator<karma::domain, proto::tag::bitwise_or> // enables | 42 struct flatten_tree<karma::domain, proto::tag::bitwise_or> // flattens | 177 struct make_composite<proto::tag::bitwise_or, Elements, Modifiers>
|
/third_party/python/Grammar/ |
D | python.gram | 506 | '*' a=bitwise_or { _PyAST_Starred(a, Load, EXTRA) } 511 | '*' a=bitwise_or { _PyAST_Starred(a, Load, EXTRA) } 603 | a=bitwise_or b=compare_op_bitwise_or_pair+ { 609 | bitwise_or 621 eq_bitwise_or[CmpopExprPair*]: '==' a=bitwise_or { _PyPegen_cmpop_expr_pair(p, Eq, a) } 623 …| (tok='!=' { _PyPegen_check_barry_as_flufl(p, tok) ? NULL : tok}) a=bitwise_or {_PyPegen_cmpop_ex… 624 lte_bitwise_or[CmpopExprPair*]: '<=' a=bitwise_or { _PyPegen_cmpop_expr_pair(p, LtE, a) } 625 lt_bitwise_or[CmpopExprPair*]: '<' a=bitwise_or { _PyPegen_cmpop_expr_pair(p, Lt, a) } 626 gte_bitwise_or[CmpopExprPair*]: '>=' a=bitwise_or { _PyPegen_cmpop_expr_pair(p, GtE, a) } 627 gt_bitwise_or[CmpopExprPair*]: '>' a=bitwise_or { _PyPegen_cmpop_expr_pair(p, Gt, a) } [all …]
|
/third_party/boost/libs/yap/example/ |
D | pipable_algorithms.cpp | 53 boost::yap::expr_tag<boost::yap::expr_kind::bitwise_or>, in operator ()() 109 BOOST_YAP_USER_BINARY_OPERATOR(bitwise_or, algorithm_expr, algorithm_expr)
|
/third_party/boost/boost/safe_numerics/ |
D | checked_default.hpp | 113 bitwise_or(const R & t, const R & u) noexcept { in bitwise_or() function 197 constexpr checked_result<R> bitwise_or(const R & t, const R & u) noexcept { in bitwise_or() function 198 return checked_operation<R>::bitwise_or(t, u); in bitwise_or()
|
/third_party/boost/boost/atomic/detail/ |
D | extra_ops_gcc_ppc.hpp | 74 return !!base_type::bitwise_or(storage, v, order); in or_and_test() 195 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 384 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 565 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 752 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_gcc_aarch32.hpp | 73 base_type::bitwise_or(storage, v, order); in opaque_or() 103 return !!base_type::bitwise_or(storage, v, order); in or_and_test() 247 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 478 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 708 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 947 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_gcc_aarch64.hpp | 75 base_type::bitwise_or(storage, v, order); in opaque_or() 105 return !!base_type::bitwise_or(storage, v, order); in or_and_test() 251 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 486 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 721 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 956 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 1209 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_generic.hpp | 77 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 155 return !!bitwise_or(storage, v, order); in or_and_test() 255 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 346 return !!bitwise_or(storage, v, order); in or_and_test()
|
D | extra_ops_gcc_arm.hpp | 77 return !!base_type::bitwise_or(storage, v, order); in or_and_test() 234 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 487 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 737 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 996 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_emulated.hpp | 95 …static storage_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order) BOOST… in bitwise_or() function 206 return !!bitwise_or(storage, v, order); in or_and_test()
|
/third_party/boost/boost/mpi/ |
D | operations.hpp | 120 struct bitwise_or struct 274 struct is_mpi_op<bitwise_or<T>, T>
|
/third_party/boost/boost/phoenix/operator/ |
D | bitwise.hpp | 28 (bitwise_or)
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 99 struct bitwise_or {}; struct
|
D | proto_fwd.hpp | 286 struct bitwise_or; 574 template<typename T, typename U> struct bitwise_or; 657 typedef make_expr<tag::bitwise_or> make_bitwise_or; 728 typedef functional::make_expr<tag::bitwise_or> _make_bitwise_or;
|
/third_party/boost/libs/mpi/test/ |
D | is_mpi_op_test.cpp | 30 BOOST_TEST((is_mpi_op<bitwise_or<int>, int>::op() == MPI_BOR)); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 124 [[`expression::bitwise_or<Lhs, Rhs>`] [`` 125 rule::bitwise_or 126 : expression::bitwise_or<meta_grammar, meta_grammar>
|
/third_party/boost/boost/xpressive/detail/static/ |
D | grammar.hpp | 198 struct case_<tag::bitwise_or, Dummy> 200 bitwise_or<Gram, Gram>
|
/third_party/boost/boost/compute/lambda/ |
D | result_of.hpp | 67 BOOST_COMPUTE_LAMBDA_RESULT_OF_BINARY_OPERATOR(proto::tag::bitwise_or)
|
/third_party/boost/libs/compute/include/boost/compute/lambda/ |
D | result_of.hpp | 67 BOOST_COMPUTE_LAMBDA_RESULT_OF_BINARY_OPERATOR(proto::tag::bitwise_or)
|
/third_party/boost/boost/xpressive/detail/core/matcher/ |
D | action_matcher.hpp | 439 proto::bitwise_or<proto::terminal<read_attr<proto::_, proto::_> >, BindActionArgs> 440 , attr_with_default_transform<proto::bitwise_or<attr_transform, BindActionArgs> >
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 56 bitwise_or = 28, ///< \c | enumerator
|
/third_party/boost/libs/preprocessor/doc/examples/ |
D | array_arithmetic.c | 73 ( | , bitwise_or ,0 ,0 ,0), \
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 172 struct BuildGuardsCases::case_<proto::tag::bitwise_or> 174 proto::bitwise_or<BuildGuards,BuildGuards >,
|