Home
last modified time | relevance | path

Searched refs:PrintWarning (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DError.h24 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg);
25 void PrintWarning(const char *Loc, const Twine &Msg);
26 void PrintWarning(const Twine &Msg);
/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
DTGLexer.cpp785 PrintWarning(getLoc(), in lexPreprocessor()
/third_party/node/src/large_pages/
Dnode_large_page.cc124 inline void PrintWarning(const char* warn) { in PrintWarning() function
129 PrintWarning(strerror(error)); in PrintSystemError()
266 PrintWarning("could not open /sys/kernel/mm/transparent_hugepage/enabled"); in IsTransparentHugePagesEnabled()
/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