Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 bool hasError() const { return !Error.empty(); } in hasError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.hasValue(); } in hasError() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h124 bool hasError() const { in hasError() function
H A DExecutionEngine.h281 bool hasError() const { return !ErrMsg.empty(); } in hasError() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h131 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h558 bool hasError() { return HasError; } in hasError() function
H A DRuntimeDyldChecker.cpp105 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
H A DRuntimeDyld.cpp1381 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h960 bool hasError() const { in hasError() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1269 bool hasError; in VisitObjCTypeParamType() local
H A DASTContext.cpp5165 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers()
5249 bool hasError; in getObjCTypeParamType() local