Searched refs:MallocLike (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 56 MallocLike = 1<<1, // allocates; may return null enumerator 61 MallocOrOpNewLike = MallocLike | OpNewLike, 62 MallocOrCallocLike = MallocLike | OpNewLike | CallocLike | AlignedAllocLike, 118 …{LibFunc_vec_malloc, {MallocLike, 1, 0, -1, -1, MallocFamily::VecMal… 120 …{LibFunc_ZnwjRKSt9nothrow_t, {MallocLike, 2, 0, -1, -1, MallocFamily::CPPNew… 124 …{LibFunc_ZnwmRKSt9nothrow_t, {MallocLike, 2, 0, -1, -1, MallocFamily::CPPNew… 128 …{LibFunc_ZnajRKSt9nothrow_t, {MallocLike, 2, 0, -1, -1, MallocFamily::CPPNew… 136 …{LibFunc_msvc_new_int_nothrow, {MallocLike, 2, 0, -1, -1, MallocFamily::MSVCNe… 140 …{LibFunc_msvc_new_array_int_nothrow, {MallocLike, 2, 0, -1, -1, MallocFamily::MSVCAr… 150 …{LibFunc___kmpc_alloc_shared, {MallocLike, 1, 0, -1, -1, MallocFamily::KmpcAl… [all …]
|