Home
last modified time | relevance | path

Searched defs:or_ (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/proto/detail/
Dor_n.hpp36 struct BOOST_PP_CAT(or_, N) in BOOST_PP_CAT() argument
51 struct BOOST_PP_CAT(or_, N)<true, Expr, BasicExpr, BOOST_PP_ENUM_PARAMS(N, G)> in BOOST_PP_CAT() argument
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Dor.hpp48 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dor.hpp48 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Dor.hpp48 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
Dor.hpp48 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dor.hpp48 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Dor.hpp48 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Dor.hpp48 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Dor.hpp48 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dor.hpp53 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Dor.hpp53 struct or_ struct
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dor.hpp51 struct or_ struct
/third_party/boost/boost/proto/
Dmatches.hpp735 struct or_ : transform<or_<BOOST_PROTO_LOGICAL_G> > struct
737 typedef or_ proto_grammar;
747 struct impl
756 struct impl<Expr &, State, Data>
/third_party/boost/boost/hof/
Dplaceholders.hpp185 struct or_ struct
188 constexpr auto operator()(T&& x, U&& y) const in operator ()()
/third_party/boost/boost/
Dforeach.hpp216 inline boost::mpl::or_<Bool1, Bool2> *or_(Bool1 *, Bool2 *) { return 0; } in or_() function
219 inline boost::mpl::or_<Bool1, Bool2, Bool3> *or_(Bool1 *, Bool2 *, Bool3 *) { return 0; } in or_() function
/third_party/python/Lib/
Doperator.py116 def or_(a, b): function
/third_party/boost/boost/move/detail/
Dmeta_utils.hpp421 struct or_ struct
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp960 void AssemblerMIPS32::or_(const Operand *OpRd, const Operand *OpRs, in or_() function in Ice::MIPS32::AssemblerMIPS32