Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-gimplify.c141 c_build_bind_expr (tree block, tree body) in c_build_bind_expr() function
H A Dc-common.h872 extern tree c_build_bind_expr (tree, tree);
H A Dc-typeck.c8181 stmt = c_build_bind_expr (block, stmt); in c_end_compound_stmt()
H A DChangeLog.tree-ssa5895 (c_build_bind_expr): Do not call gimplify_stmt.
6695 * c-simplify.c (c_build_bind_expr): Don't create an empty bind
11504 * c-simplify.c (c_build_bind_expr): Revert change from earlier today.
11508 * c-simplify.c (c_build_bind_expr): Avoid creating unnecessary
14348 (c_build_bind_expr): Don't build a block for an artificial decl.
H A DChangeLog-200419131 * c-gimplify.c (c_build_bind_expr, gimplify_c_loop,
29645 (c_build_bind_expr): Export.
/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c459 stmt_list = c_build_bind_expr (block, stmt_list); in do_poplevel()
H A Ddecl.c763 stmt = c_build_bind_expr (block, stmt); in poplevel()