/external/swiftshader/third_party/llvm-7.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); 95 uint64_t Weight, function_ref<void(Error)> Warn);
|
D | InstrProf.h | 616 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/ |
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'")
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/ |
D | LLVM.Cpp.Common.targets | 43 <!-- 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/ |
D | InstrProf.cpp | 484 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 …]
|
D | InstrProfWriter.cpp | 181 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/ |
D | Checkers.td | 123 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/ |
D | PrintfFormatString.cpp | 53 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/ |
D | cxfa_versioncontrol.cpp | 15 (void*)XFA_AttributeEnum::Warn}, 17 (void*)XFA_AttributeEnum::Warn},
|
/external/flatbuffers/src/ |
D | flatc_main.cpp | 21 static void Warn(const flatbuffers::FlatCompiler *flatc, in Warn() function 97 params.warn_fn = Warn; in main()
|
D | flatc.cpp | 48 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/ |
D | aws_logging.cc | 56 case Aws::Utils::Logging::LogLevel::Warn: in LogMessage() 104 log_level = Aws::Utils::Logging::LogLevel::Warn; in ParseLogLevelFromEnv()
|
/external/tensorflow/tensorflow/lite/ |
D | minimal_logging_test.cc | 36 TEST(MinimalLogging, Warn) { in TEST() argument
|
/external/v8/src/ |
D | d8-console.h | 25 void Warn(const debug::ConsoleCallArguments& args,
|
D | d8-console.cc | 69 void D8Console::Warn(const debug::ConsoleCallArguments& args, in Warn() function in v8::D8Console
|
/external/autotest/client/site_tests/dummy_Fail/ |
D | control | 24 job.run_test('dummy_Fail', tag='Warn', to_throw='TestWarn')
|
/external/vulkan-validation-layers/ |
D | CMakeLists.txt | 135 # 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/ |
D | flatc.h | 86 void Warn(const std::string &warn, bool show_exe_name = true) const;
|
/external/icu/icu4c/source/test/testdata/ |
D | root.txt | 17 …CurrentCLDRVersion { 34.0 } // Current CLDR version as of the test update. Warn if not an exact ma…
|
/external/catch2/docs/ |
D | list-of-examples.md | 33 - Logging: [WARN - Issue warning](../examples/160-Log-Warn.cpp)
|
/external/v8/src/debug/ |
D | interface-types.h | 134 virtual void Warn(const ConsoleCallArguments& args, in Warn() function
|
/external/python/cpython3/Doc/using/ |
D | cmdline.rst | 384 -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/ |
D | eu.am | 39 # Warn about stack usage of more than 256K = 262144 bytes.
|
/external/clang/test/Analysis/ |
D | DeallocUseAfterFreeErrors.m | 217 // 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/ |
D | builtins-console.cc | 22 V(Warn, warn) \
|