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

Lines Matching refs:AnalyzerDiscoveryMethod

1382 my $AnalyzerDiscoveryMethod;
1562 $AnalyzerDiscoveryMethod = shift @ARGV;
1567 $AnalyzerDiscoveryMethod = $1;
1593 if (!defined $AnalyzerDiscoveryMethod) {
1606 if ($AnalyzerDiscoveryMethod =~ /^[Xx]code$/) {
1619 $Clang = $AnalyzerDiscoveryMethod;
1621 DieDiag("Cannot find an executable clang at '$AnalyzerDiscoveryMethod'\n");