Searched defs:ForEHVar (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp1327 llvm::Value *ForEHVar; member in struct:__anon16110::CallEndCatchForFinally
1329 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) argument
1330 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {}
1338 CGF.Builder.CreateLoad(ForEHVar, "finally.endcatch");
1348 llvm::Value *ForEHVar; member in struct:__anon16110::PerformFinally
1353 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, argument
1356 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn),
1363 ForEHVar, EndCatchF
[all...]
H A DCodeGenFunction.h301 llvm::AllocaInst *ForEHVar; member in class:clang::CodeGen::CodeGenFunction::FinallyInfo

Completed in 128 milliseconds