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

References

tools/clang/lib/CodeGen/CGException.cpp
  380   pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer());
tools/clang/lib/CodeGen/CodeGenFunction.h
  611       return EHStack.pushCleanup<T>(kind, A...);
  617     typedef EHScopeStack::ConditionalCleanup<T, As...> CleanupType;
tools/clang/lib/CodeGen/EHScopeStack.h
  202     T restore(CodeGenFunction &CGF, std::index_sequence<Is...>) {
  273     static_assert(alignof(T) <= ScopeStackAlignment,
  275     void *Buffer = pushCleanup(Kind, sizeof(T));
  276     Cleanup *Obj = new (Buffer) T(A...);