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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 166 determine if a goto leaves the body of a TRY_FINALLY_EXPR node. */
368 try_finally_expr is the original GIMPLE_TRY_FINALLY. We need to retain
371 gtry *try_finally_expr; member in struct:leh_tf_state
634 if (!outside_finally_tree (temp, tf->try_finally_expr))
728 gcc_assert (!outside_finally_tree (temp, tf->try_finally_expr));
918 region = outer_state->tf->try_finally_expr;
936 label = create_artificial_label (gimple_location (tf->try_finally_expr));
941 record_in_finally_tree (temp, tf->outer->tf->try_finally_expr);
1018 gimple_location (tf->try_finally_expr));
1072 lab = create_artificial_label (gimple_location (tf->try_finally_expr));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 166 determine if a goto leaves the body of a TRY_FINALLY_EXPR node. */
368 try_finally_expr is the original GIMPLE_TRY_FINALLY. We need to retain
371 gtry *try_finally_expr; member in struct:leh_tf_state
634 if (!outside_finally_tree (temp, tf->try_finally_expr))
728 gcc_assert (!outside_finally_tree (temp, tf->try_finally_expr));
918 region = outer_state->tf->try_finally_expr;
936 label = create_artificial_label (gimple_location (tf->try_finally_expr));
941 record_in_finally_tree (temp, tf->outer->tf->try_finally_expr);
1018 gimple_location (tf->try_finally_expr));
1071 lab = create_artificial_label (gimple_location (tf->try_finally_expr));
    [all...]

Completed in 157 milliseconds