Searched refs:if_true (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr53602.C82 struct if_true struct in namespace:boost::detail
152 typedef typename boost::detail::if_true <value>::template then <Tp, DefaultWrap>::type::pointer type;
163 typedef typename boost::detail::if_true <value>::template then <Tp, DefaultWrap> type;
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Daffinity-1.c245 #define verify(if_true, if_s_m_c) \
248 if (test_true && omp_get_proc_bind () != if_true) \
/haiku-buildtools/gcc/gcc/
H A Dexpr.c11070 tree if_true = constant_boolean_node (true, ops->type);
11072 return expand_vec_cond_expr (ops->type, ifexp, if_true, if_false, target);
11046 tree if_true = constant_boolean_node (true, ops->type); local
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c21486 rtx cmp_op1, rtx if_true, rtx if_false)
21495 std::swap (if_true, if_false);
21499 if (rtx_equal_p (cmp_op0, if_true) && rtx_equal_p (cmp_op1, if_false))
21501 else if (rtx_equal_p (cmp_op1, if_true) && rtx_equal_p (cmp_op0, if_false))
21515 if_true = force_reg (mode, if_true);
21516 v = gen_rtvec (2, if_true, if_false);
21522 tmp = gen_rtx_fmt_ee (code, mode, if_true, if_false);
21454 ix86_expand_sse_fp_minmax(rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1, rtx if_true, rtx if_false) argument
[all...]

Completed in 299 milliseconds