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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nextoverthrow.cc 61 void rethrow (int val) function in class:NextOverThrowDerivates
168 next_cases.rethrow (4); // Start: rethrow
173 testval = val; // End: rethrow
nextoverthrow.cc 61 void rethrow (int val) function in class:NextOverThrowDerivates
168 next_cases.rethrow (4); // Start: rethrow
173 testval = val; // End: rethrow
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nextoverthrow.cc 61 void rethrow (int val) function in class:NextOverThrowDerivates
168 next_cases.rethrow (4); // Start: rethrow
173 testval = val; // End: rethrow
nextoverthrow.cc 61 void rethrow (int val) function in class:NextOverThrowDerivates
168 next_cases.rethrow (4); // Start: rethrow
173 testval = val; // End: rethrow
  /src/external/gpl3/gcc/dist/gcc/cp/
except.cc 491 tree rethrow = build_throw (input_location, NULL_TREE,
493 /* Disable all warnings for the generated rethrow statement. */
494 suppress_warning (rethrow);
495 finish_expr_stmt (rethrow);
789 /* Rethrow current exception. */
1375 rethrow (c++/112301). */
490 tree rethrow = build_throw (input_location, NULL_TREE, local
except.cc 491 tree rethrow = build_throw (input_location, NULL_TREE,
493 /* Disable all warnings for the generated rethrow statement. */
494 suppress_warning (rethrow);
495 finish_expr_stmt (rethrow);
789 /* Rethrow current exception. */
1375 rethrow (c++/112301). */
490 tree rethrow = build_throw (input_location, NULL_TREE, local
coroutines.cc 4512 /* If the initial await resume called value is false, rethrow... */
4513 tree rethrow = build_throw (fn_start, NULL_TREE, tf_warning_or_error); local
4514 suppress_warning (rethrow);
4515 finish_expr_stmt (rethrow);
5419 tree rethrow = build_throw (fn_start, NULL_TREE, tf_warning_or_error); local
5420 suppress_warning (rethrow);
5421 finish_expr_stmt (rethrow);
coroutines.cc 4512 /* If the initial await resume called value is false, rethrow... */
4513 tree rethrow = build_throw (fn_start, NULL_TREE, tf_warning_or_error); local
4514 suppress_warning (rethrow);
4515 finish_expr_stmt (rethrow);
5419 tree rethrow = build_throw (fn_start, NULL_TREE, tf_warning_or_error); local
5420 suppress_warning (rethrow);
5421 finish_expr_stmt (rethrow);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc 487 tree rethrow = build_throw (input_location, NULL_TREE);
488 /* Disable all warnings for the generated rethrow statement. */
489 suppress_warning (rethrow);
490 finish_expr_stmt (rethrow);
803 /* Rethrow current exception. */
1368 rethrow (c++/112301). */
486 tree rethrow = build_throw (input_location, NULL_TREE); local
except.cc 487 tree rethrow = build_throw (input_location, NULL_TREE);
488 /* Disable all warnings for the generated rethrow statement. */
489 suppress_warning (rethrow);
490 finish_expr_stmt (rethrow);
803 /* Rethrow current exception. */
1368 rethrow (c++/112301). */
486 tree rethrow = build_throw (input_location, NULL_TREE); local
coroutines.cc 4275 /* If the initial await resume called value is false, rethrow... */
4276 tree rethrow = build_throw (fn_start, NULL_TREE); local
4277 suppress_warning (rethrow);
4278 finish_expr_stmt (rethrow);
5197 tree rethrow = build_throw (fn_start, NULL_TREE); local
5198 suppress_warning (rethrow);
5199 finish_expr_stmt (rethrow);
coroutines.cc 4275 /* If the initial await resume called value is false, rethrow... */
4276 tree rethrow = build_throw (fn_start, NULL_TREE); local
4277 suppress_warning (rethrow);
4278 finish_expr_stmt (rethrow);
5197 tree rethrow = build_throw (fn_start, NULL_TREE); local
5198 suppress_warning (rethrow);
5199 finish_expr_stmt (rethrow);

Completed in 109 milliseconds