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

  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-control-flow.cc 693 /* Insert SEQ before a resx or a call in INSBB. */
1278 /* A resx or noreturn call needs not be associated with
1330 gresx *resx = gimple_build_resx (new_r->index); local
1331 gsi_insert_before (&ehgsi, resx, GSI_SAME_STMT);
1405 either a resx or a noreturn call without a local
1449 with resx stmts and edges (i.e., those other than that in
gimple-harden-control-flow.cc 693 /* Insert SEQ before a resx or a call in INSBB. */
1278 /* A resx or noreturn call needs not be associated with
1330 gresx *resx = gimple_build_resx (new_r->index); local
1331 gsi_insert_before (&ehgsi, resx, GSI_SAME_STMT);
1405 either a resx or a noreturn call without a local
1449 with resx stmts and edges (i.e., those other than that in
ipa-strub.cc 2223 gresx *resx = gimple_build_resx (new_r->index);
2225 gimple_set_location (resx, gimple_location (stmt));
2226 gsi_insert_before (&gsi, resx, GSI_SAME_STMT);
2221 gresx *resx = gimple_build_resx (new_r->index); local
ipa-strub.cc 2223 gresx *resx = gimple_build_resx (new_r->index);
2225 gimple_set_location (resx, gimple_location (stmt));
2226 gsi_insert_before (&gsi, resx, GSI_SAME_STMT);
2221 gresx *resx = gimple_build_resx (new_r->index); local
tree-eh.cc 811 /* Emit a RESX statement into SEQ for REGION. */
1171 the head of the FINALLY block. Append a RESX at the end. */
1436 /* For EH_ELSE, emit the exception path (plus resx) now, then
2935 conditionals, calls, resx, and asms. */
3329 /* At the end of gimple optimization, we can lower RESX. */
3355 then the block that contains the resx isn't removed. This can
3359 Resolve this by expanding the resx node to an abort. */
3512 "resx", /* name */
3583 ends with resx (checked by caller), optionally contains some
3656 RESX. *
4646 gimple *resx; local
    [all...]
tree-eh.cc 811 /* Emit a RESX statement into SEQ for REGION. */
1171 the head of the FINALLY block. Append a RESX at the end. */
1436 /* For EH_ELSE, emit the exception path (plus resx) now, then
2935 conditionals, calls, resx, and asms. */
3329 /* At the end of gimple optimization, we can lower RESX. */
3355 then the block that contains the resx isn't removed. This can
3359 Resolve this by expanding the resx node to an abort. */
3512 "resx", /* name */
3583 ends with resx (checked by caller), optionally contains some
3656 RESX. *
4646 gimple *resx; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 811 /* Emit a RESX statement into SEQ for REGION. */
1170 the head of the FINALLY block. Append a RESX at the end. */
1435 /* For EH_ELSE, emit the exception path (plus resx) now, then
2931 conditionals, calls, resx, and asms. */
3325 /* At the end of gimple optimization, we can lower RESX. */
3351 then the block that contains the resx isn't removed. This can
3355 Resolve this by expanding the resx node to an abort. */
3492 "resx", /* name */
3565 ends with resx (checked by caller), optionally contains some
3638 RESX. *
4625 gimple *resx; local
    [all...]
tree-eh.cc 811 /* Emit a RESX statement into SEQ for REGION. */
1170 the head of the FINALLY block. Append a RESX at the end. */
1435 /* For EH_ELSE, emit the exception path (plus resx) now, then
2931 conditionals, calls, resx, and asms. */
3325 /* At the end of gimple optimization, we can lower RESX. */
3351 then the block that contains the resx isn't removed. This can
3355 Resolve this by expanding the resx node to an abort. */
3492 "resx", /* name */
3565 ends with resx (checked by caller), optionally contains some
3638 RESX. *
4625 gimple *resx; local
    [all...]

Completed in 45 milliseconds