#include "checkunusedfunctions.h"
#include "astutils.h"
#include "errorlogger.h"
#include "errortypes.h"
#include "library.h"
#include "settings.h"
#include "symboldatabase.h"
#include "token.h"
#include "tokenize.h"
#include "tokenlist.h"
#include "utils.h"
#include <algorithm>
#include <cctype>
#include <cstring>
#include <fstream>
#include <map>
#include <sstream>
#include <tuple>
#include <utility>
#include <vector>
#include "xml.h"
Go to the source code of this file.
◆ logChecker
Value: do { \
errorLogger.reportErr(errmsg); \
} while (false)
Wrapper for error messages, provided by reportErr()
@ internal
Internal message.
static constexpr char CWE[]
Definition at line 310 of file checkunusedfunctions.cpp.
◆ isOperatorFunction()
static bool isOperatorFunction |
( |
const std::string & |
funcName | ) |
|
|
static |
◆ stripTemplateParameters()
static std::string stripTemplateParameters |
( |
const std::string & |
funcName | ) |
|
|
static |
◆ CWE561
const CWE CWE561(561U) |
( |
561U |
| ) |
|
|
static |