Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dsemantics.c414 maybe_cleanup_point_expr_void (tree expr) in maybe_cleanup_point_expr_void() function
431 r = maybe_cleanup_point_expr_void (r); in add_decl_expr()
617 expr = maybe_cleanup_point_expr_void (expr); in finish_expr_stmt()
786 r = maybe_cleanup_point_expr_void (r); in finish_return_stmt()
858 expr = maybe_cleanup_point_expr_void (expr); in finish_for_expr()
1299 r = maybe_cleanup_point_expr_void (r); in finish_asm_stmt()
H A DChangeLog-20041296 (maybe_cleanup_point_expr_void): New function.
1297 (add_decl_expr): Call maybe_cleanup_point_expr_void.