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
  310     p = scanf_parse_next(p, allowGnuMalloc, &dir);
  313     if (dir.convSpecifier == 0) {
  319     if (dir.argIdx != -1) {
  323     if (dir.suppressed)
  325     int size = scanf_get_value_size(&dir);
  328              SanitizerToolName, "%.*s\n", dir.end - dir.begin, dir.begin);
  328              SanitizerToolName, "%.*s\n", dir.end - dir.begin, dir.begin);
  328              SanitizerToolName, "%.*s\n", dir.end - dir.begin, dir.begin);
  332     if (dir.convSpecifier != 'n')