Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h406 Expr *getDeallocate() const { in getDeallocate() function
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp605 EHStack.pushCleanup<CallCoroDelete>(NormalAndEHCleanup, S.getDeallocate()); in EmitCoroutineBody()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7684 !S->getReturnStmtOnAllocFailure() && !S->getDeallocate() && in TransformCoroutineBodyStmt()
7712 assert(S->getAllocate() && S->getDeallocate() && in TransformCoroutineBodyStmt()
7719 ExprResult DeallocRes = getDerived().TransformExpr(S->getDeallocate()); in TransformCoroutineBodyStmt()