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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
  491   bool HasStr2 = getConstantStringInfo(Str2P, Str2);
  496     StringRef SubStr2 = Str2.substr(0, Length);
  504   if (HasStr2 && Str2.empty()) // strncmp(x, "", n) -> *x