HomeSort by: relevance | last modified time | path
    Searched refs:getDeallocate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 406 Expr *getDeallocate() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 608 EHStack.pushCleanup<CallCoroDelete>(NormalAndEHCleanup, S.getDeallocate());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7775 !S->getReturnStmtOnAllocFailure() && !S->getDeallocate() &&
7803 assert(S->getAllocate() && S->getDeallocate() &&
7810 ExprResult DeallocRes = getDerived().TransformExpr(S->getDeallocate());

Completed in 50 milliseconds