| 834 | |
| 835 | |
| 836 | int |
| 837 | BasicAnalysisBuilder::setStaticAnalysis() |
| 838 | { |
| 839 | domainStamp = 0; |
| 840 | this->fillDefaults(STATIC_ANALYSIS); |
| 841 | this->setLinks(STATIC_ANALYSIS); |
| 842 | |
| 843 | this->CurrentAnalysisFlag = STATIC_ANALYSIS; |
| 844 | |
| 845 | return 0; |
| 846 | } |
| 847 | |
| 848 | int |
| 849 | BasicAnalysisBuilder::setTransientAnalysis() |
no test coverage detected