Home
last modified time | relevance | path

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

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