HomeSort by: relevance | last modified time | path
    Searched defs:eh_else (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 2055 EH_ELSE expression, where the post condition check is applied to the
2100 an EH_ELSE clause that allows the exception to propagate upwards
2104 tree eh_else = build_stmt (loc, EH_ELSE_EXPR, NULL_TREE, NULL_TREE); local
2105 add_stmt (eh_else);
2106 TREE_OPERAND (eh_else, 0) = push_stmt_list ();
2108 TREE_OPERAND (eh_else, 0) = pop_stmt_list (TREE_OPERAND (eh_else, 0));
2109 TREE_OPERAND (eh_else, 1) = build_empty_stmt (loc);
  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 989 /* EH_ELSE doesn't come from user code; only compiler generated stuff.
993 if (geh_else *eh_else = get_eh_else (finally))
995 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else));
996 finally = gimple_eh_else_e_body (eh_else);
1068 geh_else *eh_else; local
1091 /* Emit the finally block into the stream. Lower EH_ELSE at this time. */
1092 eh_else = get_eh_else (finally);
1093 if (eh_else)
1095 finally = gimple_eh_else_n_body (eh_else);
1101 finally = gimple_eh_else_e_body (eh_else);
1132 geh_else *eh_else; local
1237 geh_else *eh_else; local
1371 geh_else *eh_else; local
1578 geh_else *eh_else; local
    [all...]
tree-cfg.cc 5255 geh_else *eh_else = as_a <geh_else *> (stmt); local
5256 err |= verify_gimple_in_seq_2 (gimple_eh_else_n_body (eh_else));
5257 err |= verify_gimple_in_seq_2 (gimple_eh_else_e_body (eh_else));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 989 /* EH_ELSE doesn't come from user code; only compiler generated stuff.
993 if (geh_else *eh_else = get_eh_else (finally))
995 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else));
996 finally = gimple_eh_else_e_body (eh_else);
1067 geh_else *eh_else; local
1090 /* Emit the finally block into the stream. Lower EH_ELSE at this time. */
1091 eh_else = get_eh_else (finally);
1092 if (eh_else)
1094 finally = gimple_eh_else_n_body (eh_else);
1100 finally = gimple_eh_else_e_body (eh_else);
1131 geh_else *eh_else; local
1236 geh_else *eh_else; local
1370 geh_else *eh_else; local
1577 geh_else *eh_else; local
    [all...]
tree-cfg.cc 5156 geh_else *eh_else = as_a <geh_else *> (stmt); local
5157 err |= verify_gimple_in_seq_2 (gimple_eh_else_n_body (eh_else));
5158 err |= verify_gimple_in_seq_2 (gimple_eh_else_e_body (eh_else));

Completed in 43 milliseconds