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
  178   internal_memset(dir, 0, sizeof(*dir));
  178   internal_memset(dir, 0, sizeof(*dir));
  179   dir->argIdx = -1;
  186     dir->begin = p;
  197     p = maybe_parse_param_index(p, &dir->argIdx);
  201       dir->suppressed = true;
  206       p = parse_number(p, &dir->fieldWidth);
  208       if (dir->fieldWidth <= 0)  // Width if at all must be non-zero
  213       dir->allocate = true;
  217     p = maybe_parse_length_modifier(p, dir->lengthModifier);
  219     dir->convSpecifier = *p++;
  221     if (dir->convSpecifier == '[') {
  236     if (allowGnuMalloc && dir->convSpecifier == 'a' &&
  237         !dir->lengthModifier[0]) {
  239         dir->maybeGnuMalloc = true;
  256         dir->maybeGnuMalloc = true;
  259     dir->end = p;