Home
last modified time | relevance | path

Searched refs:MallocOrOpNewLike (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp57 MallocOrOpNewLike = MallocLike | OpNewLike, enumerator
58 AllocLike = MallocOrOpNewLike | StrDupLike,
308 return getAllocationData(V, MallocOrOpNewLike, TLI).has_value(); in isMallocOrCallocLikeFn()
436 if (getAllocationData(Alloc, MallocOrOpNewLike, TLI).has_value()) in getInitialValueOfAllocation()