Home
last modified time | relevance | path

Searched refs:if_else_ (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtraits.hpp423 struct if_else_ struct
424 : proto::transform<if_else_<T, U, V>, int>
426 typedef proto::expr<proto::tag::if_else_, list3<T, U, V>, 3> type; argument
427 typedef proto::basic_expr<proto::tag::if_else_, list3<T, U, V>, 3> proto_grammar; argument
431 : detail::pass_through_impl<if_else_, deduce_domain, Expr, State, Data>
435 typedef proto::tag::if_else_ proto_tag; argument
H A Dtags.hpp150 struct if_else_ {}; struct
H A Dproto_fwd.hpp298 struct if_else_;
586 template<typename T, typename U, typename V> struct if_else_;
667 typedef make_expr<tag::if_else_> make_if_else;
738 typedef functional::make_expr<tag::if_else_> _make_if_else;
H A Doperators.hpp301 tag::if_else_ in BOOST_PROTO_DEFINE_OPERATORS()
310 tag::if_else_ in BOOST_PROTO_DEFINE_OPERATORS()
H A Ddebug.hpp79 BOOST_PROTO_DEFINE_TAG_INSERTION(if_else_)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/
H A Dif_else.hpp20 typedef proto::tag::if_else_ if_else_operator;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Ddefault.hpp393 struct default_case<Grammar, tag::if_else_>
394 : when<if_else_<Grammar, Grammar, Grammar>, default_if_else_<Grammar> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/
H A Ddefault.hpp259 struct default_eval<Expr, Context, proto::tag::if_else_, 3>