/third_party/boost/libs/phoenix/test/statement/ |
D | switch_tests.cpp | 21 using boost::phoenix::switch_; in main() 34 switch_(_1) in main() 43 switch_(_1) in main() 53 switch_(_1) in main() 65 switch_(_1) in main()
|
/third_party/boost/boost/phoenix/statement/ |
D | switch.hpp | 111 (boost)(phoenix)(switch_) 119 struct is_nullary::when<rule::switch_, Dummy> 198 struct default_actions::when<rule::switch_, Dummy> 244 typename expression::switch_< 261 typename expression::switch_< 267 return expression::switch_<Cond, Cases>::make(cond, cases); in generate() 271 typename expression::switch_< 288 switch_(Cond const& cond) in switch_() function
|
/third_party/boost/libs/proto/test/ |
D | switch.cpp | 60 : boost::proto::switch_< 69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch() 70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch() 71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
|
D | matches.cpp | 263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches() 264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches() 265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
|
/third_party/boost/boost/mpl/ |
D | switch.hpp | 31 struct switch_ struct 42 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,switch_,(Body,T)) 45 BOOST_MPL_AUX_NA_SPEC(2, switch_)
|
/third_party/boost/libs/hana/example/tutorial/ |
D | quickstart.switchAny.cpp | 49 auto switch_(Any& a) { in switch_() function 79 std::string r = switch_(a)( in main() 92 auto r = switch_(a)( in main()
|
/third_party/boost/boost/proto/ |
D | matches.hpp | 410 struct matches_<Expr, proto::basic_expr<Tag, Args, Arity>, switch_<Cases, Transform> > 428 struct matches_<Expr, proto::basic_expr<Tag, Args, Arity>, switch_<Cases> > 809 struct switch_ : transform<switch_<Cases, Transform> > struct 811 typedef switch_ proto_grammar; argument 824 struct switch_<Cases> : transform<switch_<Cases> > struct 826 typedef switch_ proto_grammar; argument 934 struct is_callable<switch_<Cases, Transform> >
|
D | proto_fwd.hpp | 410 struct switch_;
|
/third_party/boost/boost/xpressive/detail/static/ |
D | grammar.hpp | 252 negate<switch_<NonGreedyRepeatCases<Gram> > > 260 complement<switch_<InvertibleCases<Char, Gram> > > 261 … , in_sequence<call<as_inverse(call<switch_<InvertibleCases<Char, Gram> >(_child)>)> > 342 : proto::switch_<grammar_detail::Cases<Char, Grammar<Char> > > 347 : proto::switch_<grammar_detail::ActionableCases<Char, ActionableGrammar<Char> > >
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | incorporate_getitem.h | 625 if (idx_ == -1 || switch_ == nullptr || fg == nullptr) { in operator() 630 …sitor::Match(prim::kPrimSwitch, {IsNode, IsValueNode<FuncGraph>, IsValueNode<FuncGraph>})(switch_); in operator() 636 if (processed_nodes_.find(switch_) != processed_nodes_.end()) { in operator() 638 << ", switch: " << switch_->DebugString(); in operator() 661 << ", switch: " << switch_->DebugString(); in operator() 671 << ", switch: " << switch_->DebugString(); in operator() 682 << ", switch: " << switch_->DebugString(); in operator() 698 auto switch_cnode = switch_->cast<CNodePtr>(); in ShrinkFuncGraphOutput() 707 << ", switch: " << switch_->DebugString(); in ShrinkFuncGraphOutput() 710 processed_nodes_.emplace(switch_); in ShrinkFuncGraphOutput() [all …]
|
/third_party/boost/boost/phoenix/core/ |
D | domain.hpp | 25 : proto::switch_<phoenix_generator>
|
D | meta_grammar.hpp | 24 : proto::switch_<meta_grammar>
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 220 [[`expression::switch_<Cond, Cases>`] [`` 221 rule::switch_ 222 : expression::switch_<
|
/third_party/mindspore/tests/ut/cpp/pipeline/static_analysis/ |
D | prim_test.cc | 296 PrimitivePtr switch_ = std::make_shared<Primitive>("Switch"); in TEST_F() local 297 FuncGraphPtr func_graph = MakeFuncGraph(switch_, 3); in TEST_F() 309 PrimitivePtr switch_ = std::make_shared<Primitive>("Switch"); in TEST_F() local 310 FuncGraphPtr func_graph = MakeFuncGraph(switch_, 3); in TEST_F()
|
/third_party/boost/libs/phoenix/doc/modules/ |
D | statement.qbk | 152 [section switch_ Statement] 158 switch_(integral_expression) 172 switch_(arg1)
|
/third_party/boost/libs/proto/example/ |
D | lambda.hpp | 60 struct switch_ {}; struct 408 template<> struct Cases::case_<tag::switch_> : proto::otherwise<EvalSwitch> {}; 444 : proto::switch_<Cases> 459 : proto::switch_<struct AssignOps> 1642 … tag::switch_ \ 1648 … return proto::make_expr<tag::switch_, lldomain>(ref_a(N)); \
|
D | vector.cpp | 103 : proto::switch_<struct AssignOpsCases>
|
D | mixed.cpp | 141 : proto::switch_<struct AssignOpsCases>
|
/third_party/boost/boost/xpressive/detail/static/transforms/ |
D | as_independent.hpp | 42 : proto::switch_<struct NotHasActionCases>
|
/third_party/boost/libs/proto/doc/ |
D | proto.qbk | 85 [classref boost::proto::switch_ `proto::switch_<>`]]
|
D | intermediate_form.qbk | 870 [section:switch Improving Compile Times With [^switch_<>]] 899 // Redefine ABigGrammar more efficiently using proto::switch_<> 962 // using proto::switch_<> 964 : proto::switch_<ABigGrammarCases> 967 Matching an expression type `E` against `proto::switch_<C>` is equivalent to matching it against `C…
|
/third_party/boost/boost/spirit/home/support/ |
D | meta_compiler.hpp | 194 : proto::switch_<cases>
|
/third_party/boost/boost/xpressive/detail/ |
D | detail_fwd.hpp | 408 using proto::switch_;
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 351 : proto::switch_<BuildGuardsCases>
|
/third_party/boost/boost/proto/transform/ |
D | default.hpp | 578 : switch_<detail::default_cases<Grammar> >
|