| 234 | } |
| 235 | |
| 236 | static ValueFlow::Value makeSizeValue(MathLib::bigint size, MathLib::bigint path) |
| 237 | { |
| 238 | ValueFlow::Value v(size); |
| 239 | v.path = path; |
| 240 | return v; |
| 241 | } |
| 242 | |
| 243 | static std::vector<ValueFlow::Value> getOverrunIndexValues(const Token* tok, |
| 244 | const Token* arrayToken, |
no outgoing calls
no test coverage detected