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