Home
last modified time | relevance | path

Searched defs:PrintWarning (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DError.cpp48 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning() function
52 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() function
56 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; } in PrintWarning() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h370 inline void PrintWarning(const char* msg) { PrintMessage(CONSOLE_COLOR::WARNING, msg); } in PrintWarning() function
371 inline void PrintWarning(const wchar_t* msg) { PrintMessage(CONSOLE_COLOR::WARNING, msg); } in PrintWarning() function
/third_party/node/src/large_pages/
Dnode_large_page.cc124 inline void PrintWarning(const char* warn) { in PrintWarning() function