Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DCoverageMappingReader.h200 bool hasError() { return LastError && !isEOF(); } in hasError() function
H A DInstrProfReader.h91 bool hasError() { return LastError && !isEOF(); } in hasError() function
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h401 bool hasError() { return HasError; } in hasError() function
H A DRuntimeDyld.cpp848 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld
H A DRuntimeDyldChecker.cpp102 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
/minix3/external/bsd/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp1289 bool hasError = false; in main() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h601 bool hasError() const { in hasError() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp3394 bool hasError = false; in checkReturnWithRetEffect() local