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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp1321 llvm::Value *EndCatchFn; member in struct:__anon3051::CallEndCatchForFinally
1322 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) argument
1323 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {}
1334 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw
1342 llvm::Value *EndCatchFn; member in struct:__anon3051::PerformFinally
1347 llvm::Value *EndCatchFn,
1349 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn),
1354 if (EndCatchFn)
1346 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, llvm::Value *EndCatchFn, llvm::Value *RethrowFn, llvm::Value *SavedExnVar) argument
[all...]

Completed in 163 milliseconds