| 267 | } |
| 268 | |
| 269 | virtual Action isThisModified(const Token* tok) const { |
| 270 | if (isThisChanged(tok, 0, getSettings())) |
| 271 | return Action::Invalid; |
| 272 | return Action::None; |
| 273 | } |
| 274 | |
| 275 | virtual Action isWritable(const Token* tok, Direction d) const { |
| 276 | const ValueFlow::Value* value = getValue(tok); |
no test coverage detected