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