Searched refs:hasError (Results 1 – 11 of 11) sorted by relevance
47 if (LHSResult.hasError()) in evaluate()57 if (RHSResult.hasError()) in evaluate()102 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult145 assert(R.hasError() && "Not an error result."); in handleError()239 if (OpIdxExpr.hasError()) in evalDecodeOperand()490 if (SubExprResult.hasError()) in evalParensExpr()513 if (ReadSizeExpr.hasError()) in evalLoadExpr()528 if (LoadAddrExprResult.hasError()) in evalLoadExpr()566 if (SubExprResult.hasError()) in evalSimpleExpr()596 if (HighBitExpr.hasError()) in evalSliceExpr()[all …]
432 bool hasError() { return HasError; } in hasError() function
927 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld
271 if (Dyld.hasError()) in printLineInfoForInput()366 if (Dyld.hasError()) { in executeInput()647 if (Dyld.hasError()) { in linkAndVerify()663 if (Dyld.hasError()) { in linkAndVerify()
65 if (Reader->hasError()) in mergeInstrProfile()178 if (Reader->hasError()) in showInstrProfile()
84 if (TP.hasError()) in FillWithPossibleTypes()166 if (InVT.isCompletelyUnknown() || *this == InVT || TP.hasError()) in MergeInTypeInfo()247 if (TP.hasError()) in EnforceInteger()272 if (TP.hasError()) in EnforceFloatingPoint()298 if (TP.hasError()) in EnforceScalar()325 if (TP.hasError()) in EnforceVector()356 if (TP.hasError()) in EnforceSmallerThan()399 if (TP.hasError()) in EnforceSmallerThan()491 if (TP.hasError()) in EnforceVectorEltTypeIs()537 if (TP.hasError()) in EnforceVectorSubVectorTypeIs()[all …]
615 bool hasError() const { in hasError() function
219 bool hasError();
116 if (Dyld.hasError()) in addObjectFile()211 if (Dyld.hasError()) in generateCodeForModule()
81 bool hasError() { return LastError && !isEOF(); } in hasError() function
3547 bool hasError = false; in checkReturnWithRetEffect() local3553 hasError = true; in checkReturnWithRetEffect()3560 hasError = true; in checkReturnWithRetEffect()3564 if (hasError) { in checkReturnWithRetEffect()