Home
last modified time | relevance | path

Searched defs:hasError (Results 1 – 13 of 13) 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.cpp101 bool hasError() const { return Err.has_value(); } in hasError() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h125 bool hasError() const { in hasError() function
H A DExecutionEngine.h281 bool hasError() const { return !ErrMsg.empty(); } in hasError() function
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp810 bool CrossTranslationUnitContext::hasError(const Decl *ToDecl) const { in hasError() function in clang::cross_tu::CrossTranslationUnitContext
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h573 bool hasError() { return HasError; } in hasError() function
H A DRuntimeDyldChecker.cpp123 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
H A DRuntimeDyld.cpp1422 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h196 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h982 bool hasError() const { return HasError; } in hasError() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp278 bool hasError() { return NumReported; } in hasError() function in __anon8b3074050111::MachineVerifier::ReportedErrors
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1409 bool hasError; in VisitObjCTypeParamType() local
H A DASTContext.cpp6199 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers()
6283 bool hasError; in getObjCTypeParamType() local