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

Lines Matching refs:analyzer

11 #  both gcc and the static analyzer.
41 if ($FindBin::Script =~ /c\+\+-analyzer/) {
130 # Running the analyzer.
203 push @Args, "-Xclang", "-analyzer-display-progress";
212 push @Args, "-Xclang", "-analyzer-viz-egraph-ubigraph";
241 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
464 # Modes ccc-analyzer supports
641 push @AnalyzeArgs, "-analyzer-store=$StoreModel";
645 push @AnalyzeArgs, "-analyzer-constraints=$ConstraintsModel";
653 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;