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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_format.inc
  247         if (*q == '^')
  248           ++q;
  249         if (*q == ']')
  250           ++q;
  251         while (*q && *q != ']' && *q != '%')
  251         while (*q && *q != ']' && *q != '%')
  251         while (*q && *q != ']' && *q != '%')
  252           ++q;
  253         if (*q == 0 || *q == '%')
  253         if (*q == 0 || *q == '%')
  255         p = q + 1; // Consume the closing ']'.