Home
last modified time | relevance | path

Searched refs:else_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/yap/
Duser_macros.hpp592 using else_type = typename result_types::else_type; \
594 ::boost::hana::tuple<cond_type, then_type, else_type>; \
599 ::boost::yap::detail::make_operand<else_type>{}( \
642 using else_type = typename result_types::else_type; \
644 ::boost::hana::tuple<cond_type, then_type, else_type>; \
649 ::boost::yap::detail::make_operand<else_type>{}( \
/third_party/boost/boost/yap/detail/
Dalgorithm.hpp317 using else_type = operand_type_t<ExprTemplate, V>; typedef
320 hana::tuple<cond_type, then_type, else_type>>;
357 using else_type = operand_type_t<ExprTemplate, V>; typedef
360 hana::tuple<cond_type, then_type, else_type>>;
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c756 if_stmt->else_type = vtn_handle_branch(b, &if_stmt->node, else_block); in vtn_process_block()
757 if (if_stmt->else_type == vtn_branch_type_none) { in vtn_process_block()
1120 if (vtn_if->else_type == vtn_branch_type_none) { in vtn_emit_cf_list_structured()
1124 vtn_emit_branch(b, vtn_if->else_type, switch_fall_var, &sw_break); in vtn_emit_cf_list_structured()
Dvtn_private.h187 enum vtn_branch_type else_type; member