Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1316 llvm::Value *ForEHVar; member
1318 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1320 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1328 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1338 llvm::Value *ForEHVar; member
1343 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1346 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1353 ForEHVar, EndCatchFn); in Emit()
1371 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1449 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh"); in enter()
[all …]
H A DCodeGenFunction.h707 llvm::AllocaInst *ForEHVar;