Searched refs:MallocOrOpNewLike (Results 1 – 1 of 1) sorted by relevance
63 MallocOrOpNewLike = MallocLike | OpNewLike, enumerator64 AllocLike = MallocOrOpNewLike | StrDupLike,308 return getAllocationData(V, MallocOrOpNewLike, TLI).has_value(); in isMallocOrCallocLikeFn()439 if (getAllocationData(Alloc, MallocOrOpNewLike, TLI).has_value()) in getInitialValueOfAllocation()