Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 bool hasError() const { return !Error.empty(); } in hasError() function
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.has_value(); } in hasError() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h124 bool hasError() const { in hasError() function
H A DExecutionEngine.h280 bool hasError() const { return !ErrMsg.empty(); } in hasError() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h181 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp809 bool CrossTranslationUnitContext::hasError(const Decl *ToDecl) const { in hasError() function in clang::cross_tu::CrossTranslationUnitContext
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h562 bool hasError() { return HasError; } in hasError() function
H A DRuntimeDyldChecker.cpp106 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
H A DRuntimeDyld.cpp1408 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h968 bool hasError() const { in hasError() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1280 bool hasError; in VisitObjCTypeParamType() local
H A DASTContext.cpp5385 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers()
5469 bool hasError; in getObjCTypeParamType() local