Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_exceptions_test.cc8 void PrintString(const std::string& msg) const { in PrintString() function in Action
12 PrintString("PrintString called!"); // this line is important in Throw()
/netbsd-src/external/mit/lua/dist/src/
H A Dluac.c222 static void PrintString(const TString* ts) in PrintString() function
327 PrintString(tsvalue(o)); in PrintConstant()