/third_party/spirv-tools/source/lint/ |
D | lint_divergent_derivatives.cpp | 82 spvtools::DiagnosticStream Warn(opt::IRContext* context, in Warn() function 102 Warn(context, nullptr) in PrintDivergenceFlow() 113 Warn(context, branch) in PrintDivergenceFlow() 118 Warn(context, nullptr) in PrintDivergenceFlow() 126 Warn(context, def_use->GetDef(id)) in PrintDivergenceFlow() 136 Warn(context, def) << "because it has a divergent definition"; in PrintDivergenceFlow() 139 Warn(context, def) << "because it is conditionally set in block " in PrintDivergenceFlow() 156 Warn(context, nullptr) in CheckDivergentDerivatives()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/ |
D | lint_divergent_derivatives.cpp | 82 spvtools::DiagnosticStream Warn(opt::IRContext* context, in Warn() function 102 Warn(context, nullptr) in PrintDivergenceFlow() 113 Warn(context, branch) in PrintDivergenceFlow() 118 Warn(context, nullptr) in PrintDivergenceFlow() 126 Warn(context, def_use->GetDef(id)) in PrintDivergenceFlow() 136 Warn(context, def) << "because it has a divergent definition"; in PrintDivergenceFlow() 139 Warn(context, def) << "because it is conditionally set in block " in PrintDivergenceFlow() 156 Warn(context, nullptr) in CheckDivergentDerivatives()
|
/third_party/skia/third_party/externals/spirv-tools/source/lint/ |
D | lint_divergent_derivatives.cpp | 82 spvtools::DiagnosticStream Warn(opt::IRContext* context, in Warn() function 102 Warn(context, nullptr) in PrintDivergenceFlow() 113 Warn(context, branch) in PrintDivergenceFlow() 118 Warn(context, nullptr) in PrintDivergenceFlow() 126 Warn(context, def_use->GetDef(id)) in PrintDivergenceFlow() 136 Warn(context, def) << "because it has a divergent definition"; in PrintDivergenceFlow() 139 Warn(context, def) << "because it is conditionally set in block " in PrintDivergenceFlow() 156 Warn(context, nullptr) in CheckDivergentDerivatives()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 54 function_ref<void(Error)> Warn); 55 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord() argument 56 addRecord(std::move(I), 1, Warn); in addRecord() 61 function_ref<void(Error)> Warn); 111 uint64_t Weight, function_ref<void(Error)> Warn);
|
D | InstrProf.h | 675 function_ref<void(instrprof_error)> Warn); 677 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn); 748 function_ref<void(instrprof_error)> Warn); 752 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn); 835 function_ref<void(instrprof_error)> Warn); 839 function_ref<void(instrprof_error)> Warn);
|
/third_party/flutter/skia/third_party/externals/freetype/src/tools/ |
D | afblue.pl | 86 sub Warn subroutine 104 Warn("data before first section gets ignored") unless $warned_before; 245 Warn("previous section is empty") if ($have_sections 260 Warn("overwriting already defined enumeration \`$curr_enum'") 262 Warn("overwriting already defined array \`$curr_array'") 264 Warn("overwriting already defined maximum value \`$curr_max'")
|
/third_party/freetype/src/tools/ |
D | afblue.pl | 86 sub Warn subroutine 104 Warn("data before first section gets ignored") unless $warned_before; 245 Warn("previous section is empty") if ($have_sections 260 Warn("overwriting already defined enumeration \`$curr_enum'") 262 Warn("overwriting already defined array \`$curr_array'") 264 Warn("overwriting already defined maximum value \`$curr_max'")
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | afblue.pl | 86 sub Warn subroutine 104 Warn("data before first section gets ignored") unless $warned_before; 245 Warn("previous section is empty") if ($have_sections 260 Warn("overwriting already defined enumeration \`$curr_enum'") 262 Warn("overwriting already defined array \`$curr_array'") 264 Warn("overwriting already defined maximum value \`$curr_max'")
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Debug.cpp | 52 Warn, enumerator 69 case Level::Warn: in logv_android() 91 case Level::Warn: in logv_std() 150 logv(Level::Warn, format, vararg); in warn()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Debug.cpp | 103 Warn, enumerator 119 case Level::Warn: in logv_android() 139 case Level::Warn: in logv_std() 198 logv(Level::Warn, format, vararg); in warn()
|
/third_party/flatbuffers/src/ |
D | flatc_main.cpp | 22 static void Warn(const flatbuffers::FlatCompiler *flatc, in Warn() function 41 Warn(static_cast<const flatbuffers::FlatCompiler *>(nullptr), warn, true); in LogCompilerWarn() 113 params.warn_fn = Warn; in main()
|
D | flatc.cpp | 36 if (!parser.error_.empty()) { Warn(parser.error_, false); } in ParseFile() 50 void FlatCompiler::Warn(const std::string &warn, bool show_exe_name) const { in Warn() function in flatbuffers::FlatCompiler 295 Warn("warning: --gen-includes is deprecated (it is now default)\n"); in Compile() 531 Warn(std::string("GRPC interface generator not implemented for ") + in Compile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 603 function_ref<void(instrprof_error)> Warn) { in merge() argument 616 Warn(instrprof_error::counter_overflow); in merge() 625 function_ref<void(instrprof_error)> Warn) { in scale() argument 630 Warn(instrprof_error::counter_overflow); in scale() 638 function_ref<void(instrprof_error)> Warn) { in mergeValueProfData() argument 642 Warn(instrprof_error::value_site_count_mismatch); in mergeValueProfData() 652 ThisSiteRecords[I].merge(OtherSiteRecords[I], Weight, Warn); in mergeValueProfData() 656 function_ref<void(instrprof_error)> Warn) { in merge() argument 660 Warn(instrprof_error::count_mismatch); in merge() 669 Warn(instrprof_error::counter_overflow); in merge() [all …]
|
D | InstrProfWriter.cpp | 184 function_ref<void(Error)> Warn) { in addRecord() argument 187 addRecord(Name, Hash, std::move(I), Weight, Warn); in addRecord() 226 function_ref<void(Error)> Warn) { in addRecord() argument 236 Warn(make_error<InstrProfError>(E)); in addRecord() 253 function_ref<void(Error)> Warn) { in mergeRecordsFromWriter() argument 256 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | PackedEGLEnums_autogen.cpp | 80 return MessageType::Warn; in FromEGLenum() 96 case MessageType::Warn: in ToEGLenum() 116 case MessageType::Warn: in operator <<()
|
D | PackedEGLEnums_autogen.h | 47 Warn = 2, enumerator
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedEGLEnums_autogen.cpp | 177 return MessageType::Warn; in FromEGLenum() 193 case MessageType::Warn: in ToEGLenum() 213 case MessageType::Warn: in operator <<()
|
D | PackedEGLEnums_autogen.h | 75 Warn = 2, enumerator
|
/third_party/flatbuffers/include/flatbuffers/ |
D | flatc.h | 90 void Warn(const std::string &warn, bool show_exe_name = true) const;
|
/third_party/mindspore/mindspore/lite/src/common/ |
D | log.cc | 85 OHOS::HiviewDFX::HiLog::Warn(MSLite_LABEL, FORMAT, file, line, func, msg); in PrintHiLog()
|
/third_party/icu/icu4c/source/test/testdata/ |
D | root.txt | 17 …CurrentCLDRVersion { 39.0 } // Current CLDR version as of the test update. Warn if not an exact ma…
|
/third_party/node/deps/npm/node_modules/node-gyp/ |
D | addon.gypi | 36 # Warn when using deprecated V8 APIs.
|
/third_party/cef/cmake/ |
D | cef_variables.cmake.in | 109 -Wsign-compare # Warn about mixed signed/unsigned type comparisons 266 -Wendif-labels # Warn whenever an #else or an #endif is followed by text 267 -Wnewline-eof # Warn about no newline at end of file 282 -Wsign-compare # Warn about mixed signed/unsigned type comparisons
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.4.2.rst | 29 * Warn about non-empty identifier list outside of definition 95 * Warn about explicit usage of sizeof(void)
|
/third_party/python/Doc/using/ |
D | cmdline.rst | 390 -Wdefault # Warn once per call location 392 -Walways # Warn every time 393 -Wmodule # Warn once per calling module 394 -Wonce # Warn once per Python process 737 PYTHONWARNINGS=default # Warn once per call location 739 PYTHONWARNINGS=always # Warn every time 740 PYTHONWARNINGS=module # Warn once per calling module 741 PYTHONWARNINGS=once # Warn once per Python process
|