Home
last modified time | relevance | path

Searched full:warnings (Results 1 – 25 of 60) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/
Dguide.rst23 All "System |LANG|" warnings are divided into the following categories:
25 #. **Subset warnings**: Part of |LANG| that is common with |TS|.
28 #. **Non-subset warnings**: Part of |LANG| that differs from |TS|.
34 * **ets-subset-warnings** : Enable all ETS-warnings to keep the code in subset with |T…
35 * **ets-non-subset-warnings** : Enable all ETS-warnings that are not in subset with |TS|.
36 * **ets-warnings-all** : Enable all ETS-warnings in "System |LANG|".
37 * **ets-werror** : Treat all enabled ETS-warnings as errors.
46 To see "System |LANG|" warnings, add "System |LANG|" options from the list above while compiling.
72 4. Look through the ETS-Warnings in the output. For the code in the example
73 above, "System |LANG|" gives the following warnings:
[all …]
Dintro.rst20 on how to rewrite your |LANG| code by using System |LANG| warnings.
Dsuppression.rst39 If there is no argument, then all warnings will be suppressed.
45 …so valid. The list of possible arguments is the same as the list of ETS-warnings. Add any type of …
/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/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/static_core/tests/tests-u-runner/runner/test/multiple_config_test/
Dmultiple_config_test.py73 self.assertListEqual(yaml.warnings(), [])
110 self.assertListEqual(yaml.warnings(), [])
143 for warning in yaml.warnings():
145 self.assertEqual(len(yaml.warnings()), 2)
178 for warning in yaml.warnings():
180 self.assertEqual(len(yaml.warnings()), 2)
213 for warning in yaml.warnings():
216 self.assertEqual(len(yaml.warnings()), 2)
251 for warning in yaml.warnings():
254 self.assertEqual(len(yaml.warnings()), 1)
[all …]
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp172 // ETS-warnings
173 …ark::PandArg<bool> opEtsEnableAll {"ets-warnings-all", false, "Show performance-related ets-warnin…
174 …> opEtsWerror {"ets-werror", false, "Treat all enabled performance-related ets-warnings as error"};
175 …ark::PandArg<bool> opEtsSubsetWarnings {"ets-subset-warnings", false, "Show ETS-warnings that keep…
176 ark::PandArg<bool> opEtsNonsubsetWarnings {"ets-nonsubset-warnings", false,
177 "Show ETS-warnings that do not keep you in subset"};
185 …ove-async", false, "Suggests replacing async functions with coroutines - ETS Non Subset Warnings"};
201 "verifier-warnings", "CheckInfiniteLoopForAll",
321 // ETS-subset warnings in BindArgs()
327 // ETS-non-subset warnings in BindArgs()
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp79 explicit Result(JsonArrayBuilder &&warnings, JsonArrayBuilder &&errors) in Result() argument
80 : warnings_ {std::move(warnings)}, errors_ {std::move(errors)} in Result()
84 JsonArrayBuilder &&Warnings() in Warnings() function in ark::es2panda::compiler::ASTVerificationRunner::Result
126 auto warnings = JsonArrayBuilder {}; in DumpMessages()
128 … const auto filterMessages = [this, &warnings, &errors](const ast_verifier::CheckMessage &message, in DumpMessages()
133warnings.Add(message.DumpJSON(ast_verifier::CheckSeverity::WARNING, sourceName, phaseName)); in DumpMessages()
148 return Result {std::move(warnings), std::move(errors)}; in DumpMessages()
216 if (auto warnings = result.Warnings().Build(); warnings != "[]") { in RunVerifierAndPhases() local
217 LOG(WARNING, ES2PANDA) << warnings; in RunVerifierAndPhases()
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h135 bool etsEnableAll {}; // Enable all ETS-warnings for System ArkTS
136 bool etsSubsetWarnings {}; // Enable only ETS-warnings that keep you in subset
137 bool etsNonsubsetWarnings {}; // Enable only ETS-warnings that do not keep you in subset
140 // Subset ETS-Warnings
146 // Non-subset ETS-Warnings
150 bool etsWerror {}; // Treat all enabled ETS-warnings as errors
/arkcompiler/toolchain/build/config/mac/
Dmac_sdk_overrides.gni15 # asserts that those overrides are used, to prevent unused args warnings.
28 # unused args warnings.
/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/runtime_core/static_core/tests/tests-u-runner/runner/plugins/system/
Drunner_ets_system.py34 ALL_WARNINGS = ["--ets-warnings-all"]
41 SUPPRESSION_TESTS = ["--ets-warnings-all"]
42 WERROR_TESTS = ["--ets-warnings-all", "--ets-werror"]
/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/ets_frontend/ets2panda/linter/src/
DCommandLineParser.ts99 addOption(new Option('--warnings-as-errors', 'treat warnings as errors').hideHelp(true));
/arkcompiler/runtime_core/assembler/
Derror.h100 // Warnings
Dpandasm.h25 void PrintErrors(const panda::pandasm::ErrorList &warnings, const std::string &msg);
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.h25 void PrintErrors(const ark::pandasm::ErrorList &warnings, const std::string &msg);
Derror.h102 // Warnings
/arkcompiler/runtime_core/static_core/runtime/tests/
Dexplicit_gc_test.cpp40 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions,-warnings-as-errors)
83 // NOLINTNEXTLINE(readability-magic-numbers,-warnings-as-errors) in TEST_F()
Dtest_utils.h52 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions,-warnings-as-errors)
/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/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_check_infinite_loop_test.cpp161 // Expecting no warnings in TEST_P()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_containers_BlockingQueue.cpp55 // Disable thread-safety-analysis because it creates warnings

123