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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
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);
CoroInternal.h 144 Function *Dealloc;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp 575 case Dealloc:
576 return E.withKind(Dealloc);
825 /*ThisEff=*/ArgEffect(Dealloc, ObjKind::OS));
1079 ReceiverEff = ArgEffect(Dealloc, ObjKind::ObjC);
1224 // Create the -dealloc summary.
1225 Summ = getPersistentSummary(NoRet, ScratchArgs, ArgEffect(Dealloc,
1227 addNSObjectMethSummary(GetNullarySelector("dealloc", Ctx), Summ);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 85 Out << "-dealloc (not-owned)";
615 // Helper tag for providing diagnostics: indicate whether dealloc was sent
634 } else if (Effect.getKind() == Dealloc) {
653 } else if (Summ.getReceiverEffect().getKind() == Dealloc) {
748 case Dealloc: // NB. we only need to add a note in a non-error case.
751 llvm_unreachable("Invalid RefVal state for an explicit dealloc.");
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h 62 Dealloc,

Completed in 18 milliseconds