Home
last modified time | relevance | path

Searched refs:do_stmt (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dsemantics.c760 finish_do_body (tree do_stmt) in finish_do_body() argument
762 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() argument
772 DO_COND (do_stmt) = cond; in finish_do_stmt()
Dcp-tree.def297 DEFTREECODE (DO_STMT, "do_stmt", tcc_statement, 4)