Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcoroutines.cc1334 expr = maybe_cleanup_point_expr_void (expr); in finish_co_return_stmt()
1395 expr = maybe_cleanup_point_expr_void (expr); in finish_co_return_stmt()
1506 return maybe_cleanup_point_expr_void (build_stmt (loc, EXPR_STMT, expr)); in coro_build_expr_stmt()
2388 r = maybe_cleanup_point_expr_void (r); in build_actor_fn()
2397 r = maybe_cleanup_point_expr_void (r); in build_actor_fn()
2423 gcc_checking_assert (maybe_cleanup_point_expr_void (r) == r); in build_actor_fn()
2481 r = maybe_cleanup_point_expr_void (r); in build_destroy_fn()
5084 r = maybe_cleanup_point_expr_void (r); in morph_fn_to_coro()
Dsemantics.cc584 maybe_cleanup_point_expr_void (tree expr) in maybe_cleanup_point_expr_void() function
601 r = maybe_cleanup_point_expr_void (r); in add_decl_expr()
911 expr = maybe_cleanup_point_expr_void (expr); in finish_expr_stmt()
1253 r = maybe_cleanup_point_expr_void (r); in finish_return_stmt()
1365 expr = maybe_cleanup_point_expr_void (expr); in finish_for_expr()
1984 r = maybe_cleanup_point_expr_void (r); in finish_asm_stmt()
DChangeLog-2017682 (maybe_cleanup_point_expr_void, finish_goto_stmt)
1175 (maybe_cleanup_point_expr_void, finish_goto_stmt)
DChangeLog-20041296 (maybe_cleanup_point_expr_void): New function.
1297 (add_decl_expr): Call maybe_cleanup_point_expr_void.
Dcp-tree.h7564 extern tree maybe_cleanup_point_expr_void (tree);
DChangeLog-20111116 * semantics.c (maybe_cleanup_point_expr_void): No longer static.
Dpt.cc19676 block = maybe_cleanup_point_expr_void (block); in tsubst_omp_udr()
19696 block = maybe_cleanup_point_expr_void (block); in tsubst_omp_udr()