Searched refs:MallocOrCallocLike (Results 1 – 1 of 1) sorted by relevance
62 MallocOrCallocLike = MallocLike | OpNewLike | CallocLike | AlignedAllocLike, enumerator63 AllocLike = MallocOrCallocLike | StrDupLike,327 return getAllocationData(V, MallocOrCallocLike, TLI).has_value(); in isMallocOrCallocLikeFn()