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

References

lib/Support/PrettyStackTrace.cpp
  221   va_list AP;
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  274   va_list ap;
projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
  967                          va_list ap) {
 1116   va_list ap;
 1128   va_list ap;
projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
  129               const char *format, va_list args) {
  249                                               va_list args) {
  250   va_list args2;
  307                                       va_list args) {
  319   va_list args;
  328   va_list args;
  340   va_list args;
  350   va_list args;
projects/openmp/runtime/src/kmp.h
 3469                            va_list *ap
projects/openmp/runtime/src/kmp_csupport.cpp
  287     va_list ap;
  377   va_list ap;
projects/openmp/runtime/src/kmp_debug.cpp
   30   va_list ap;
projects/openmp/runtime/src/kmp_gsupport.cpp
  375   va_list ap;
 1773 template <typename T> void __kmp_GOMP_doacross_wait(T first, va_list args) {
 1817   va_list args;
 1832   va_list args;
projects/openmp/runtime/src/kmp_i18n.cpp
   40                       va_list ap);
  626   va_list args;
  788 void __kmp_msg(kmp_msg_severity_t severity, kmp_msg_t message, va_list args) {
  853   va_list args;
  860   va_list args;
projects/openmp/runtime/src/kmp_io.cpp
  131 void __kmp_vprintf(enum kmp_io out_stream, char const *format, va_list ap) {
  201   va_list ap;
  212   va_list ap;
  221   va_list ap;
projects/openmp/runtime/src/kmp_io.h
   28 extern void __kmp_vprintf(enum kmp_io stream, char const *format, va_list ap);
projects/openmp/runtime/src/kmp_itt.cpp
   96 extern "C" void __itt_error_handler(__itt_error_code err, va_list args) {
projects/openmp/runtime/src/kmp_runtime.cpp
  331   va_list ap;
  394   va_list ap;
 1394                     va_list *ap
projects/openmp/runtime/src/kmp_str.cpp
  161                          va_list args) {
  181       va_list _args;
  221   va_list args;
  403   va_list args;
projects/openmp/runtime/src/kmp_str.h
   55                          va_list args);
projects/openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
 4044 typedef void (__itt_error_handler_t)(__itt_error_code code, va_list);
 4054 void __itt_error_handler(__itt_error_code code, va_list args);
projects/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp
  266     va_list args;
projects/openmp/runtime/src/z_Linux_util.cpp
 1835   va_list args;
tools/lldb/include/lldb/Host/File.h
  306   virtual size_t PrintfVarArg(const char *format, va_list args);
  411   size_t PrintfVarArg(const char *format, va_list args) override;
tools/lldb/include/lldb/Host/Host.h
  111   static void SystemLog(SystemLogType type, const char *format, va_list args);
tools/lldb/include/lldb/Utility/Log.h
  170   void VAPrintf(const char *format, va_list args);
  171   void VAError(const char *format, va_list args);
tools/lldb/include/lldb/Utility/Status.h
  172   int SetErrorStringWithVarArg(const char *format, va_list args);
tools/lldb/include/lldb/Utility/Stream.h
  420   size_t PrintfVarArg(const char *format, va_list args);
tools/lldb/include/lldb/Utility/VASPrintf.h
   17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
tools/lldb/source/API/SBCommandReturnObject.cpp
  343   va_list args;
tools/lldb/source/API/SBError.cpp
  133   va_list args;
tools/lldb/source/API/SBStream.cpp
   66   va_list args;
tools/lldb/source/Core/IOHandler.cpp
  989     va_list args;
tools/lldb/source/Core/Module.cpp
 1090     va_list args;
 1122         va_list args;
 1148     va_list args;
 1168     va_list args;
 1181     va_list args;
tools/lldb/source/Expression/DiagnosticManager.cpp
   63   va_list args;
tools/lldb/source/Host/common/File.cpp
  206   va_list args;
  213 size_t File::PrintfVarArg(const char *format, va_list args) {
  725 size_t NativeFile::PrintfVarArg(const char *format, va_list args) {
tools/lldb/source/Host/common/Host.cpp
  289 void Host::SystemLog(SystemLogType type, const char *format, va_list args) {
  296   va_list args;
tools/lldb/source/Host/common/XML.cpp
   37   va_list args;
tools/lldb/source/Interpreter/CommandReturnObject.cpp
   43   va_list args;
   60   va_list args;
   72   va_list args;
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  535   va_list args;
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
 2159     va_list args;
 2181     va_list args;
tools/lldb/source/Target/Process.cpp
 5693     va_list args;
tools/lldb/source/Utility/Log.cpp
  122   va_list args;
  131 void Log::VAPrintf(const char *format, va_list args) {
  146   va_list args;
  152 void Log::VAError(const char *format, va_list args) {
  164   va_list args;
  173   va_list args;
tools/lldb/source/Utility/Status.cpp
   52   va_list args;
  201     va_list args;
  255     va_list args;
  266 int Status::SetErrorStringWithVarArg(const char *format, va_list args) {
tools/lldb/source/Utility/Stream.cpp
  107   va_list args;
  115 size_t Stream::PrintfVarArg(const char *format, va_list args) {
  245   va_list args;
tools/lldb/source/Utility/Timer.cpp
   65     va_list args;
tools/lldb/source/Utility/VASprintf.cpp
   20                              va_list args) {
   25   va_list copy_args;
tools/lldb/tools/lldb-vscode/VSCode.cpp
  222   va_list args;
tools/lldb/unittests/Utility/VASprintfTest.cpp
   26   va_list args;
unittests/ADT/DAGDeltaAlgorithmTest.cpp
   40   va_list ap;
unittests/ADT/DeltaAlgorithmTest.cpp
   55   va_list ap;
unittests/ADT/SmallVectorTest.cpp
  175     va_list ap;
usr/include/curses.h
  809 extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list);	/* implemented */
usr/include/python2.7/modsupport.h
   35 PyAPI_FUNC(int) PyArg_VaParse(PyObject *, const char *, va_list);
   37                                                   const char *, char **, va_list);
usr/include/python2.7/pyerrors.h
  323 PyAPI_FUNC(int) PyOS_vsnprintf(char *str, size_t size, const char  *format, va_list va)
usr/include/python2.7/unicodeobject.h
  556 PyAPI_FUNC(PyObject *) PyUnicode_FromFormatV(const char*, va_list);
utils/benchmark/src/colorprint.cc
   85 std::string FormatString(const char* msg, va_list args) {
   87   va_list args_cp;
  114   va_list args;
  122   va_list args;
  129                  va_list args) {
utils/benchmark/src/colorprint.h
   20 std::string FormatString(const char* msg, va_list args);
   24                  va_list args);
utils/benchmark/src/console_reporter.cc
   95   va_list args;
utils/benchmark/src/string_util.cc
  125 std::string StrFormatImp(const char* msg, va_list args) {
  127   va_list args_cp;
  156   va_list args;
utils/unittest/googletest/src/gtest.cc
 2957   va_list args;