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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c1439 /* For EH_ELSE, emit the exception path (plus resx) now, then
2930 conditionals, calls, resx, and asms. */
3350 then the block that contains the resx isn't removed. This can
3354 Resolve this by expanding the resx node to an abort. */
3491 "resx", /* name */
3564 ends with resx (checked by caller), optionally contains some
4629 gimple *resx;
4651 resx = gsi_stmt (gsi);
4652 if (resx && is_gimple_resx (resx))
4624 gimple *resx; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc1434 /* For EH_ELSE, emit the exception path (plus resx) now, then
2925 conditionals, calls, resx, and asms. */
3345 then the block that contains the resx isn't removed. This can
3349 Resolve this by expanding the resx node to an abort. */
3486 "resx", /* name */
3559 ends with resx (checked by caller), optionally contains some
4624 gimple *resx;
4646 resx = gsi_stmt (gsi);
4647 if (resx && is_gimple_resx (resx))
4619 gimple *resx; local
[all...]

Completed in 220 milliseconds