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

Lines Matching refs:analyzer

11 #  both gcc and the static analyzer.
31 if ($FindBin::Script =~ /c\+\+-analyzer/) {
114 # Running the analyzer.
187 push @Args, "-Xclang", "-analyzer-display-progress";
196 push @Args, "-Xclang", "-analyzer-viz-egraph-ubigraph";
225 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
440 # Modes ccc-analyzer supports
617 push @AnalyzeArgs, "-analyzer-store=$StoreModel";
621 push @AnalyzeArgs, "-analyzer-constraints=$ConstraintsModel";
629 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;