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

References

tools/clang/lib/CodeGen/CGException.cpp
 1987   EHStack.pushCleanup<PerformSEHFinally>(Kind, FinallyFunc);
 1998     EHStack.pushCleanup<PerformSEHFinally>(NormalAndEHCleanup, FinallyFunc);
tools/clang/lib/CodeGen/EHScopeStack.h
  273     static_assert(alignof(T) <= ScopeStackAlignment,
  275     void *Buffer = pushCleanup(Kind, sizeof(T));
  276     Cleanup *Obj = new (Buffer) T(A...);