Searched refs:to_expr (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dparse.c2459 tree with_expr, to_expr, priority;
2506 to_expr = parse_expression ();
2508 to_expr = NULL_TREE;
2522 tree sendto = to_expr ? to_expr : IDENTIFIER_SIGNAL_DEST (signal);
2530 expand_send_buffer (buffer, value_list, priority, with_expr, to_expr);
2458 tree with_expr, to_expr, priority; local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c9430 gfc_expr *from_expr, *to_expr; local
9439 to_expr = code->ext.actual->next->expr;
9445 || to_expr->ts.type == BT_CLASS);
9458 if (to_expr->ts.type != BT_CLASS)
9459 to_expr2 = to_expr;
9462 to_expr2 = gfc_copy_expr (to_expr);
9475 to_expr, to_expr->ts);
9490 if (to_expr->ts.type == BT_CLASS)
9497 gfc_add_vptr_component (to_expr);
[all...]

Completed in 106 milliseconds