| 405 | } |
| 406 | |
| 407 | ValuePtr<InferModel> makeIntegralInferModel() |
| 408 | { |
| 409 | return IntegralInferModel{}; |
| 410 | } |
| 411 | |
| 412 | ValueFlow::Value inferCondition(const std::string& op, const Token* varTok, MathLib::bigint val) |
| 413 | { |
no outgoing calls
no test coverage detected