Home
last modified time | relevance | path

Searched refs:Rethrow (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dinvoke_unwind.ll14 to label %1 unwind label %Rethrow, !prof !0
16 Rethrow:
30 to label %1 unwind label %Rethrow
32 Rethrow:
/llvm-project-15.0.7/libcxxabi/src/
H A Daix_state_tab_eh.inc657 enum Action : int { None = 0, Rethrow = 1, Terminate = 2 };
660 if (action == Action::Rethrow && !cleanup) {
674 if (action == Action::Rethrow)
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DFunctionPropertiesAnalysisTest.cpp389 TEST_F(FunctionPropertiesAnalysisTest, Rethrow) { in TEST_F() argument