Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/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/angle/build/
Dmac_toolchain.py104 def PrintError(message): function
Dcheck_gn_headers.py207 def PrintError(msg): function
/external/cronet/stable/build/
Dmac_toolchain.py100 def PrintError(message): function
Dcheck_gn_headers.py189 def PrintError(msg): function
/external/cronet/tot/build/
Dmac_toolchain.py100 def PrintError(message): function
Dcheck_gn_headers.py189 def PrintError(msg): function
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp49 static void PrintError(const char *message) in PrintError() function
/external/libchrome/build/
Dcheck_gn_headers.py186 def PrintError(msg): function
/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dprint.rs53 pub struct PrintError(PrintErrorInner); struct
55 impl From<fmt::Error> for PrintError { implementation
470 fn print_regular_message(&mut self, message: &MessageRef) -> Result<(), PrintError> { in print_regular_message() argument
/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.h311 inline void PrintError(const char* msg) { PrintMessage(CONSOLE_COLOR::ERROR_, msg); } in PrintError() function
312 inline void PrintError(const wchar_t* msg) { PrintMessage(CONSOLE_COLOR::ERROR_, msg); } in PrintError() function
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp160 static void PrintError(const char *s) in PrintError() function
/external/lzma/C/Util/Lzma/
DLzmaUtil.c40 static int PrintError(const char *message) in PrintError() function
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp145 static void PrintError(const char *message) in PrintError() function
153 static void PrintError(const char *message, const FString &name) in PrintError() function
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c85 PrintError(const char *msg, ...) in PrintError() function
/external/lzma/C/Util/7z/
D7zMain.c483 static void PrintError(char *s) in PrintError() function
/external/tinyxml2/
Dtinyxml2.cpp2552 void XMLDocument::PrintError() const in PrintError() function in tinyxml2::XMLDocument