Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp657 struct AllocationInfo { struct
658 const ExplodedNode* N;
659 const MemRegion *R;
660 const LocationContext *InterestingMethodContext;
661 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6615 struct AllocationInfo { struct
6617 CallBase *const CB;
6620 LibFunc LibraryFunctionId = NotLibFunc;
6623 enum {
6627 } Status = STACK_DUE_TO_USE;
6631 bool HasPotentiallyFreeingUnknownUses = false;
6635 bool MoveAllocaIntoEntry = true;
6638 SmallSetVector<CallBase *, 1> PotentialFreeCalls{};