Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc1304 expr = maybe_cleanup_point_expr_void (expr); in finish_co_return_stmt()
1379 expr = maybe_cleanup_point_expr_void (expr); in finish_co_return_stmt()
1490 return maybe_cleanup_point_expr_void (build_stmt (loc, EXPR_STMT, expr)); in coro_build_expr_stmt()
2521 r = maybe_cleanup_point_expr_void (r); in build_actor_fn()
2530 r = maybe_cleanup_point_expr_void (r); in build_actor_fn()
2556 gcc_checking_assert (maybe_cleanup_point_expr_void (r) == r); in build_actor_fn()
2623 r = maybe_cleanup_point_expr_void (r); in build_destroy_fn()
4255 ueh = maybe_cleanup_point_expr_void (ueh); in coro_rewrite_function_body()
5184 r = maybe_cleanup_point_expr_void (r); in morph_fn_to_coro()
H A Dsemantics.c424 maybe_cleanup_point_expr_void (tree expr) in maybe_cleanup_point_expr_void() function
441 r = maybe_cleanup_point_expr_void (r); in add_decl_expr()
703 expr = maybe_cleanup_point_expr_void (expr); in finish_expr_stmt()
987 r = maybe_cleanup_point_expr_void (r); in finish_return_stmt()
1099 expr = maybe_cleanup_point_expr_void (expr); in finish_for_expr()
1713 r = maybe_cleanup_point_expr_void (r); in finish_asm_stmt()
H A Dtypeck2.c748 code = maybe_cleanup_point_expr_void (code); in split_nonconstant_init_1()
H A Dcp-tree.h7173 extern tree maybe_cleanup_point_expr_void (tree);
H A Dpt.c19002 block = maybe_cleanup_point_expr_void (block); in tsubst_omp_udr()
19023 block = maybe_cleanup_point_expr_void (block); in tsubst_omp_udr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A 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()
H A DChangeLog-2017682 (maybe_cleanup_point_expr_void, finish_goto_stmt)
1175 (maybe_cleanup_point_expr_void, finish_goto_stmt)
H A DChangeLog-20041296 (maybe_cleanup_point_expr_void): New function.
1297 (add_decl_expr): Call maybe_cleanup_point_expr_void.
H A Dcp-tree.h7564 extern tree maybe_cleanup_point_expr_void (tree);
H A DChangeLog-20111116 * semantics.c (maybe_cleanup_point_expr_void): No longer static.
H A 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()