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

Function makeIntegralInferModel

lib/infer.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

inferConditionFunction · 0.85
valueFlowInferConditionFunction · 0.85
executeImplMethod · 0.85
extractForLoopValuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected