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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cpp
  124     if (end == 0)
  125       end = line + internal_strlen(line);
  126     if (line != end && line[0] != '#') {
  127       const char *end2 = end;
  151     if (end[0] == 0)
  153     line = end + 1;