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.
198 push @Args, "-Xclang", "-analyzer-display-progress";
207 push @Args, "-Xclang", "-analyzer-viz-egraph-ubigraph";
236 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
468 # Modes ccc-analyzer supports
645 push @AnalyzeArgs, "-analyzer-store=$StoreModel";
649 push @AnalyzeArgs, "-analyzer-constraints=$ConstraintsModel";
653 push @AnalyzeArgs, "-analyzer-stats";
665 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;