Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_test.cpp113 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/
Dstatic-analyzer-report-generation-activity.plantuml19 ->Files with warnings;
20 :Filter same warnings;
21 :Remove supressed warnings;
Dstatic-analyzer-warnings-generation-activity.plantuml16 title Creation of files with warnings
36 :Write warnings to the file;
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-report-generation.puactivity19 ->Files with warnings;
20 :Filter same warnings;
21 :Remove supressed warnings;
Dstatic-analyzer-warnings-generation.puactivity16 title Creation of files with warnings
36 :Write warnings to the file;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.h133 …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()
DASTVerifier.cpp738 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/
Dcc_wrapper.gni27 # 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/
DREADME.md50 `--warnings-as-errors` - linter detects two kinds of problems: warnings and errors. This parameter …
/arkcompiler/ets_frontend/ets2panda/linter-4.2/
DREADME.md50 `--warnings-as-errors` - linter detects two kinds of problems: warnings and errors. This parameter …
/arkcompiler/runtime_core/static_core/patches/zydis/
D0002-Remove-chromium_code-config-for-OHOS-builds.patch6 This config enables extra warnings with -Werror resulting in Zydis build
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.h25 void PrintErrors(const panda::pandasm::ErrorList &warnings, const std::string &msg);
Dpandasm.cpp50 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/
Dpandasm.h25 void PrintErrors(const panda::pandasm::ErrorList &warnings, const std::string &msg);
Dpandasm.cpp47 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/
Dabs_int_inl_compat_checks.h.erb41 % checks.results.ok.to_h.merge(checks.results.warnings.to_h).merge(checks.results.errors.to_h).each…
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn123 # 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/
DCommonTesting.cmake186 … echo "Fail: using \\'fast\\' mode in multithreading test detected: please, check warnings below"
/arkcompiler/toolchain/build/third_party_gn/googletest/
DBUILD.gn101 # these warnings until https://github.com/google/googletest/issues/533 is
/arkcompiler/runtime_core/static_core/docs/
Ddoxygen.config434 # 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/
Ddoxygen.config434 # 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