Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.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);
95 uint64_t Weight, function_ref<void(Error)> Warn);
DInstrProf.h616 function_ref<void(instrprof_error)> Warn);
618 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn);
685 function_ref<void(instrprof_error)> Warn);
689 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn);
760 function_ref<void(instrprof_error)> Warn);
764 function_ref<void(instrprof_error)> Warn);
/external/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'")
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/
DLLVM.Cpp.Common.targets43 <!-- Warn on /Zi and /ZI, then map them both to /Z7. -->
51 <!-- Warn if Fiber Safe Optimizations are enabled, and then ignore them. -->
56 <!-- Warn if Whole Program Optimization is enabled, and then ignore it. -->
61 <!-- Warn if Ignore Standard Include Paths is non-empty, then ignore it. -->
66 <!-- Warn if Smaller Type Check is enabled, then ignore it.-->
71 <!-- Warn if Runtime Checks are enabled, then ignore them.-->
76 <!-- Warn if parallel code generation on #pragma loop is enabled, then ignore. -->
81 <!-- Warn if hotpatchable images are turned on -->
86 <!-- Warn if /Zc:forScope- is specified, and then ignore it. -->
91 <!-- Warn if /Zc:wchar_t- is specified, and then ignore it. -->
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp484 function_ref<void(instrprof_error)> Warn) { in merge() argument
497 Warn(instrprof_error::counter_overflow); in merge()
506 function_ref<void(instrprof_error)> Warn) { in scale() argument
511 Warn(instrprof_error::counter_overflow); in scale()
519 function_ref<void(instrprof_error)> Warn) { in mergeValueProfData() argument
523 Warn(instrprof_error::value_site_count_mismatch); in mergeValueProfData()
533 ThisSiteRecords[I].merge(OtherSiteRecords[I], Weight, Warn); in mergeValueProfData()
537 function_ref<void(instrprof_error)> Warn) { in merge() argument
541 Warn(instrprof_error::count_mismatch); in merge()
550 Warn(instrprof_error::counter_overflow); in merge()
[all …]
DInstrProfWriter.cpp181 function_ref<void(Error)> Warn) { in addRecord() argument
184 addRecord(Name, Hash, std::move(I), Weight, Warn); in addRecord()
189 function_ref<void(Error)> Warn) { in addRecord() argument
199 Warn(make_error<InstrProfError>(E)); in addRecord()
216 function_ref<void(Error)> Warn) { in mergeRecordsFromWriter() argument
219 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td123 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
135 HelpText<"Warn about unintended use of identical expressions in operators">,
151 HelpText<"Warn about unintended use of sizeof() on pointer expressions">,
297 HelpText<"Warn on uses of the 'gets' function">,
300 HelpText<"Warn on uses of the 'getpw' function">,
303 HelpText<"Warn on uses of the 'mktemp' function">,
306 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format string">,
309 HelpText<"Warn on uses of the 'rand', 'random', and related functions">,
312 HelpText<"Warn on uses of the 'strcpy' and 'strcat' functions">,
315 HelpText<"Warn on uses of the 'vfork' function">,
[all …]
/external/clang/lib/Analysis/
DPrintfFormatString.cpp53 const char *FlagBeg, const char *E, bool Warn) { in ParseObjCFlags() argument
61 if (Warn) { in ParseObjCFlags()
76 bool Warn, in ParsePrintfSpecifier() argument
106 if (Warn) in ParsePrintfSpecifier()
117 if (Warn) in ParsePrintfSpecifier()
143 if (Warn) in ParsePrintfSpecifier()
155 if (Warn) in ParsePrintfSpecifier()
164 if (Warn) in ParsePrintfSpecifier()
175 if (Warn) in ParsePrintfSpecifier()
184 if (Warn) in ParsePrintfSpecifier()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_versioncontrol.cpp15 (void*)XFA_AttributeEnum::Warn},
17 (void*)XFA_AttributeEnum::Warn},
/external/flatbuffers/src/
Dflatc_main.cpp21 static void Warn(const flatbuffers::FlatCompiler *flatc, in Warn() function
97 params.warn_fn = Warn; in main()
Dflatc.cpp48 void FlatCompiler::Warn(const std::string &warn, bool show_exe_name) const { in Warn() function in flatbuffers::FlatCompiler
454 Warn(std::string("GRPC interface generator not implemented for ") + in Compile()
/external/tensorflow/tensorflow/core/platform/s3/
Daws_logging.cc56 case Aws::Utils::Logging::LogLevel::Warn: in LogMessage()
104 log_level = Aws::Utils::Logging::LogLevel::Warn; in ParseLogLevelFromEnv()
/external/tensorflow/tensorflow/lite/
Dminimal_logging_test.cc36 TEST(MinimalLogging, Warn) { in TEST() argument
/external/v8/src/
Dd8-console.h25 void Warn(const debug::ConsoleCallArguments& args,
Dd8-console.cc69 void D8Console::Warn(const debug::ConsoleCallArguments& args, in Warn() function in v8::D8Console
/external/autotest/client/site_tests/dummy_Fail/
Dcontrol24 job.run_test('dummy_Fail', tag='Warn', to_throw='TestWarn')
/external/vulkan-validation-layers/
DCMakeLists.txt135 # Warn about nested declarations
137 # Warn about potentially uninitialized variables
140 # Warn about different indirection types.
142 # Warn about signed/unsigned mismatch.
/external/flatbuffers/include/flatbuffers/
Dflatc.h86 void Warn(const std::string &warn, bool show_exe_name = true) const;
/external/icu/icu4c/source/test/testdata/
Droot.txt17 …CurrentCLDRVersion { 34.0 } // Current CLDR version as of the test update. Warn if not an exact ma…
/external/catch2/docs/
Dlist-of-examples.md33 - Logging: [WARN - Issue warning](../examples/160-Log-Warn.cpp)
/external/v8/src/debug/
Dinterface-types.h134 virtual void Warn(const ConsoleCallArguments& args, in Warn() function
/external/python/cpython3/Doc/using/
Dcmdline.rst384 -Wdefault # Warn once per call location
386 -Walways # Warn every time
387 -Wmodule # Warn once per calling module
388 -Wonce # Warn once per Python process
666 PYTHONWARNINGS=default # Warn once per call location
668 PYTHONWARNINGS=always # Warn every time
669 PYTHONWARNINGS=module # Warn once per calling module
670 PYTHONWARNINGS=once # Warn once per Python process
/external/elfutils/config/
Deu.am39 # Warn about stack usage of more than 256K = 262144 bytes.
/external/clang/test/Analysis/
DDeallocUseAfterFreeErrors.m217 // Warn about calling [super dealloc] twice due to missing return statement.
237 // Warn about calling [super dealloc] twice in two different methods.
/external/v8/src/builtins/
Dbuiltins-console.cc22 V(Warn, warn) \

1234