Home
last modified time | relevance | path

Searched refs:then_stmt (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/byacc/test/
HDbtyacc_demo.y225 extern Code * build_if(Expr *cond_expr, Code *then_stmt, Code *else_stmt);
/trueos/contrib/gcc/
HDtree-cfg.c1559 tree then_stmt = expr_only (then_clause); in remove_useless_stmts_cond() local
1563 if (then_stmt && else_stmt in remove_useless_stmts_cond()
1564 && TREE_CODE (then_stmt) == GOTO_EXPR in remove_useless_stmts_cond()
1566 && (GOTO_DESTINATION (then_stmt) == GOTO_DESTINATION (else_stmt))) in remove_useless_stmts_cond()
1568 *stmt_p = then_stmt; in remove_useless_stmts_cond()
1589 ? then_stmt : else_stmt); in remove_useless_stmts_cond()
/trueos/contrib/byacc/test/btyacc/
HDbtyacc_demo.tab.c660 extern Code * build_if(Expr *cond_expr, Code *then_stmt, Code *else_stmt);