Home
last modified time | relevance | path

Searched refs:then_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/yap/
Duser_macros.hpp591 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/
Dif.hpp124 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/
Dalgorithm.hpp316 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/
Dvtn_cfg.c748 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()
Dvtn_private.h184 enum vtn_branch_type then_type; member