Cppcheck
|
#include <ctu.h>
Public Member Functions | |
UnsafeUsage ()=default | |
UnsafeUsage (std::string myId, nonneg int myArgNr, std::string myArgumentName, Location location, MathLib::bigint value) | |
std::string | toString () const |
Public Attributes | |
std::string | myId |
nonneg int | myArgNr {} |
std::string | myArgumentName |
Location | location |
MathLib::bigint | value {} |
|
default |
|
inline |
std::string CTU::FileInfo::UnsafeUsage::toString | ( | ) | const |
Definition at line 136 of file ctu.cpp.
References ATTR_LOC_COLUMN, ATTR_LOC_FILENAME, ATTR_LOC_LINENR, ATTR_MY_ARGNAME, ATTR_MY_ARGNR, ATTR_MY_ID, ATTR_VALUE, and ErrorLogger::toxml().
Location CTU::FileInfo::UnsafeUsage::location |
Definition at line 73 of file ctu.h.
Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().
nonneg int CTU::FileInfo::UnsafeUsage::myArgNr {} |
Definition at line 71 of file ctu.h.
Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().
std::string CTU::FileInfo::UnsafeUsage::myArgumentName |
Definition at line 72 of file ctu.h.
Referenced by CheckNullPointer::analyseWholeProgram(), CheckUninitVar::analyseWholeProgram(), CheckBufferOverrun::analyseWholeProgram1(), CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().
std::string CTU::FileInfo::UnsafeUsage::myId |
Definition at line 70 of file ctu.h.
Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().
MathLib::bigint CTU::FileInfo::UnsafeUsage::value {} |
Definition at line 74 of file ctu.h.
Referenced by CheckBufferOverrun::analyseWholeProgram1(), CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().