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