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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c2195 gimple_seq bodyp; local
2197 bodyp = gimple_body (current_function_decl);
2198 if (bodyp == NULL)
2205 collect_finally_tree_1 (bodyp, NULL);
2206 lower_eh_constructs_1 (&null_state, &bodyp);
2207 gimple_set_body (current_function_decl, bodyp);
2212 gcc_assert (!gimple_seq_may_fallthru (bodyp));
2213 gimple_seq_add_seq (&bodyp, eh_seq);
2217 gcc_assert (bodyp == gimple_body (current_function_decl));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc2187 gimple_seq bodyp; local
2189 bodyp = gimple_body (current_function_decl);
2190 if (bodyp == NULL)
2197 collect_finally_tree_1 (bodyp, NULL);
2198 lower_eh_constructs_1 (&null_state, &bodyp);
2199 gimple_set_body (current_function_decl, bodyp);
2204 gcc_assert (!gimple_seq_may_fallthru (bodyp));
2205 gimple_seq_add_seq (&bodyp, eh_seq);
2209 gcc_assert (bodyp == gimple_body (current_function_decl));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c639 tree *bodyp = &DECL_SAVED_TREE (current_function_decl);
641 if (TREE_CODE (*bodyp) == BIND_EXPR)
642 bodyp = &BIND_EXPR_BODY (*bodyp);
644 append_to_statement_list_force (*bodyp, &stmts);
645 *bodyp = stmts;
638 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); local
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc662 tree *bodyp = &DECL_SAVED_TREE (current_function_decl);
664 if (TREE_CODE (*bodyp) == BIND_EXPR)
665 bodyp = &BIND_EXPR_BODY (*bodyp);
667 append_to_statement_list_force (*bodyp, &stmts);
668 *bodyp = stmts;
661 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); local

Completed in 328 milliseconds