Home
last modified time | relevance | path

Searched defs:CallCoroDelete (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp597 struct CallCoroDelete final : public EHScopeStack::Cleanup { struct
598 Stmt *Deallocate;
607 void Emit(CodeGenFunction &CGF, Flags) override { in Emit()
642 explicit CallCoroDelete(Stmt *DeallocStmt) : Deallocate(DeallocStmt) {} in CallCoroDelete() argument