MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / expressionString

Method expressionString

lib/token.cpp:1632–1636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1630}
1631
1632std::string Token::expressionString() const
1633{
1634 const auto tokens = findExpressionStartEndTokens();
1635 return stringFromTokenRange(tokens.first, tokens.second);
1636}
1637
1638static void astStringXml(const Token *tok, nonneg int indent, std::ostream &out)
1639{

Callers 15

ValueMethod · 0.45
assumeConditionMethod · 0.45
toStringMethod · 0.45
infoStringMethod · 0.45
arrayIndexMessageFunction · 0.45
bufferOverflowErrorMethod · 0.45
argumentSizeMethod · 0.45
objectIndexErrorMethod · 0.45

Calls 1

stringFromTokenRangeFunction · 0.85

Tested by

no test coverage detected