Home
last modified time | relevance | path

Searched refs:bind_expr (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction-tests.cc237 tree bind_expr in build_trivial_generic_function() local
254 DECL_SAVED_TREE(fndecl) = bind_expr; in build_trivial_generic_function()
257 BLOCK_VARS (block) = BIND_EXPR_VARS (bind_expr); in build_trivial_generic_function()
Dgimplify.cc1346 tree bind_expr = *expr_p; in gimplify_bind_expr() local
1356 tree temp = voidify_wrapper_expr (bind_expr, NULL); in gimplify_bind_expr()
1359 for (t = BIND_EXPR_VARS (bind_expr); t ; t = DECL_CHAIN (t)) in gimplify_bind_expr()
1419 bind_stmt = gimple_build_bind (BIND_EXPR_VARS (bind_expr), NULL, in gimplify_bind_expr()
1420 BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr()
1428 gimplify_stmt (&BIND_EXPR_BODY (bind_expr), &body); in gimplify_bind_expr()
1436 if (BIND_EXPR_BLOCK (bind_expr)) in gimplify_bind_expr()
1438 end_locus = BLOCK_SOURCE_END_LOCATION (BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr()
1439 start_locus = BLOCK_SOURCE_LOCATION (BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr()
1442 start_locus = EXPR_LOCATION (bind_expr); in gimplify_bind_expr()
[all …]
Dtree.def599 DEFTREECODE (BIND_EXPR, "bind_expr", tcc_expression, 3)
DChangeLog.tree-ssa5541 * gimplify.c (gimplify_body): Keep old bind_expr at top level if
6012 * gimple-low.c (lower_function_body): Lower bind_expr in place.
6696 body. Pass entire bind_expr to gimplify_stmt.
8682 (propagate_copy): Assign variable to the right bind_expr.
DChangeLog-200518272 (declare_inline_vars): Work on block instead of bind_expr.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcoroutines.cc3466 tree& bind_expr = awpts->bind_stack->last (); in await_statement_walker() local
3467 tree newvar = add_var_to_bind (bind_expr, boolean_type_node, in await_statement_walker()
3652 tree& bind_expr = awpts->bind_stack->last (); in await_statement_walker() local
3654 tree newvar = add_var_to_bind (bind_expr, sw_type, "swch", in await_statement_walker()