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

References

tools/clang/lib/CodeGen/CGException.cpp
 1434       exn = CGF.getExceptionFromSlot();
 1435       CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn);
 1440       if (!exn) exn = CGF.getExceptionFromSlot();
 1440       if (!exn) exn = CGF.getExceptionFromSlot();
 1441       CGF.Builder.CreateAlignedStore(exn, SavedExnVar, CGF.getPointerAlign());