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

References

lib/Analysis/MemoryBuiltins.cpp
   59   AllocLike          = MallocLike | CallocLike | StrDupLike,
  106   {LibFunc_strdup,              {StrDupLike,  1, -1, -1}},
  107   {LibFunc_strndup,             {StrDupLike,  2, 1,  -1}}
  314   return getAllocationData(V, StrDupLike, TLI, LookThroughBitCast).hasValue();
  670   if (FnData->AllocTy == StrDupLike) {
  935   if (FnData->AllocTy == StrDupLike) {