Home
last modified time | relevance | path

Searched refs:analyzerInfo (Results 1 – 9 of 9) sorted by relevance

/dports/devel/dep/dep-0.5.4/gps/
H A Dsolution.go44 analyzerInfo ProjectAnalyzerInfo member
165 return r.analyzerInfo.Name
169 return r.analyzerInfo.Version
H A Dsolution_test.go41 basicResult.analyzerInfo = (naiveAnalyzer{}).Info()
H A Dsolver.go449 soln.analyzerInfo = s.rd.an.Info()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheckunusedfunctions.h72 std::string analyzerInfo() const;
H A Dcppcheck.cpp423 …const std::string analyzerInfo = mSettings.buildDir.empty() ? std::string() : AnalyzerInformation:… in check() local
424 const std::string clangcmd = analyzerInfo + ".clang-cmd"; in check()
425 const std::string clangStderr = analyzerInfo + ".clang-stderr"; in check()
426 const std::string clangAst = analyzerInfo + ".clang-ast"; in check()
445 … const std::string redirect2 = analyzerInfo.empty() ? std::string("2>&1") : ("2> " + clangStderr); in check()
939 mAnalyzerInformation.setFileInfo("CheckUnusedFunctions", checkUnusedFunctions.analyzerInfo()); in checkFile()
H A Dcheckunusedfunctions.cpp364 std::string CheckUnusedFunctions::analyzerInfo() const in analyzerInfo() function in CheckUnusedFunctions
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcheckunusedfunctions.h72 std::string analyzerInfo() const;
H A Dcppcheck.cpp423 …const std::string analyzerInfo = mSettings.buildDir.empty() ? std::string() : AnalyzerInformation:… in check() local
424 const std::string clangcmd = analyzerInfo + ".clang-cmd"; in check()
425 const std::string clangStderr = analyzerInfo + ".clang-stderr"; in check()
426 const std::string clangAst = analyzerInfo + ".clang-ast"; in check()
445 … const std::string redirect2 = analyzerInfo.empty() ? std::string("2>&1") : ("2> " + clangStderr); in check()
939 mAnalyzerInformation.setFileInfo("CheckUnusedFunctions", checkUnusedFunctions.analyzerInfo()); in checkFile()
H A Dcheckunusedfunctions.cpp364 std::string CheckUnusedFunctions::analyzerInfo() const in analyzerInfo() function in CheckUnusedFunctions