/arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
D | ast_verifier_test.cpp | 113 const auto [warnings, errors] = verifier.Verify({{"NodeHasParent"}}, {{}}, &emptyNode, checks); in TEST_F() 114 bool hasParent = warnings.empty(); in TEST_F() 116 ASSERT_EQ(warnings.size(), 1); in TEST_F() 118 ASSERT_EQ(warnings[0].GetName(), check); in TEST_F() 129 const auto [warnings, errors] = verifier.Verify({{"NodeHasType"}}, {{}}, &emptyNode, checks); in TEST_F() 130 bool hasType = warnings.empty(); in TEST_F() 132 ASSERT_NE(warnings.size(), 0); in TEST_F() 134 ASSERT_EQ(warnings[0].GetName(), check); in TEST_F() 144 … const auto [warnings, errors] = verifier.Verify({{"VariableHasScope"}}, {{}}, &emptyNode, checks); in TEST_F() 146 ASSERT_EQ(warnings.size(), 0); in TEST_F() [all …]
|
/arkcompiler/runtime_core/static_core/docs/diagrams/ |
D | static-analyzer-report-generation-activity.plantuml | 19 ->Files with warnings; 20 :Filter same warnings; 21 :Remove supressed warnings;
|
D | static-analyzer-warnings-generation-activity.plantuml | 16 title Creation of files with warnings 36 :Write warnings to the file;
|
/arkcompiler/runtime_core/docs/diagrams/ |
D | static-analyzer-report-generation.puactivity | 19 ->Files with warnings; 20 :Filter same warnings; 21 :Remove supressed warnings;
|
D | static-analyzer-warnings-generation.puactivity | 16 title Creation of files with warnings 36 :Write warnings to the file;
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | ASTVerifier.h | 133 …TVerifier::Errors, ASTVerifier::Errors> VerifyFull(const std::unordered_set<std::string> &warnings, 146 …e<ASTVerifier::Errors, ASTVerifier::Errors> Verify(const std::unordered_set<std::string> &warnings, 211 …bool Verify(const std::unordered_set<std::string> &warnings, const std::unordered_set<std::string>… in Verify() argument 214 auto [warns, asserts] = verifier_.Verify(warnings, errors, ast, accumulatedChecks_); in Verify()
|
D | ASTVerifier.cpp | 738 const std::unordered_set<std::string> &warnings, const std::unordered_set<std::string> &asserts, in VerifyFull() argument 745 return Verify(warnings, asserts, ast, recursiveChecks); in VerifyFull() 749 const std::unordered_set<std::string> &warnings, const std::unordered_set<std::string> &asserts, in Verify() argument 770 if (warnings.count(invariantName) > 0) { in Verify()
|
/arkcompiler/toolchain/build/toolchain/ |
D | cc_wrapper.gni | 27 # Use ccache 3.2 or later to avoid clang unused argument warnings: 30 # To avoid -Wparentheses-equality clang warnings, at some cost in terms of
|
/arkcompiler/ets_frontend/ets2panda/linter/ |
D | README.md | 50 `--warnings-as-errors` - linter detects two kinds of problems: warnings and errors. This parameter …
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
D | README.md | 50 `--warnings-as-errors` - linter detects two kinds of problems: warnings and errors. This parameter …
|
/arkcompiler/runtime_core/static_core/patches/zydis/ |
D | 0002-Remove-chromium_code-config-for-OHOS-builds.patch | 6 This config enables extra warnings with -Werror resulting in Zydis build
|
/arkcompiler/runtime_core/static_core/assembler/ |
D | pandasm.h | 25 void PrintErrors(const panda::pandasm::ErrorList &warnings, const std::string &msg);
|
D | pandasm.cpp | 50 void PrintErrors(const panda::pandasm::ErrorList &warnings, const std::string &msg) in PrintErrors() argument 52 for (const auto &iter : warnings) { in PrintErrors()
|
/arkcompiler/runtime_core/assembler/ |
D | pandasm.h | 25 void PrintErrors(const panda::pandasm::ErrorList &warnings, const std::string &msg);
|
D | pandasm.cpp | 47 void PrintErrors(const panda::pandasm::ErrorList &warnings, const std::string &msg) in PrintErrors() argument 49 for (const auto &iter : warnings) { in PrintErrors()
|
/arkcompiler/runtime_core/static_core/verification/gen/templates/ |
D | abs_int_inl_compat_checks.h.erb | 41 % checks.results.ok.to_h.merge(checks.results.warnings.to_h).merge(checks.results.errors.to_h).each…
|
/arkcompiler/toolchain/build/config/compiler/ |
D | BUILD.gn | 123 # Suppress warnings about ABI changes on ARM (Clang doesn't give this 462 # Enable extra warnings for ark_code when we control the compiler.
|
/arkcompiler/runtime_core/static_core/cmake/ |
D | CommonTesting.cmake | 186 … echo "Fail: using \\'fast\\' mode in multithreading test detected: please, check warnings below"
|
/arkcompiler/toolchain/build/third_party_gn/googletest/ |
D | BUILD.gn | 101 # these warnings until https://github.com/google/googletest/issues/533 is
|
/arkcompiler/runtime_core/static_core/docs/ |
D | doxygen.config | 434 # Note: This will also disable the warnings about undocumented members that are 731 # this implies that the warnings are on. 733 # Tip: Turn warnings on while writing the documentation. 739 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag 745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for 753 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
|
/arkcompiler/runtime_core/docs/ |
D | doxygen.config | 434 # Note: This will also disable the warnings about undocumented members that are 731 # this implies that the warnings are on. 733 # Tip: Turn warnings on while writing the documentation. 739 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag 745 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for 753 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
|