Cppcheck
|
Array dimension information. More...
#include <symboldatabase.h>
Public Attributes | |
const Token * | tok {} |
size token More... | |
MathLib::bigint | num {} |
(assumed) dimension length when size is a number, 0 if not known More... | |
bool | known = true |
Known size. More... | |
Array dimension information.
Definition at line 59 of file symboldatabase.h.
bool Dimension::known = true |
Known size.
Definition at line 62 of file symboldatabase.h.
Referenced by Variable::arrayDimensions(), getDimensionsEtc(), valueFlowContainerSize(), and Variable::Variable().
MathLib::bigint Dimension::num {} |
(assumed) dimension length when size is a number, 0 if not known
Definition at line 61 of file symboldatabase.h.
Referenced by Variable::arrayDimensions(), Tokenizer::arraySizeAfterValueFlow(), getDimensionsEtc(), valueFlowContainerSize(), and Variable::Variable().
const Token* Dimension::tok {} |
size token
Definition at line 60 of file symboldatabase.h.
Referenced by Variable::arrayDimensions(), getDimensionsEtc(), valueFlowContainerSize(), and Variable::Variable().