Home
last modified time | relevance | path

Searched refs:Warn (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp82 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/
Dlint_divergent_derivatives.cpp82 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/
Dlint_divergent_derivatives.cpp82 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/
DInstrProfWriter.h54 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);
DInstrProf.h675 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/
Dafblue.pl86 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/
Dafblue.pl86 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/
Dafblue.pl86 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/
DDebug.cpp52 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/
DDebug.cpp103 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/
Dflatc_main.cpp22 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()
Dflatc.cpp36 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/
DInstrProf.cpp603 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 …]
DInstrProfWriter.cpp184 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/
DPackedEGLEnums_autogen.cpp80 return MessageType::Warn; in FromEGLenum()
96 case MessageType::Warn: in ToEGLenum()
116 case MessageType::Warn: in operator <<()
DPackedEGLEnums_autogen.h47 Warn = 2, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
DPackedEGLEnums_autogen.cpp177 return MessageType::Warn; in FromEGLenum()
193 case MessageType::Warn: in ToEGLenum()
213 case MessageType::Warn: in operator <<()
DPackedEGLEnums_autogen.h75 Warn = 2, enumerator
/third_party/flatbuffers/include/flatbuffers/
Dflatc.h90 void Warn(const std::string &warn, bool show_exe_name = true) const;
/third_party/mindspore/mindspore/lite/src/common/
Dlog.cc85 OHOS::HiviewDFX::HiLog::Warn(MSLite_LABEL, FORMAT, file, line, func, msg); in PrintHiLog()
/third_party/icu/icu4c/source/test/testdata/
Droot.txt17 …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/
Daddon.gypi36 # Warn when using deprecated V8 APIs.
/third_party/cef/cmake/
Dcef_variables.cmake.in109 -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/
Dv0.4.2.rst29 * Warn about non-empty identifier list outside of definition
95 * Warn about explicit usage of sizeof(void)
/third_party/python/Doc/using/
Dcmdline.rst390 -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

1234