Searched refs:Verbose (Results 1 - 18 of 18) sorted by relevance

/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp48 Verbose("v", cl::desc("Print information about actions taken"));
59 if (Verbose) errs() << "Loading '" << FN << "'\n";
97 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n";
120 if (Verbose) errs() << "Writing bitcode...\n";
/external/llvm/utils/
H A Dllvm-native-gcc6 $Verbose = 0;
34 $Verbose = 1;
70 "based on '$DefaultOutputFileBase'\n" if $Verbose;
87 print "$command\n" if $Verbose;
164 print "Output file is $OutputFile\n" if $Verbose;
H A Dllvm-native-gxx6 $Verbose = 0;
34 $Verbose = 1;
70 "based on '$DefaultOutputFileBase'\n" if $Verbose;
87 print "$command\n" if $Verbose;
164 print "Output file is $OutputFile\n" if $Verbose;
/external/clang/utils/analyzer/
H A DSATestBuild.py175 Verbose = 1 variable
186 if Verbose == 1:
225 if Verbose == 1:
282 if Verbose == 1:
309 if Verbose == 1:
316 if Verbose == 1:
371 if (Verbose > 0):
441 if Verbose == 1:
471 if Verbose == 1:
481 if Verbose
[all...]
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h136 unsigned Verbose : 1;
145 UseLibcxx(false), Verbose(false) {}
/external/clang/tools/scan-build/
H A Dccc-analyzer166 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
197 if ($Verbose) {
217 if ($Verbose) {
225 if ($Verbose == 1) {
231 elsif ($Verbose == 2) {
447 my $Verbose = 0;
448 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; }
449 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; }
694 $Verbose, $HtmlDir, $file);
699 $Verbose,
[all...]
H A Dscan-build26 my $Verbose = 0; # Verbose output from this script.
217 if ($Verbose) {
890 my $Verbose = $Options->{'VERBOSE'};
891 if ($Verbose >= 2) {
894 if ($Verbose >= 3) {
1433 $Verbose++;
1631 'VERBOSE' => $Verbose,
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dciphers.c87 int verbose=0,Verbose=0; local
128 verbose=Verbose=1;
197 if (Verbose)
/external/openssl/apps/
H A Dciphers.c87 int verbose=0,Verbose=0; local
128 verbose=Verbose=1;
197 if (Verbose)
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp45 bool Verbose; member in class:__anon16189::InitHeaderSearch
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
175 if (Verbose)
514 unsigned First, bool Verbose) {
578 if (Verbose) {
609 RemoveDuplicates(SearchList, 0, Verbose);
618 RemoveDuplicates(SearchList, NumQuoted, Verbose);
640 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
649 if (Verbose) {
674 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpt
513 RemoveDuplicates(std::vector<DirectoryLookup> &SearchList, unsigned First, bool Verbose) argument
[all...]
H A DCompilerInstance.cpp684 if (getHeaderSearchOpts().Verbose)
H A DCompilerInvocation.cpp866 Opts.Verbose = Args.hasArg(OPT_v);
/external/clang/examples/clang-interpreter/
H A Dmain.cpp119 if (CI->getHeaderSearchOpts().Verbose) {
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp125 static bool Verbose = false; ///< 'v' modifier variable
212 case 'v': Verbose = true; break;
272 if (Verbose)
301 if (Verbose) {
/external/clang/lib/Tooling/
H A DTooling.cpp193 if (Invocation->getHeaderSearchOpts().Verbose) {
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex342 \texttt{--verbose}\\Select Verbose Output}
356 \caption{\label{fig:verb-out}Verbose Output Example}
377 \caption{\label{fig:verb-defs}Verbose Field Definitions}
511 \texttt{--verbose}\\Select Verbose Output}
/external/mksh/src/
H A Dcheck.pl192 -v Verbose mode: print reason test failed.
/external/bison/doc/
H A Drefcard.tex325 \key{Verbose description of the parser.} {-v}

Completed in 596 milliseconds