Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-eh.c2168 gimple_seq bodyp; in execute() local
2170 bodyp = gimple_body (current_function_decl); in execute()
2171 if (bodyp == NULL) in execute()
2178 collect_finally_tree_1 (bodyp, NULL); in execute()
2179 lower_eh_constructs_1 (&null_state, &bodyp); in execute()
2180 gimple_set_body (current_function_decl, bodyp); in execute()
2185 gcc_assert (!gimple_seq_may_fallthru (bodyp)); in execute()
2186 gimple_seq_add_seq (&bodyp, eh_seq); in execute()
2190 gcc_assert (bodyp == gimple_body (current_function_decl)); in execute()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-eh.c2067 gimple_seq bodyp; in lower_eh_constructs() local
2069 bodyp = gimple_body (current_function_decl); in lower_eh_constructs()
2070 if (bodyp == NULL) in lower_eh_constructs()
2077 collect_finally_tree_1 (bodyp, NULL); in lower_eh_constructs()
2078 lower_eh_constructs_1 (&null_state, bodyp); in lower_eh_constructs()
2083 gcc_assert (!gimple_seq_may_fallthru (bodyp)); in lower_eh_constructs()
2084 gimple_seq_add_seq (&bodyp, eh_seq); in lower_eh_constructs()
2088 gcc_assert (bodyp == gimple_body (current_function_decl)); in lower_eh_constructs()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-common.c620 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); in finish_fname_decls() local
622 if (TREE_CODE (*bodyp) == BIND_EXPR) in finish_fname_decls()
623 bodyp = &BIND_EXPR_BODY (*bodyp); in finish_fname_decls()
625 append_to_statement_list_force (*bodyp, &stmts); in finish_fname_decls()
626 *bodyp = stmts; in finish_fname_decls()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.c811 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); in finish_fname_decls() local
813 if (TREE_CODE (*bodyp) == BIND_EXPR) in finish_fname_decls()
814 bodyp = &BIND_EXPR_BODY (*bodyp); in finish_fname_decls()
816 append_to_statement_list_force (*bodyp, &stmts); in finish_fname_decls()
817 *bodyp = stmts; in finish_fname_decls()