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

Lines Matching refs:cxx

912   foreach my $opt ('CC', 'CXX', 'CLANG', 'CLANG_CXX',
1057 AddIfNotPresent($Args, "CXX=$CXXAnalyzer");
1462 my $cxx;
1468 $cxx = shift @ARGV;
1471 $cxx = $2;
1474 $ENV{"CCC_CXX"} = $cxx;
1686 'CXX' => $CmdCXX,