Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h408 Expr *getDeallocate() const { in getDeallocate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp843 EHStack.pushCleanup<CallCoroDelete>(NormalAndEHCleanup, S.getDeallocate()); in EmitCoroutineBody()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8457 !S->getReturnStmtOnAllocFailure() && !S->getDeallocate() && in TransformCoroutineBodyStmt()
8485 assert(S->getAllocate() && S->getDeallocate() && in TransformCoroutineBodyStmt()
8492 ExprResult DeallocRes = getDerived().TransformExpr(S->getDeallocate()); in TransformCoroutineBodyStmt()