Searched refs:then_type (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/yap/ |
D | user_macros.hpp | 591 using then_type = typename result_types::then_type; \ 594 ::boost::hana::tuple<cond_type, then_type, else_type>; \ 597 ::boost::yap::detail::make_operand<then_type>{}( \ 641 using then_type = typename result_types::then_type; \ 644 ::boost::hana::tuple<cond_type, then_type, else_type>; \ 647 ::boost::yap::detail::make_operand<then_type>{}( \
|
/third_party/boost/boost/phoenix/statement/ |
D | if.hpp | 124 typedef typename proto::result_of::child_c<Expr, 1>::type then_type; typedef 126 else_gen<cond_type, then_type> else_;
|
/third_party/boost/boost/yap/detail/ |
D | algorithm.hpp | 316 using then_type = operand_type_t<ExprTemplate, U>; typedef 320 hana::tuple<cond_type, then_type, else_type>>; 356 using then_type = operand_type_t<ExprTemplate, U>; typedef 360 hana::tuple<cond_type, then_type, else_type>>;
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 748 if_stmt->then_type = vtn_handle_branch(b, &if_stmt->node, then_block); in vtn_process_block() 749 if (if_stmt->then_type == vtn_branch_type_none) { in vtn_process_block() 1112 if (vtn_if->then_type == vtn_branch_type_none) { in vtn_emit_cf_list_structured() 1116 vtn_emit_branch(b, vtn_if->then_type, switch_fall_var, &sw_break); in vtn_emit_cf_list_structured()
|
D | vtn_private.h | 184 enum vtn_branch_type then_type; member
|