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

References

projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  999             retval = formatter.format(va_arg(ap, int));
 1004               retval = formatter.format(va_arg(ap, long long int));
 1006               retval = formatter.format(va_arg(ap, long int));
 1010             retval = formatter.format(va_arg(ap, long long int));
 1013             retval = formatter.format(va_arg(ap, intmax_t));
 1017             retval = formatter.format(va_arg(ap, size_t));
 1020             retval = formatter.format(va_arg(ap, int));
 1036             retval = formatter.format(va_arg(ap, long double));
 1038             retval = formatter.format(va_arg(ap, double));
 1046           retval = formatter.format(va_arg(ap, int));
 1054           retval = formatter.format(arg);
 1064           retval = formatter.format(va_arg(ap, void *));