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/
H A 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/
H A 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
H A DTGLexer.cpp785 PrintWarning(getLoc(), in lexPreprocessor()
/third_party/node/src/large_pages/
H A Dnode_large_page.cc129 inline void PrintWarning(const char* warn) { in PrintWarning() function
134 PrintWarning(strerror(error)); in PrintSystemError()
271 PrintWarning("could not open /sys/kernel/mm/transparent_hugepage/enabled"); in IsTransparentHugePagesEnabled()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A 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

Completed in 7 milliseconds