Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Tosa/Utils/
H A DShapeUtils.h169 bool hasError; member
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 bool hasError() const { return !Error.empty(); } in hasError() function
/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.has_value(); } in hasError() function
/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
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h189 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } hasError() function
/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp809 bool CrossTranslationUnitContext::hasError(const Decl *ToDecl) const { in hasError() function in clang::cross_tu::CrossTranslationUnitContext
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h568 bool hasError() { return HasError; } hasError() function
H A DRuntimeDyldChecker.cpp126 bool hasError() const { return ErrorMsg != ""; } hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
[all...]
H A DRuntimeDyld.cpp1408 bool RuntimeDyld::hasError() { return Dyld->hasError(); } hasError() function in llvm::RuntimeDyld
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h968 bool hasError() const { return HasError; } hasError() function
/llvm-project/clang/lib/AST/
H A DType.cpp1364 bool hasError; VisitObjCTypeParamType() local
H A DASTContext.cpp5490 applyObjCProtocolQualifiers(QualType type,ArrayRef<ObjCProtocolDecl * > protocols,bool & hasError,bool allowOnPointerType) const applyObjCProtocolQualifiers() argument
5574 bool hasError; getObjCTypeParamType() local