Home
last modified time | relevance | path

Searched defs:Sprintf (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DVASprintfTest.cpp25 static bool Sprintf(llvm::SmallVectorImpl<char> &Buffer, const char *Fmt, ...) { in Sprintf() function
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp533 static std::string Sprintf(const char *format, ...) { in Sprintf() function