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

  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 565 try/catch/finally. At this point, this statement is just an empty
721 eg: on a try/finally wrapping a loop. */
1255 /* Need to wrap C++ handlers in a try/finally block to signal
1285 /* Build a try-finally statement, one of the building blocks for exception
1301 tree finally = this->end_scope (); local
1303 add_stmt (build2 (TRY_FINALLY_EXPR, void_type_node, trybody, finally));
1307 monitor/critical enter and exit wrapped around try/finally.
  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 287 /* Use the finally tree to determine if a jump from START to TARGET
407 /* True if the finally block can receive an exception edge.
628 finally block nor redirect them if we knew. */
754 } finally {
947 /* A subroutine of lower_try_finally. If FINALLY consits of a
951 get_eh_else (gimple_seq finally)
953 gimple *x = gimple_seq_first_stmt (finally);
956 gcc_assert (gimple_seq_singleton_p (finally));
965 the finally block may not itself throw an exception. We have two choices
966 here. First we can duplicate the finally block and wrap it in
987 gimple_seq finally = gimple_try_cleanup (tf->top_p); local
1069 gimple_seq finally; local
1135 gimple_seq finally; local
1233 gimple_seq finally; local
1374 gimple_seq finally; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 287 /* Use the finally tree to determine if a jump from START to TARGET
407 /* True if the finally block can receive an exception edge.
628 finally block nor redirect them if we knew. */
754 } finally {
947 /* A subroutine of lower_try_finally. If FINALLY consits of a
951 get_eh_else (gimple_seq finally)
953 gimple *x = gimple_seq_first_stmt (finally);
956 gcc_assert (gimple_seq_singleton_p (finally));
965 the finally block may not itself throw an exception. We have two choices
966 here. First we can duplicate the finally block and wrap it in
987 gimple_seq finally = gimple_try_cleanup (tf->top_p); local
1068 gimple_seq finally; local
1134 gimple_seq finally; local
1232 gimple_seq finally; local
1373 gimple_seq finally; local
    [all...]

Completed in 24 milliseconds