| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 62 bool hadError : 1; variable 127 assert(!hadError && "cannot reliably get the literal digits with an error"); in getLiteralDigits() 200 bool hadError() const { return HadError; } in hadError() function 242 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) { in SM() 247 bool hadError; variable
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 860 hadError = false; in NumericLiteralParser() 869 hadError = true; in NumericLiteralParser() 875 if (hadError) in NumericLiteralParser() 884 if (hadError) in NumericLiteralParser() 1103 hadError = true; in NumericLiteralParser() 1126 hadError = true; in ParseDecimalOrOctalCommon() 1150 if (!hadError) { in ParseDecimalOrOctalCommon() 1203 hadError = true; in checkSeparator() 1244 hadError = true; in ParseNumberStartingWithZero() 1863 hadError = false; in init() [all …]
|
| H A D | PPExpressions.cpp | 303 if (Literal.hadError) in EvaluateValue() 389 if (Literal.hadError()) in EvaluateValue()
|
| H A D | Preprocessor.cpp | 1384 if (Literal.hadError) in FinishLexStringLiteral() 1407 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
|
| H A D | Pragma.cpp | 765 if (Literal.hadError) in LexModuleNameComponent() 1090 if (Literal.hadError) in HandlePragma()
|
| H A D | PPDirectives.cpp | 1436 if (Literal.hadError) { in HandleLineDirective() 1587 if (Literal.hadError) { in HandleDigitDirective()
|
| H A D | PPMacroExpansion.cpp | 1865 if (Literal.hadError) in ExpandBuiltinMacro()
|
| H A D | ModuleMap.cpp | 1616 if (StringLiteral.hadError) in consumeToken()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 593 hadError = true; in PerformEmptyInit() 861 if (hadError) in FillInEmptyInitializations() 1066 hadError = true; in CheckImplicitInitList() 1207 if (hadError) in CheckExplicitInitList() 1317 hadError = true; in CheckListElementTypes() 1324 hadError = true; in CheckListElementTypes() 1334 hadError = true; in CheckListElementTypes() 1506 hadError = true; in CheckSubElementType() 1591 hadError = true; in CheckScalarType() 1640 hadError = true; in CheckReferenceType() [all …]
|
| H A D | SemaExpr.cpp | 1862 if (Literal.hadError) in ActOnStringLiteral() 3627 if (Literal.hadError()) in ActOnCharacterConstant() 3768 if (Literal.hadError) in ActOnNumericConstant()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRModule.h | 334 bool getHadError() { return hadError; } in getHadError() 350 bool hadError = false; variable
|
| H A D | IRCore.cpp | 554 pyHandler->hadError = true; in attachDiagnosticHandler()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 787 assert(getContext().hadError() || in writeSectionData() 838 if (getContext().hadError()) in layout()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 847 bool hadError() { return HadError; } in hadError() function
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 281 if (Literal.hadError) in ReadOriginalFileName()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 482 bool hadError() const { return State == IES_ERROR; } in hadError() function in __anonad53f99c0111::X86AsmParser::IntelExprStateMachine 2167 if (SM.hadError()) in ParseIntelExpression()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 2677 if (Literal.hadError) in ParseUnqualifiedIdOperator()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 4340 bool hadError = cxtu::getASTUnit(TU)->Save(FileName); in clang_saveTranslationUnit_Impl() local 4341 return hadError ? CXSaveError_Unknown : CXSaveError_None; in clang_saveTranslationUnit_Impl()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1080 return HadError || getContext().hadError(); in Run()
|
| H A D | MasmParser.cpp | 1434 return HadError || getContext().hadError(); in Run()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 3123 if (Streamer->getContext().hadError()) { in emitAndLink()
|