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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
  162     cur += have_z;
  163     bool have_ll = !have_z && (cur[0] == 'l' && cur[1] == 'l');
  167     const bool have_length = have_z || have_ll;
  174              : have_z ? va_arg(args, sptr)
  184              : have_z ? va_arg(args, uptr)