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

Method add

lib/analysis/ParamNumberAnalysisReport.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void ParamNumberAnalysisReport::add(std::string FuncName, unsigned ParamNum,
60 unsigned BeginIndex) {
61 ParamBeginMap.emplace(FuncName, BeginIndex);
62 ParamSizeMap.emplace(FuncName, ParamNum);
63}
64
65const std::map<std::string, unsigned> &
66ParamNumberAnalysisReport::getParamBeginMap() const {

Callers 1

ParamNumberAnalyzerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected