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

References

projects/compiler-rt/lib/profile/InstrProfilingUtil.c
  271   for (Level = 0, Ptr = PathStr + 1; Level < PrefixStrip; ++Ptr) {
  271   for (Level = 0, Ptr = PathStr + 1; Level < PrefixStrip; ++Ptr) {
  272     if (*Ptr == '\0')
  275     if (!IS_DIR_SEPARATOR(*Ptr))
  278     StrippedPathStr = Ptr;