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

Lines Matching refs:Compiler

3 #                     The LLVM Compiler Infrastructure
25 # Compiler command setup.
28 my $Compiler;
42 $Compiler = $ENV{'CCC_CXX'};
43 if (!defined $Compiler) { $Compiler = $DefaultCXXCompiler; }
49 $Compiler = $ENV{'CCC_CC'};
50 if (!defined $Compiler) { $Compiler = $DefaultCCompiler; }
124 `$Compiler -v >> $PPFile.info.txt 2>&1`;
429 my $Status = system($Compiler,@ARGV);
431 print "$Compiler @ARGV\n";
487 # Options with possible arguments that should pass through to compiler.
512 # Options with possible arguments that should pass through to both compiler
591 # Get the compiler/link mode.