Searched defs:isError (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h92 bool isError() { return Error; } function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp24 static bool isError(Error *E) { return E && *E; } function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h183 bool isError() const { return Kind == Error; } function in struct:llvm::MIToken
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1178 static bool isError(const Record &Diag) { function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11121 bool isError = false; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12798 int isError; /* Error code returned by the function. */ member in struct:sqlite3_context
130944 int isError = 0; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21322 int isError; /* Error code returned by the function. */ member in struct:sqlite3_context
22071 char isError; /* An overflow has occurred */ member in struct:DateTime
198250 int isError = 0; local
[all...]

Completed in 1204 milliseconds