reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGException.cpp
 1382     SavedExnVar = CGF.CreateTempAlloca(CGF.Int8PtrTy, "finally.exn");
 1382     SavedExnVar = CGF.CreateTempAlloca(CGF.Int8PtrTy, "finally.exn");
 1399   RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock());
 1399   RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock());
 1402   ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh");
 1402   ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh");
 1403   CGF.Builder.CreateFlagStore(false, ForEHVar);
 1406   CGF.EHStack.pushCleanup<PerformFinally>(NormalCleanup, body,
 1411   llvm::BasicBlock *catchBB = CGF.createBasicBlock("finally.catchall");
 1412   EHCatchScope *catchScope = CGF.EHStack.pushCatch(1);