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

Lines Matching refs:OutputFormat

1163 my $OutputFormat = "html";
1297 $OutputFormat = "plist";
1302 $OutputFormat = "plist-html";
1404 if (defined $OutputFormat) {
1405 $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'} = $OutputFormat;
1411 if (defined $OutputFormat) {
1412 if ($OutputFormat =~ /plist/) {
1416 elsif ($OutputFormat =~ /html/) {