Lines Matching refs:bind_expr
1336 tree bind_expr = *expr_p; in gimplify_bind_expr() local
1346 tree temp = voidify_wrapper_expr (bind_expr, NULL); in gimplify_bind_expr()
1349 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()
1464 for (t = BIND_EXPR_VARS (bind_expr); t ; t = DECL_CHAIN (t)) in gimplify_bind_expr()