Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp1320 llvm::Value *ForEHVar; member
1322 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1324 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1332 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1342 llvm::Value *ForEHVar; member
1347 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1350 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1357 ForEHVar, EndCatchFn); in Emit()
1375 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1453 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh"); in enter()
[all …]
H A DCodeGenFunction.h746 llvm::AllocaInst *ForEHVar;