Home
last modified time | relevance | path

Searched refs:LogWarningOrError (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompilergcc.cpp1383 LogWarningOrError(cltError, 0, wxEmptyString, wxEmptyString, err); in DoRunQueue()
1390 LogWarningOrError(cltNormal, 0, wxEmptyString, wxEmptyString, in DoRunQueue()
1780LogWarningOrError(cltNormal, 0, wxEmptyString, wxEmptyString, wxT("=== ") + banner + wxT(" ===")); in PrintBanner()
3032LogWarningOrError(cltError, m_pProject, pf->relativeToCommonTopLevelPath, wxEmptyString, err); in CompileFile()
3067 LogWarningOrError(cltError, project, pf->relativeToCommonTopLevelPath, wxEmptyString, err); in CompileFileDefault()
3571LogWarningOrError(cltNormal, 0, wxEmptyString, wxEmptyString, _("More errors follow but not being … in AddOutputLine()
3602LogWarningOrError(clt, m_pBuildingProject, last_error_filename, compiler->GetLastErrorLine(), msg); in AddOutputLine()
3647 LogWarningOrError(lt, 0, wxEmptyString, wxEmptyString, msg); in LogMessage()
3652 LogWarningOrError(lt, nullptr, wxEmptyString, wxEmptyString, msg); in LogMessage()
3658 LogWarningOrError(cltError, nullptr, wxEmptyString, wxEmptyString, msg); in LogMessage()
[all …]
H A Dcompilergcc.h205 …void LogWarningOrError(CompilerLineType lt, cbProject* prj, const wxString& filename, const wxStri…