Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/TableGen/
DError.cpp101 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; } in PrintError() function
103 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError() function
107 void PrintError(const char *Loc, const Twine &Msg) { in PrintError() function
113 void PrintError(const Record *Rec, const Twine &Msg) { in PrintError() function
119 void PrintError(const RecordVal *RecVal, const Twine &Msg) { in PrintError() function
/external/llvm/lib/TableGen/
DError.cpp54 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError() function
58 void PrintError(const char *Loc, const Twine &Msg) { in PrintError() function
62 void PrintError(const Twine &Msg) { in PrintError() function
/external/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
/external/starlark-go/repl/
Drepl.go145 func PrintError(err error) { func
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp40 static void PrintError(const char *message) in PrintError() function
/external/libchrome/build/
Dcheck_gn_headers.py186 def PrintError(msg): function
/external/llvm-project/llvm/tools/dsymutil/
DCFBundle.cpp151 auto PrintError = [&](CFTypeID TypeID) { in getBundleInfo() local
/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.h312 inline void PrintError(const char* msg) { PrintMessage(CONSOLE_COLOR::ERROR_, msg); } in PrintError() function
313 inline void PrintError(const wchar_t* msg) { PrintMessage(CONSOLE_COLOR::ERROR_, msg); } in PrintError() function
/external/lzma/C/Util/Lzma/
DLzmaUtil.c32 static int PrintError(char *buffer, const char *message) in PrintError() function
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp121 static void PrintError(const char *message) in PrintError() function
129 static void PrintError(const char *message, const FString &name) in PrintError() function
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c82 PrintError(const char *msg, ...) in PrintError() function
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c86 PrintError(char *msg, ...) in PrintError() function
/external/lzma/C/Util/7z/
D7zMain.c350 static void PrintError(char *s) in PrintError() function
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp151 static void PrintError(const char *s) in PrintError() function
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp572 static void PrintError(const char *s) in PrintError() function
/external/tinyxml2/
Dtinyxml2.cpp2473 void XMLDocument::PrintError() const in PrintError() function in tinyxml2::XMLDocument