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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1282 llvm::FunctionCallee EndCatchFn; member in struct:__anon1707::final
1284 llvm::FunctionCallee EndCatchFn)
1285 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {}
1296 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw
1304 llvm::FunctionCallee EndCatchFn; member in struct:__anon1707::final
1309 llvm::FunctionCallee EndCatchFn,
1311 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn),
1316 if (EndCatchFn)
1283 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::FunctionCallee EndCatchFn) argument
1308 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, llvm::FunctionCallee EndCatchFn, llvm::FunctionCallee RethrowFn, llvm::Value *SavedExnVar) argument
[all...]

Completed in 31 milliseconds