Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp419 struct CallCoroDelete final : public EHScopeStack::Cleanup { struct
420 Stmt *Deallocate;
429 void Emit(CodeGenFunction &CGF, Flags) override { in Emit()
464 explicit CallCoroDelete(Stmt *DeallocStmt) : Deallocate(DeallocStmt) {} in CallCoroDelete() function