Home
last modified time | relevance | path

Searched refs:expr_only (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dgimple-low.c474 then_goto = expr_only (then_branch); in lower_cond_expr()
477 else_goto = expr_only (else_branch); in lower_cond_expr()
Dtree-iterator.c343 expr_only (tree expr) in expr_only() function
Dtree-eh.c394 one = expr_only (new); in replace_goto_queue_cond_clause()
Dtree-cfg.c1552 tree then_stmt = expr_only (then_clause); in remove_useless_stmts_cond()
1553 tree else_stmt = expr_only (else_clause); in remove_useless_stmts_cond()
Dtree.h3878 extern tree expr_only (tree);
Dgimplify.c6324 tree t = expr_only (*body_p); in gimplify_body()