MCPcopy Create free account
hub / github.com/Samsung/UTopia / ArrayAnalysisReport

Class ArrayAnalysisReport

include/ftg/propanalysis/ArrayAnalysisReport.h:9–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace ftg {
8
9class ArrayAnalysisReport : public ArgPropAnalysisReport<int> {
10
11public:
12 static const int ARRAY_NOLEN = -1;
13 static const int NO_ARRAY = -2;
14
15 ArrayAnalysisReport() = default;
16 const std::string getReportType() const override;
17 Json::Value toJson() const override;
18 bool fromJson(Json::Value) override;
19 void add(ArgFlow &AF, std::vector<int> Indices = {});
20};
21
22} // namespace ftg
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected