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

Method updateArgFlow

lib/propanalysis/FilePathAnalyzer.cpp:155–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool FilePathAnalyzer::updateArgFlow(Argument &A) {
156 if (!Report.has(A))
157 return false;
158
159 auto &AF = getOrCreateArgFlow(A);
160 if (Report.get(A))
161 AF.setFilePathString();
162 updateFieldFlow(AF);
163 return true;
164}
165
166void FilePathAnalyzer::updateFieldFlow(ArgFlow &AF, std::vector<int> Indices) {
167 auto &A = AF.getLLVMArg();

Callers

nothing calls this directly

Calls 3

setFilePathStringMethod · 0.80
hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected