Searched refs:MallocLike (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp35 MallocLike = 1<<1 | OpNewLike, // allocates; may return null enumerator in enum:AllocType
39 AllocLike = MallocLike | CallocLike | StrDupLike,
54 {LibFunc::malloc, MallocLike, 1, 0, -1},
55 {LibFunc::valloc, MallocLike, 1, 0, -1},
57 {LibFunc::ZnwjRKSt9nothrow_t, MallocLike, 2, 0, -1}, // new(unsigned int, nothrow)
59 {LibFunc::ZnwmRKSt9nothrow_t, MallocLike, 2, 0, -1}, // new(unsigned long, nothrow)
61 {LibFunc::ZnajRKSt9nothrow_t, MallocLike, 2, 0, -1}, // new[](unsigned int, nothrow)
63 {LibFunc::ZnamRKSt9nothrow_t, MallocLike, 2, 0, -1}, // new[](unsigned long, nothrow)
169 return getAllocationData(V, MallocLike, TLI, LookThroughBitCast);

Completed in 90 milliseconds