Searched refs:CallCoroDelete (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp419 struct CallCoroDelete final : public EHScopeStack::Cleanup {
464 explicit CallCoroDelete(Stmt *DeallocStmt) : Deallocate(DeallocStmt) {} function in struct:__anon1700::final
605 EHStack.pushCleanup<CallCoroDelete>(NormalAndEHCleanup, S.getDeallocate());

Completed in 48 milliseconds