/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | BinaryHolder.cpp | 46 TimestampTy Timestamp, bool Verbose) { in load() argument 56 if (Verbose) in load() 87 Error BinaryHolder::ObjectEntry::load(StringRef Filename, bool Verbose) { in load() argument 95 if (Verbose) in load() 149 bool Verbose) { in getObjectEntry() argument 179 if (Verbose) in getObjectEntry() 184 if (Verbose) in getObjectEntry() 214 if (Verbose) in getObjectEntry() 224 Verbose); in getObjectEntry() 227 auto Err = AE.load(Filename, Timestamp, Verbose); in getObjectEntry() [all …]
|
D | BinaryHolder.h | 40 BinaryHolder(bool Verbose = false) : Verbose(Verbose) {} in Verbose() argument 58 Error load(StringRef Filename, bool Verbose = false); 109 Error load(StringRef Filename, TimestampTy Timestamp, bool Verbose = false); 113 bool Verbose = false); 136 bool Verbose; variable
|
D | dsymutil.cpp | 120 static opt<bool> Verbose("verbose", desc("Verbosity level"), init(false), variable 266 raw_ostream &os = Verbose ? errs() : nulls(); in verify() 321 Options.Verbose = Verbose; in getOptions() 347 if (DumpDebugMap || Verbose) in getOptions() 472 Verbose, InputIsYAMLDebugMap); in main() 510 if (Verbose || DumpDebugMap) in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 32 bool Verbose; variable 40 bool Verbose = false) 43 Verbose(Verbose) {} in OS()
|
/external/fec/ |
D | vtest29.c | 36 int Verbose = 0; variable 91 Verbose++; 140 if(Verbose > 1 && errcnt != 0){ 147 if(Verbose) 153 if(Verbose > 1) 155 else if(Verbose == 0)
|
D | vtest27.c | 36 int Verbose = 0; variable 91 Verbose++; 140 if(Verbose > 1 && errcnt != 0){ 147 if(Verbose) 153 if(Verbose > 1) 155 else if(Verbose == 0)
|
D | vtest39.c | 36 int Verbose = 0; variable 91 Verbose++; 141 if(Verbose > 1 && errcnt != 0){ 148 if(Verbose) 154 if(Verbose > 1) 156 else if(Verbose == 0)
|
D | vtest615.c | 38 int Verbose = 0; variable 93 Verbose++; 146 if(Verbose > 1 && errcnt != 0){ 153 if(Verbose) 161 if(Verbose > 1) 163 else if(Verbose == 0)
|
D | sumsq_test.c | 25 int Verbose = 0; variable 67 Verbose++;
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir, 238 if ($Verbose) { 262 if ($Verbose) { 270 if ($Verbose == 1) { 276 elsif ($Verbose == 2) { 488 my $Verbose = 0; 489 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; } 490 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; } 777 $Verbose, $HtmlDir, $file); 782 $Verbose, $HtmlDir, $file);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | 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/llvm/utils/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/ |
D | llvm-cvtres.cpp | 110 bool Verbose = InputArgs.hasArg(OPT_VERBOSE); in main() local 125 if (Verbose) in main() 145 if (Verbose) { in main() 175 if (Verbose) { in main() 189 if (Verbose) { in main() 204 if (Verbose) { in main()
|
/external/llvm/tools/dsymutil/ |
D | dsymutil.h | 28 bool Verbose; ///< Verbosity member 33 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions() 41 StringRef PrependPath, bool Verbose, bool InputIsYAML);
|
D | BinaryHolder.h | 46 bool Verbose; variable 83 BinaryHolder(bool Verbose) : Verbose(Verbose) {} in BinaryHolder() argument
|
D | BinaryHolder.cpp | 47 if (Verbose) in GetMemoryBuffersForFile() 71 if (Verbose) in GetMemoryBuffersForFile() 111 if (Verbose) in GetArchiveMemberBuffers() 115 if (Verbose) in GetArchiveMemberBuffers() 142 if (Verbose) in MapArchiveAndGetMemberBuffers()
|
D | dsymutil.cpp | 64 static opt<bool> Verbose("verbose", desc("Verbosity level"), init(false), variable 264 Options.Verbose = Verbose; in main() 300 Verbose, InputIsYAMLDebugMap); in main() 318 if (Verbose || DumpDebugMap) in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 425 if (DumpOpts.Verbose) in dump() 430 if (DumpOpts.Verbose) in dump() 440 if (DumpOpts.Verbose) in dump() 445 if (DumpOpts.Verbose) in dump() 454 if (DumpOpts.Verbose) in dump() 459 if (DumpOpts.Verbose) in dump() 464 if (DumpOpts.Verbose) in dump() 469 if (DumpOpts.Verbose) in dump() 474 if (DumpOpts.Verbose) in dump() 502 if (DumpOpts.Verbose) in dump() [all …]
|
D | DWARFDebugRnglists.cpp | 158 if (DumpOpts.Verbose) { in dump() 166 if (DumpOpts.Verbose) { in dump() 180 OS << (DumpOpts.Verbose ? "" : "<End of list>"); in dump() 185 if (!DumpOpts.Verbose) in dump()
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 198 Verbose = 1 variable 219 if Verbose == 1: 309 if Verbose == 1: 383 if Verbose == 1: 408 if Verbose == 1: 424 if Verbose == 1: 495 if (Verbose > 0): 569 if Verbose == 1: 620 if Verbose == 1: 630 if Verbose == 1: [all …]
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 46 bool Verbose; member in __anon226fcf490111::InitHeaderSearch 53 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot), in InitHeaderSearch() 171 if (Verbose) in AddUnmappedPath() 495 unsigned First, bool Verbose) { in RemoveDuplicates() argument 559 if (Verbose) { in RemoveDuplicates() 589 RemoveDuplicates(SearchList, 0, Verbose); in Realize() 596 RemoveDuplicates(SearchList, NumQuoted, Verbose); in Realize() 615 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose); in Realize() 624 if (Verbose) { in Realize() 649 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/ |
D | ResourceProcessor.h | 36 void setVerbose(bool Verbose) { IsVerbose = Verbose; } in setVerbose() argument
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 89 Verbose("v", cl::desc("Print information about actions taken")); variable 116 if (Verbose) errs() << "Loading '" << FN << "'\n"; in loadFile() 254 if (Verbose) in importFunctions() 327 if (Verbose) in linkFiles() 389 if (Verbose) errs() << "Writing bitcode...\n"; in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 93 Verbose("v", cl::desc("Print information about actions taken")); variable 122 if (Verbose) in loadFile() 261 if (Verbose) in importFunctions() 321 if (Verbose) in linkFiles() 397 if (Verbose) in main()
|
/external/flatbuffers/src/ |
D | idl_gen_js_ts.cpp | 700 code += "static getRoot" + Verbose(struct_def, "As"); in GenStruct() 704 code += object_name + ".getRoot" + Verbose(struct_def, "As"); in GenStruct() 1092 code += "static create" + Verbose(struct_def) + in GenStruct() 1096 code += object_name + ".create" + Verbose(struct_def); in GenStruct() 1109 code += "static start" + Verbose(struct_def) + in GenStruct() 1112 code += object_name + ".start" + Verbose(struct_def); in GenStruct() 1222 code += "static end" + Verbose(struct_def); in GenStruct() 1225 code += object_name + ".end" + Verbose(struct_def); in GenStruct() 1251 code += "static finish" + Verbose(struct_def) + "Buffer"; in GenStruct() 1255 code += object_name + ".finish" + Verbose(struct_def) + "Buffer"; in GenStruct() [all …]
|