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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
   62   if (!filepath) return nullptr;
   63   if (!strip_path_prefix) return filepath;
   64   const char *res = filepath;
   65   if (const char *pos = internal_strstr(filepath, strip_path_prefix))