Searched refs:cond_type (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/contract/core/ |
D | specify.hpp | 50 #define BOOST_CONTRACT_SPECIFY_CLASS_IMPL_(class_type, cond_type) \ argument 52 boost::contract::detail::auto_ptr<cond_type > cond_; \ 53 explicit class_type(cond_type* cond) : cond_(cond) {} \ 62 #define BOOST_CONTRACT_SPECIFY_CLASS_IMPL_(class_type, cond_type) \ argument
|
/third_party/boost/boost/yap/ |
D | user_macros.hpp | 590 using cond_type = typename result_types::cond_type; \ 594 ::boost::hana::tuple<cond_type, then_type, else_type>; \ 595 return {tuple_type{::boost::yap::detail::make_operand<cond_type>{}( \ 640 using cond_type = typename result_types::cond_type; \ 644 ::boost::hana::tuple<cond_type, then_type, else_type>; \ 645 return {tuple_type{::boost::yap::detail::make_operand<cond_type>{}( \
|
/third_party/boost/boost/phoenix/statement/ |
D | if.hpp | 123 typedef typename proto::result_of::child_c<Expr, 0>::type cond_type; typedef 126 else_gen<cond_type, then_type> else_;
|
/third_party/boost/boost/yap/detail/ |
D | algorithm.hpp | 315 using cond_type = operand_type_t<ExprTemplate, T>; typedef 320 hana::tuple<cond_type, then_type, else_type>>; 355 using cond_type = operand_type_t<ExprTemplate, T>; typedef 360 hana::tuple<cond_type, then_type, else_type>>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_unswitch_pass.cpp | 299 const analysis::Type* cond_type = in PerformUnswitch() local 309 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch() 312 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch() 322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_unswitch_pass.cpp | 299 const analysis::Type* cond_type = in PerformUnswitch() local 309 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch() 312 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch() 322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
|
/third_party/spirv-tools/source/opt/ |
D | loop_unswitch_pass.cpp | 299 const analysis::Type* cond_type = in PerformUnswitch() local 309 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch() 312 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch() 322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
|
/third_party/mindspore/mindspore/core/ops/ |
D | select.cc | 74 auto cond_type = input_args[kCondIndex]->BuildType(); in SelectInferType() local 77 (void)CheckAndConvertUtils::CheckTensorTypeValid("cond", cond_type, {kBool}, prim_name); in SelectInferType()
|