Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp1329 llvm::Value *EndCatchFn; member
1330 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) in CallEndCatchForFinally()
1331 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1342 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()
1350 llvm::Value *EndCatchFn; member
1355 llvm::Value *EndCatchFn, in PerformFinally()
1357 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1362 if (EndCatchFn) in Emit()
1364 ForEHVar, EndCatchFn); in Emit()
1404 if (EndCatchFn) { in Emit()