Home
last modified time | relevance | path

Searched refs:AllocationInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp660 struct AllocationInfo { struct
664 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
671 static AllocationInfo GetAllocationSite(ProgramStateManager &StateMgr, in GetAllocationSite()
752 return AllocationInfo(AllocationNodeInCurrentOrParentContext, FirstBinding, in GetAllocationSite()
892 AllocationInfo AllocI = in deriveAllocLocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5745 struct AllocationInfo { struct
5793 It.getSecond()->~AllocationInfo(); in ~AAHeapToStackFunction()
5823 AllocationInfo *AI = new (A.Allocator) AllocationInfo{CB, Kind}; in initialize()
5872 AllocationInfo &AI = *It.second; in isAssumedHeapToStackRemovedFree()
5892 AllocationInfo &AI = *It.second; in manifest()
6099 auto FreeCheck = [&](AllocationInfo &AI) { in updateImpl()
6239 AllocationInfo &AI = *It.second; in updateImpl()
6271 case AllocationInfo::STACK_DUE_TO_USE: in updateImpl()
6276 case AllocationInfo::STACK_DUE_TO_FREE: in updateImpl()
6279 AI.Status = AllocationInfo::INVALID; in updateImpl()
[all …]