Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1345 llvm::FunctionCallee EndCatchFn; member
1347 llvm::FunctionCallee EndCatchFn) in CallEndCatchForFinally()
1348 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1359 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()
1367 llvm::FunctionCallee EndCatchFn; member
1372 llvm::FunctionCallee EndCatchFn, in PerformFinally()
1374 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1379 if (EndCatchFn) in Emit()
1381 ForEHVar, EndCatchFn); in Emit()
1422 if (EndCatchFn) { in Emit()