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

Lines Matching refs:STDERR

149   rename($ofile, "$PPFile.stderr.txt");
166 open(STDERR,">&", \*TO_PARENT);
242 print STDERR "\n[LOCATION]: $dir\n";
249 # We MUST print to stderr. Some clients use the stdout output of
251 print STDERR join(' ', @PrintArgs);
252 print STDERR "\n";
255 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
258 # Capture the STDERR of clang and send it to a temporary file.
259 # Capture the STDOUT of clang and reroute it to ccc-analyzer's STDERR.
267 open(STDERR,">&", \*TO_PARENT);
276 print STDERR $_;
451 print STDERR "$Compiler @ARGV\n";