HomeSort by: relevance | last modified time | path
    Searched refs:bodyp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 2189 gimple_seq bodyp; local
2191 bodyp = gimple_body (current_function_decl);
2192 if (bodyp == NULL)
2199 collect_finally_tree_1 (bodyp, NULL);
2200 lower_eh_constructs_1 (&null_state, &bodyp);
2201 gimple_set_body (current_function_decl, bodyp);
2206 gcc_assert (!gimple_seq_may_fallthru (bodyp));
2207 gimple_seq_add_seq (&bodyp, eh_seq);
2209 /* We assume that since BODYP already existed, adding EH_SEQ to it
2211 gcc_assert (bodyp == gimple_body (current_function_decl))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 2188 gimple_seq bodyp; local
2190 bodyp = gimple_body (current_function_decl);
2191 if (bodyp == NULL)
2198 collect_finally_tree_1 (bodyp, NULL);
2199 lower_eh_constructs_1 (&null_state, &bodyp);
2200 gimple_set_body (current_function_decl, bodyp);
2205 gcc_assert (!gimple_seq_may_fallthru (bodyp));
2206 gimple_seq_add_seq (&bodyp, eh_seq);
2208 /* We assume that since BODYP already existed, adding EH_SEQ to it
2210 gcc_assert (bodyp == gimple_body (current_function_decl))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 683 tree *bodyp = &DECL_SAVED_TREE (current_function_decl);
685 if (TREE_CODE (*bodyp) == BIND_EXPR)
686 bodyp = &BIND_EXPR_BODY (*bodyp);
688 append_to_statement_list_force (*bodyp, &stmts);
689 *bodyp = stmts;
682 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 662 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 29 milliseconds