| 310 | } |
| 311 | |
| 312 | void Variables::readAll(nonneg int varid, const Token* tok) |
| 313 | { |
| 314 | read(varid, tok); |
| 315 | readAliases(varid, tok); |
| 316 | } |
| 317 | |
| 318 | void Variables::write(nonneg int varid, const Token* tok) |
| 319 | { |
no outgoing calls
no test coverage detected