Lines Matching refs:MallocLike
54 MallocLike = 1<<1 | OpNewLike, // allocates; may return null enumerator
59 MallocOrCallocLike = MallocLike | CallocLike | AlignedAllocLike,
74 {LibFunc_malloc, {MallocLike, 1, 0, -1}},
75 {LibFunc_vec_malloc, {MallocLike, 1, 0, -1}},
76 {LibFunc_valloc, {MallocLike, 1, 0, -1}},
78 {LibFunc_ZnwjRKSt9nothrow_t, {MallocLike, 2, 0, -1}}, // new(unsigned int, nothrow)
81 {MallocLike, 3, 0, -1}},
83 {LibFunc_ZnwmRKSt9nothrow_t, {MallocLike, 2, 0, -1}}, // new(unsigned long, nothrow)
86 {MallocLike, 3, 0, -1}},
88 {LibFunc_ZnajRKSt9nothrow_t, {MallocLike, 2, 0, -1}}, // new[](unsigned int, nothrow)
91 {MallocLike, 3, 0, -1}},
93 {LibFunc_ZnamRKSt9nothrow_t, {MallocLike, 2, 0, -1}}, // new[](unsigned long, nothrow)
96 {MallocLike, 3, 0, -1}},
98 {LibFunc_msvc_new_int_nothrow, {MallocLike, 2, 0, -1}}, // new(unsigned int, nothrow)
100 {LibFunc_msvc_new_longlong_nothrow, {MallocLike, 2, 0, -1}}, // new(unsigned long long, nothrow)
102 {LibFunc_msvc_new_array_int_nothrow, {MallocLike, 2, 0, -1}}, // new[](unsigned int, nothrow)
104 …{LibFunc_msvc_new_array_longlong_nothrow, {MallocLike, 2, 0, -1}}, // new[](unsigned long long, …
114 {LibFunc___kmpc_alloc_shared, {MallocLike, 1, 0, -1}}
226 Result.AllocTy = MallocLike; in getAllocationSize()
266 return getAllocationData(V, MallocLike, TLI, LookThroughBitCast).hasValue(); in isMallocLikeFn()
271 return getAllocationData(V, MallocLike, GetTLI, LookThroughBitCast) in isMallocLikeFn()