Searched defs:Verbose (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/
H A DLinker.h39 /// print out the linking actions it is taking with the Verbose flag.
57 Verbose = 1, ///< Print to stderr what steps the linker is taking enumerator in enum:llvm::Linker::ControlFlags
/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.cpp44 bool Verbose; member in class:__anon3217::InitHeaderSearch
51 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
156 if (Verbose)
494 unsigned First, bool Verbose) {
558 if (Verbose) {
589 RemoveDuplicates(SearchList, 0, Verbose);
598 RemoveDuplicates(SearchList, NumQuoted, Verbose);
620 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
627 if (Verbose) {
652 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpt
493 RemoveDuplicates(std::vector<DirectoryLookup> &SearchList, unsigned First, bool Verbose) argument
[all...]
/external/clang/utils/analyzer/
H A DSATestBuild.py77 Verbose = 1 variable
114 if Verbose == 1:
142 if Verbose == 1:
196 if Verbose == 1:
223 if Verbose == 1:
230 if Verbose == 1:
285 if (Verbose > 0):
353 if Verbose == 1:
383 if Verbose == 1:
393 if Verbose
[all...]
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp102 bool Verbose = false; ///< 'v' modifier variable
209 case 'v': Verbose = true; break;
210 case 'V': Verbose = ReallyVerbose = true; break;
368 if (Verbose)
411 if (Verbose) {

Completed in 117 milliseconds