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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c326 tree cont_stmt;
629 q->cont_stmt = q->stmt;
661 q->cont_stmt = build1 (RETURN_EXPR, void_type_node, x);
671 q->cont_stmt = q->stmt;
688 q->cont_stmt = q->stmt;
1020 append_to_statement_list (tf->goto_queue[0].cont_stmt, tf->top_p);
1021 maybe_record_in_goto_queue (state, tf->goto_queue[0].cont_stmt);
1109 append_to_statement_list (q->cont_stmt, &new_stmt);
1110 maybe_record_in_goto_queue (state, q->cont_stmt);
1265 /* We store the cont_stmt i
321 tree cont_stmt; member in struct:leh_tf_state::goto_queue_node
1271 tree cont_stmt; local
[all...]

Completed in 55 milliseconds