Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
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()
627 expr = maybe_cleanup_point_expr_void (expr); in finish_expr_stmt()
805 r = maybe_cleanup_point_expr_void (r); in finish_return_stmt()
882 expr = maybe_cleanup_point_expr_void (expr); in finish_for_expr()
1323 r = maybe_cleanup_point_expr_void (r); in finish_asm_stmt()
DChangeLog-20041296 (maybe_cleanup_point_expr_void): New function.
1297 (add_decl_expr): Call maybe_cleanup_point_expr_void.