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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dbackend.h331 Bexpression* then_expr, Bexpression* else_expr,
H A Dexpressions.cc14984 Conditional_expression(Expression* cond, Expression* then_expr, argument
14987 cond_(cond), then_(then_expr), else_(else_expr)
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dparse.c3399 tree bool_expr, then_expr, else_expr;
3401 then_expr = parse_then_alternative ();
3406 return build_nt (COND_EXPR, bool_expr, then_expr, else_expr);
3398 tree bool_expr, then_expr, else_expr; local
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc1478 Bexpression* then_expr,
1483 tree then_tree = then_expr->get_tree();
1477 conditional_expression(Btype* btype, Bexpression* condition, Bexpression* then_expr, Bexpression* else_expr, Location location) argument

Completed in 126 milliseconds