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

Method analyzeProperty

lib/propanalysis/FilePathAnalyzer.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void FilePathAnalyzer::analyzeProperty(Argument &A) {
34 if (updateArgFlow(A))
35 return;
36
37 analyzeFilePath(A);
38 Report.add(getOrCreateArgFlow(A));
39}
40
41void FilePathAnalyzer::analyzeFilePath(llvm::Argument &A) {
42 std::set<Value *> VisitedNodes;

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected