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

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c1082 tree bind_expr = *expr_p;
1090 tree temp = voidify_wrapper_expr (bind_expr, NULL);
1093 for (t = BIND_EXPR_VARS (bind_expr); t ; t = DECL_CHAIN (t))
1130 bind_stmt = gimple_build_bind (BIND_EXPR_VARS (bind_expr), NULL,
1131 BIND_EXPR_BLOCK (bind_expr));
1138 gimplify_stmt (&BIND_EXPR_BODY (bind_expr), &body);
1144 infer from the bind_expr directly if the block has no explicit
1146 if (BIND_EXPR_BLOCK (bind_expr))
1148 end_locus = BLOCK_SOURCE_END_LOCATION (BIND_EXPR_BLOCK (bind_expr));
1149 start_locus = BLOCK_SOURCE_LOCATION (BIND_EXPR_BLOCK (bind_expr));
1080 tree bind_expr = *expr_p; local
[all...]

Completed in 23 milliseconds