Home | History | Annotate | Download | only in gcc

Lines Matching refs:try_stmt

4400   gtry *try_stmt = as_a <gtry *> (gs);
4401 return &try_stmt->eval;
4420 gtry *try_stmt = as_a <gtry *> (gs);
4421 return &try_stmt->cleanup;
4449 GIMPLE_TRY TRY_STMT. */
4452 gimple_try_set_eval (gtry *try_stmt, gimple_seq eval)
4454 try_stmt->eval = eval;
4459 body for GIMPLE_TRY TRY_STMT. */
4462 gimple_try_set_cleanup (gtry *try_stmt, gimple_seq cleanup)
4464 try_stmt->cleanup = cleanup;