Home
last modified time | relevance | path

Searched defs:isError (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStExecutableImage.h129 …address_filter_exception(bool isError, std::string & imageName, const AddressFilter & matchingFilt… in address_filter_exception()
136 inline bool isError() const { return m_isError; } in isError() function
/netbsd-src/usr.bin/make/
H A Darch.c209 bool isError; in Arch_ParseArchive() local
248 bool isError; in Arch_ParseArchive() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h57 bool isError() const { return Id_ == kError; } in isError() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h96 bool isError() { return Error; } in isError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp38 static bool isError(Error *E) { return E && *E; } in isError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h187 bool isError() const { return Kind == Error; } in isError() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1201 static bool isError(const Record &Diag) { in isError() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d142 extern (C++) bool isError(const RootObject o) in isError() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c102 bool isError(RootObject *o) in isError() function
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23406 int isError; /* Error code returned by the function. */ member
24210 char isError; /* An overflow has occurred */ member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12047 bool isError = false; in CheckCompareOperands() local