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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1306 llvm::Value *SavedExnVar; member in struct:__anon1707::final
1310 llvm::FunctionCallee RethrowFn, llvm::Value *SavedExnVar)
1312 RethrowFn(RethrowFn), SavedExnVar(SavedExnVar) {}
1340 if (SavedExnVar) {
1342 CGF.Builder.CreateAlignedLoad(SavedExnVar, CGF.getPointerAlign()));
1391 SavedExnVar = nullptr;
1393 SavedExnVar = CGF.CreateTempAlloca(CGF.Int8PtrTy, "finally.exn");
1419 rethrowFn, SavedExnVar);
1450 if (SavedExnVar) {
1308 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, llvm::FunctionCallee EndCatchFn, llvm::FunctionCallee RethrowFn, llvm::Value *SavedExnVar) argument
[all...]
H A DCodeGenFunction.h639 llvm::AllocaInst *SavedExnVar; member in class:clang::CodeGen::CodeGenFunction::FinallyInfo

Completed in 128 milliseconds