Home
last modified time | relevance | path

Searched refs:getDumpFileName (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcppcheck.cpp215 static std::string getDumpFileName(const Settings& settings, const std::string& filename) in getDumpFileName() function
238 dumpFile = getDumpFileName(settings, filename); in createDumpFile()
1406 const std::string &dumpFileName = getDumpFileName(mSettings, f.first); in executeAddonsWholeProgram()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcppcheck.cpp215 static std::string getDumpFileName(const Settings& settings, const std::string& filename) in getDumpFileName() function
238 dumpFile = getDumpFileName(settings, filename); in createDumpFile()
1406 const std::string &dumpFileName = getDumpFileName(mSettings, f.first); in executeAddonsWholeProgram()
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.h718 static QString getDumpFileName(QIODevice *pDevice);
719 static QString getDumpFileName(QString sFileName);
H A Dxbinary.cpp4296 QString XBinary::getDumpFileName(QIODevice *pDevice) in getDumpFileName() function in XBinary
4310 sResult=getDumpFileName(sFileName); in getDumpFileName()
4317 QString XBinary::getDumpFileName(QString sFileName) in getDumpFileName() function in XBinary