Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 bool hasError() const { return !Error.empty(); } in hasError() function
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.has_value(); } in hasError() function
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h568 bool hasError() { return HasError; } in hasError() function
H A DRuntimeDyldChecker.cpp126 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
H A DRuntimeDyld.cpp1407 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h189 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h968 bool hasError() const { return HasError; } in hasError() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1364 bool hasError; in VisitObjCTypeParamType() local
H A DASTContext.cpp5780 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers()
5864 bool hasError; in getObjCTypeParamType() local