Searched refs:oneh (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-eh.c3012 /* Returns TRUE if oneh and twoh are exception handlers (gimple_try_cleanup of
3019 same_handler_p (gimple_seq oneh, gimple_seq twoh)
3025 gsi = gsi_start (oneh);
3066 gimple oneh;
3075 oneh = gsi_stmt (gsi);
3076 if (gimple_code (oneh) != GIMPLE_TRY
3077 || gimple_try_kind (oneh) != GIMPLE_TRY_CATCH)
3080 if (same_handler_p (gimple_try_cleanup (oneh), gimple_try_cleanup (two)))
3082 gimple_seq seq = gimple_try_eval (oneh);
3016 same_handler_p(gimple_seq oneh, gimple_seq twoh) argument
3063 gimple oneh; local

Completed in 48 milliseconds