Searched refs:MallocLike (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 55 MallocLike = 1<<1 | OpNewLike, // allocates; may return null enumerator 59 MallocOrCallocLike = MallocLike | CallocLike, 60 AllocLike = MallocLike | CallocLike | StrDupLike, 74 {LibFunc_malloc, {MallocLike, 1, 0, -1}}, 75 {LibFunc_valloc, {MallocLike, 1, 0, -1}}, 80 {MallocLike, 3, 0, -1}}, 85 {MallocLike, 3, 0, -1}}, 90 {MallocLike, 3, 0, -1}}, 95 {MallocLike, 3, 0, -1}}, 208 Result.AllocTy = MallocLike; in getAllocationSize() [all …]
|