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

Function makeMultiValueFlowAnalyzer

lib/vf_analyzers.cpp:1091–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089};
1090
1091ValuePtr<Analyzer> makeMultiValueFlowAnalyzer(const std::unordered_map<const Variable*, ValueFlow::Value>& args, const Settings& settings)
1092{
1093 return MultiValueFlowAnalyzer{args, settings};
1094}
1095
1096struct SingleValueFlowAnalyzer : ValueFlowAnalyzer {
1097 std::unordered_map<nonneg int, const Variable*> varids;

Callers 1

valueFlowInjectParameterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected