Home
last modified time | relevance | path

Searched defs:PrintError (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DError.cpp58 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError() function
62 void PrintError(const char *Loc, const Twine &Msg) { in PrintError() function
66 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; } in PrintError() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h372 inline void PrintError(const char* msg) { PrintMessage(CONSOLE_COLOR::ERROR_, msg); } in PrintError() function
373 inline void PrintError(const wchar_t* msg) { PrintMessage(CONSOLE_COLOR::ERROR_, msg); } in PrintError() function
/third_party/python/Modules/_ctypes/
Dcallbacks.c82 PrintError(const char *msg, ...) in PrintError() function
/third_party/node/tools/
Dtest.py726 def PrintError(str): function
/third_party/json/third_party/cpplint/
Dcpplint.py1105 def PrintError(self, message): member in _CppLintState