Home
last modified time | relevance | path

Searched defs:Errors (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
H A DErrorCollector.h67 std::vector<Error> Errors; variable
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dtsig.inc.rst148 Errors global() chapter
/netbsd-src/games/hangman/
H A Dextern.c59 int Errors, Wordnum = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst657 StringError
696 Interoperability with std::error_code and ErrorOr
726 Returning Errors from error handlers
749 Using ExitOnError to simplify tool code
801 Using cantFail to simplify safe callsites
835 Fallible constructors
879 Propagating and consuming errors based on types
907 Concatenating Errors with joinErrors
939 Building fallible iterators and iterator ranges
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dparameters.h30 class Errors; variable
H A Derrors.cc41 Errors::Errors(const char* program_name) in Errors() function in gold::Errors
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dparameters.h30 class Errors; variable
H A Derrors.cc41 Errors::Errors(const char* program_name) in Errors() function in gold::Errors
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h237 DirectiveList Errors; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h182 std::vector<ErrorContent> Errors; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp315 unsigned Errors = 0; in emitReplacementWarnings() local
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py50 class Errors: class
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py50 class Errors: class
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp549 AllocationPairVec Errors; in checkDeadSymbols() local
H A DMallocChecker.cpp2593 SmallVector<SymbolRef, 2> Errors; in checkDeadSymbols() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h992 SmallVector<std::string, 2> Errors; in toString() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp321 SmallVector<StoredDiagnostic, 4> Errors; member in __anon08ff66800211::CaptureDiagnosticConsumer
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4009 unsigned Errors = 0; in InferInstructionFlags() local
4073 unsigned Errors = 0; in VerifyInstructionFlags() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp196 std::vector<std::pair<Error, std::string>> Errors; member