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.cpp596 struct CallCoroDelete final : public EHScopeStack::Cleanup { struct
597 Stmt *Deallocate;
606 void Emit(CodeGenFunction &CGF, Flags) override { in Emit()
641 explicit CallCoroDelete(Stmt *DeallocStmt) : Deallocate(DeallocStmt) {} in CallCoroDelete() function