HomeSort by relevance Sort by last modified time
    Searched refs:ReportFailures (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/scan-build/
c++-analyzer 60 my $ReportFailures = $ENV{'CCC_REPORT_FAILURES'};
61 if (!defined $ReportFailures) { $ReportFailures = 1; }
266 if ($ReportFailures) {
ccc-analyzer 60 my $ReportFailures = $ENV{'CCC_REPORT_FAILURES'};
61 if (!defined $ReportFailures) { $ReportFailures = 1; }
266 if ($ReportFailures) {

Completed in 1694 milliseconds