Home
last modified time | relevance | path

Searched refs:ReportError (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/flang/include/flang/Common/
H A Dformat.h103 void ReportError(const char *text) { ReportError(text, token_); } in ENUM_CLASS()
234 ReportError("Integer overflow in format expression"); in NextToken()
252 ReportError("Unterminated 'H' edit descriptor"); in NextToken()
415 ReportError("Unexpected ',' in format expression"); in NextToken()
437 ReportError("Unterminated string"); in NextToken()
443 ReportError("Unterminated format expression"); in NextToken()
557 ReportError("Empty format expression"); in Check()
690 ReportError( in Check()
819 ReportError( in Check()
844 ReportError( // C1303 in Check()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_report.cpp219 in_report.ReportError(error); in ReportDeadlySignal()
225 in_report.ReportError(error); in ReportDoubleFree()
234 in_report.ReportError(error); in ReportNewDeleteTypeMismatch()
240 in_report.ReportError(error); in ReportFreeNotMalloced()
249 in_report.ReportError(error); in ReportAllocTypeMismatch()
255 in_report.ReportError(error); in ReportMallocUsableSizeNotOwned()
263 in_report.ReportError(error); in ReportSanitizerGetAllocatedSizeNotOwned()
269 in_report.ReportError(error); in ReportCallocOverflow()
276 in_report.ReportError(error); in ReportReallocArrayOverflow()
282 in_report.ReportError(error); in ReportPvallocOverflow()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { in read() local
47 return ReportError("Expected 'kind mangled_name mangled_name', " in read()
57 return ReportError("Invalid kind, expected 'name', 'type', or 'encoding'," in read()
66 return ReportError("Manglings '" + Parts[1] + "' and '" + Parts[2] + "' " in read()
71 return ReportError("Could not demangle '" + Parts[1] + "' " in read()
75 return ReportError("Could not demangle '" + Parts[2] + "' " in read()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h72 void setErrorReporter(unique_function<void(Error)> ReportError) { in setErrorReporter() argument
73 S.ReportError = std::move(ReportError); in setErrorReporter()
96 if (!Server->ReportError) in Create()
97 Server->ReportError = [](Error Err) { in Create()
123 void setErrorReporter(ReportErrorFunction ReportError) { in setErrorReporter() argument
124 this->ReportError = std::move(ReportError); in setErrorReporter()
172 ReportErrorFunction ReportError; variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCFragment.cpp104 bool ReportError, uint64_t &Val) { in getLabelOffset() argument
106 if (ReportError) in getLabelOffset()
116 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl() argument
118 return getLabelOffset(Layout, S, ReportError, Val); in getSymbolOffsetImpl()
135 if (!getSymbolOffsetImpl(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl()
143 if (!getSymbolOffsetImpl(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp573 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local
593 ReportError( in verifyDebugInfoAttribute()
599 ReportError("DIE has invalid DW_AT_ranges encoding:"); in verifyDebugInfoAttribute()
609 ReportError("DIE has invalid DW_AT_stmt_list encoding:"); in verifyDebugInfoAttribute()
640 ReportError(toString(std::move(Err))); in verifyDebugInfoAttribute()
668 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
683 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
689 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
696 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
702 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp226 void ReportError(QualType T);
247 ReportError(T); in Visit()
258 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp91 Debugger::ReportError("bar", debugger_sp->GetID()); in TEST_F()
121 Debugger::ReportError("baz"); in TEST_F()
/llvm-project-15.0.7/lld/wasm/
H A DConfig.h21 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
H A DRelocations.cpp49 case UnresolvedPolicy::ReportError: in reportUndefined()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp272 Debugger::ReportError( in ParseCIE()
291 Debugger::ReportError(llvm::formatv( in ParseCIE()
455 Debugger::ReportError(llvm::formatv("Invalid fde/cie next entry offset " in GetFDEIndex()
487 Debugger::ReportError(llvm::formatv("Invalid cie offset of {0:x} " in GetFDEIndex()
515 Debugger::ReportError(llvm::formatv( in GetFDEIndex()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp467 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
486 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
526 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData()
551 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable()
625 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
H A DSymbolFileDWARFDebugMap.cpp348 m_objfile_sp->GetModule()->ReportError( in InitOSO()
364 m_objfile_sp->GetModule()->ReportError( in InitOSO()
369 m_objfile_sp->GetModule()->ReportError( in InitOSO()
374 m_objfile_sp->GetModule()->ReportError( in InitOSO()
379 m_objfile_sp->GetModule()->ReportError( in InitOSO()
421 obj_file->GetModule()->ReportError( in GetModuleByCompUnitInfo()
H A DDWARFDebugInfoEntry.cpp61 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
191 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
216 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
H A DDWARFFormValue.cpp514 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
526 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
H A DDWARFASTParserClang.cpp279 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in PrepareContextToReceiveMembers()
521 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseTypeFromDWARF()
856 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseEnum()
1018 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseSubroutine()
1428 module_sp->ReportError("0x%8.8x: DW_TAG_inheritance failed to " in ParseInheritance()
1774 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseStructureLikeDIE()
2571 module_sp->ReportError( in ParseObjCProperty()
2578 module_sp->ReportError("0x%8.8" PRIx64 in ParseObjCProperty()
2711 module_sp->ReportError( in ParseSingleMember()
2716 module_sp->ReportError( in ParseSingleMember()
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp256 ReportError(std::move(Err)); in handleCallWrapper()
279 ReportError(std::move(Err)); in doJITDispatch()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1470 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter() argument
1471 this->ReportError = std::move(ReportError); in setErrorReporter()
1478 void reportError(Error Err) { ReportError(std::move(Err)); } in reportError()
1747 ErrorReporter ReportError = logErrorsToStdErr; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1162 Debugger::ReportError(std::string(strm.GetString())); in ReportErrorIfModifyDetected()
1168 void Module::ReportError(const char *format, ...) { in ReportError() function in Module
1179 Debugger::ReportError(std::string(strm.GetString())); in ReportError()
1283 ReportError("failed to load objfile for %s", in GetObjectFile()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h65 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DOrc.h483 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h429 ReportError(std::string messsage,
H A DModule.h812 void ReportError(const char *format, ...)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1255 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMembers()
1365 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordBases()
1424 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMethod()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp473 Debugger::ReportError( in PerformAction()
890 Debugger::ReportError(strm.GetString().str(), in PerformAction()

12