Home
last modified time | relevance | path

Searched refs:PrintString (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cpp8 void PrintString(const std::string& msg) const { in PrintString() function in Action
12 PrintString("PrintString called!"); // this line is important in Throw()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DScopedPrinterTest.cpp814 TEST_F(ScopedPrinterTest, PrintString) { in TEST_F() argument