HomeSort by relevance Sort by last modified time
    Searched refs:Verbose (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/tools/llvm-link/
llvm-link.cpp 49 Verbose("v", cl::desc("Print information about actions taken"));
64 if (Verbose) errs() << "Loading '" << FN << "'\n";
102 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n";
125 if (Verbose) errs() << "Writing bitcode...\n";
  /external/llvm/utils/
llvm-native-gxx 6 $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/
SATestBuild.py 175 Verbose = 1
186 if Verbose == 1:
226 if Verbose == 1:
283 if Verbose == 1:
310 if Verbose == 1:
317 if Verbose == 1:
372 if (Verbose > 0):
442 if Verbose == 1:
472 if Verbose == 1:
482 if Verbose == 1:
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 151 unsigned Verbose : 1;
169 UseLibcxx(false), Verbose(false),
  /external/clang/tools/scan-build/
ccc-analyzer 170 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
201 if ($Verbose) {
221 if ($Verbose) {
229 if ($Verbose == 1) {
235 elsif ($Verbose == 2) {
460 my $Verbose = 0;
461 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; }
462 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; }
711 $Verbose, $HtmlDir, $file);
716 $Verbose, $HtmlDir, $file)
    [all...]
scan-build 28 my $Verbose = 0; # Verbose output from this script.
234 if ($Verbose) {
925 my $Verbose = $Options->{'VERBOSE'};
926 if ($Verbose >= 2) {
929 if ($Verbose >= 3) {
    [all...]
  /external/openssl/apps/
ciphers.c 74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
75 " -V - even more verbose\n",
87 int verbose=0,Verbose=0; local
120 verbose=1;
122 verbose=Verbose=1;
170 if (!verbose)
181 else /* verbose */
191 if (Verbose)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 15 if Trace.verbose:
18 Trace.verbose = False
24 if Trace.verbose:
72 parser.add_option('-v', '--verbose', help='Verbose output.',
78 Trace.verbose = options.verbose
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 45 bool Verbose;
51 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
175 if (Verbose)
526 unsigned First, bool Verbose) {
590 if (Verbose) {
621 RemoveDuplicates(SearchList, 0, Verbose);
630 RemoveDuplicates(SearchList, NumQuoted, Verbose);
652 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
    [all...]
CompilerInstance.cpp 793 if (getHeaderSearchOpts().Verbose)
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/examples/clang-interpreter/
main.cpp 120 if (CI->getHeaderSearchOpts().Verbose) {
  /external/lldb/include/lldb/Core/
Log.h 154 Verbose (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
tools_common.sh 296 --verbose: Verbose output.
349 --verbose)
  /external/chromium_org/tools/profile_chrome/
main.py 154 parser.add_option('-v', '--verbose', help='Verbose logging.',
173 if options.verbose:
  /external/libvpx/libvpx/test/
tools_common.sh 339 --verbose: Verbose output.
388 --verbose)
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 98 " [v] - be verbose about actions taken\n"
120 static bool Verbose = false; ///< 'v' modifier
215 case 'v': Verbose = true; break;
275 if (Verbose)
283 // operation is in verbose mode.
300 // the file names of each of the members. However, if verbose mode is requested
304 if (Verbose) {
  /external/lldb/source/Core/
Log.cpp 260 // Printing of warnings that are not fatal only if verbose mode is
264 Log::Verbose (const char *format, ...)
276 // Printing of warnings that are not fatal only if verbose mode is
  /external/clang/lib/Tooling/
Tooling.cpp 237 if (Invocation->getHeaderSearchOpts().Verbose) {
  /external/blktrace/btreplay/doc/
btreplay.tex 255 [ -v : --verbose ] Default: Off
342 \texttt{--verbose}\\Select Verbose Output}
356 \caption{\label{fig:verb-out}Verbose Output Example}
377 \caption{\label{fig:verb-defs}Verbose Field Definitions}
396 [ -v : --verbose ] Default: Off
511 \texttt{--verbose}\\Select Verbose Output}
518 verbose output file with the name \texttt{sdab.replay.3.rep} in the
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_dispatcher.js 70 * Verbose logging for the dispatcher.
74 MetadataDispatcher.prototype.verbose = false;
125 * Send a log message to the caller only if this.verbose is true.
129 if (this.verbose)
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 477 bool Verbose; // Print out additional information
481 PrettyPrinter(bool V = false, bool C = true) : Verbose(V), Cleanup(C) { }
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 422 if Trace.verbose:
425 Trace.verbose = False
594 parser.add_option('-v', '--verbose',
595 help='Verbose output', action='store_true')
609 if options.verbose:
610 Trace.verbose = True
  /external/bison/doc/
refcard.tex 325 \key{Verbose description of the parser.} {-v}
  /external/mksh/src/
check.pl 195 -v Verbose mode: print reason test failed.
251 $verbose = defined $opt_v && $opt_v;
690 print $why if $verbose;
    [all...]

Completed in 2985 milliseconds

1 2