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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h 144 Function *Dealloc;
Coroutines.cpp 128 "llvm.coro.async.context.dealloc",
416 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction();
560 auto Dealloc = RetconLowering.Dealloc;
562 Dealloc->getFunctionType()->getParamType(0));
563 auto *Call = Builder.CreateCall(Dealloc, Ptr);
564 propagateCallAttrsFromCallee(Call, Dealloc);
565 addCallToCallGraph(CG, Call, Dealloc);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h 62 Dealloc,

Completed in 71 milliseconds