Home
last modified time | relevance | path

Searched defs:FormatError (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DLog.h146 void FormatError(llvm::Error error, llvm::StringRef file, in FormatError() function
/external/antlr/runtime/Ruby/lib/antlr3/
Dtask.rb456 class GrammarFile::FormatError < StandardError class
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb334 class Grammar::FormatError < StandardError class
/external/llvm-project/llvm/unittests/Support/
DFormatVariadicTest.cpp694 TEST(FormatVariadicTest, FormatError) { in TEST() argument
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c259 static WCHAR *FormatError(DWORD code) in FormatError() function
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c241 static TCHAR *FormatError(DWORD code) in FormatError() function
/external/python/cpython2/Lib/
Dmailbox.py2239 class FormatError(Error): class
/external/python/cpython3/Lib/
Dmailbox.py2150 class FormatError(Error): class