Searched refs:bind_expr (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | function-tests.c | 236 tree bind_expr in build_trivial_generic_function() local 253 DECL_SAVED_TREE(fndecl) = bind_expr; in build_trivial_generic_function() 256 BLOCK_VARS (block) = BIND_EXPR_VARS (bind_expr); in build_trivial_generic_function()
|
H A D | gimplify.c | 1272 tree bind_expr = *expr_p; in gimplify_bind_expr() local 1282 tree temp = voidify_wrapper_expr (bind_expr, NULL); in gimplify_bind_expr() 1285 for (t = BIND_EXPR_VARS (bind_expr); t ; t = DECL_CHAIN (t)) in gimplify_bind_expr() 1322 bind_stmt = gimple_build_bind (BIND_EXPR_VARS (bind_expr), NULL, in gimplify_bind_expr() 1323 BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr() 1331 gimplify_stmt (&BIND_EXPR_BODY (bind_expr), &body); in gimplify_bind_expr() 1339 if (BIND_EXPR_BLOCK (bind_expr)) in gimplify_bind_expr() 1341 end_locus = BLOCK_SOURCE_END_LOCATION (BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr() 1342 start_locus = BLOCK_SOURCE_LOCATION (BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr() 1345 start_locus = EXPR_LOCATION (bind_expr); in gimplify_bind_expr() [all …]
|
H A D | tree.def | 603 DEFTREECODE (BIND_EXPR, "bind_expr", tcc_expression, 3)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimplify.c | 1172 tree bind_expr = *expr_p; in gimplify_bind_expr() local 1179 tree temp = voidify_wrapper_expr (bind_expr, NULL); in gimplify_bind_expr() 1182 for (t = BIND_EXPR_VARS (bind_expr); t ; t = DECL_CHAIN (t)) in gimplify_bind_expr() 1212 gimple_bind = gimple_build_bind (BIND_EXPR_VARS (bind_expr), NULL, in gimplify_bind_expr() 1213 BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr() 1220 gimplify_stmt (&BIND_EXPR_BODY (bind_expr), &body); in gimplify_bind_expr() 1238 for (t = BIND_EXPR_VARS (bind_expr); t ; t = DECL_CHAIN (t)) in gimplify_bind_expr()
|
H A D | tree.def | 535 DEFTREECODE (BIND_EXPR, "bind_expr", tcc_expression, 3)
|