Home | History | Annotate | Download | only in scan-build

Lines Matching refs:analyze

1085  -analyze-headers
1087 Also analyze functions in #included files. By default, such functions
1237 exec $Clang, ( @PluginLoadCommandline_xclang, '--analyze', '-x', $lang, '-', '-###');
1400 if ($arg eq '-analyze-headers') {
1675 if ($AnalyzeHeaders) { push @AnalysesToRun,"-analyzer-opt-analyze-headers"; }