reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/MemoryBuiltins.cpp
  237   return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue();
  259   return getAllocationData(V, MallocLike, TLI, LookThroughBitCast).hasValue();
  272   return getAllocationData(V, CallocLike, TLI, LookThroughBitCast).hasValue();
  279   return getAllocationData(V, MallocOrCallocLike, TLI,
  287   return getAllocationData(V, AllocLike, TLI, LookThroughBitCast).hasValue();
  294   return getAllocationData(V, ReallocLike, TLI, LookThroughBitCast).hasValue();
  307   return getAllocationData(V, OpNewLike, TLI, LookThroughBitCast).hasValue();
  314   return getAllocationData(V, StrDupLike, TLI, LookThroughBitCast).hasValue();