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