Searched refs:do_stmt (Results 1 – 2 of 2) sorted by relevance
760 finish_do_body (tree do_stmt) in finish_do_body() argument762 DO_BODY (do_stmt) = pop_stmt_list (DO_BODY (do_stmt)); in finish_do_body()769 finish_do_stmt (tree cond, tree do_stmt) in finish_do_stmt() argument772 DO_COND (do_stmt) = cond; in finish_do_stmt()
297 DEFTREECODE (DO_STMT, "do_stmt", tcc_statement, 4)