Home
last modified time | relevance | path

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

/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/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/assembler/
Derror.h100 // Warnings
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/verification/gen/templates/
Dabs_int_inl_compat_checks.h.erb39 % checks.results.ok.to_h.merge(checks.results.warnings.to_h).merge(checks.results.errors.to_h).each…
/arkcompiler/runtime_core/verification/
Dverification.yaml30 warnings:
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dregisters_description.h140 // NOLINTNEXTLINE(bugprone-branch-clone,-warnings-as-errors) in GetUsedRegsMask()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.h75 // Models are defined in .c file to avoid code style warnings
/arkcompiler/runtime_core/docs/
Ddoxygen.config434 # Note: This will also disable the warnings about undocumented members that are
435 # normally produced when WARNINGS is set to YES.
729 # The WARNINGS tag can be used to turn on/off the warning messages that are
730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
731 # this implies that the warnings are on.
733 # Tip: Turn warnings on while writing the documentation.
736 WARNINGS = YES
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/libpandabase/utils/
Darch.h150 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage,-warnings-as-errors)
Dbit_table.h662 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic,-warnings-as-errors) in Add()
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h125 1(current). Conflicts are reported as warnings, conflicting regs are removed fro resulting context.
1493 // TODO(vdyadov) : add warnings when actual type is not unsigned in HandleDivu2()
1503 // TODO(vdyadov) : add warnings when actual type is not unsigned in HandleDivu2Wide()
1513 // TODO(vdyadov) : add warnings when actual type is not unsigned in HandleModu2()
1523 // TODO(vdyadov) : add warnings when actual type is not unsigned in HandleModu2Wide()
2760 …// results is empty if there was an OK, contains all warnings if there were any warnings, all erro… in ProcessStoreField()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp634 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors)
/arkcompiler/runtime_core/runtime/
Dmonitor.cpp592 … // Even thout these 2 warnings are valid, We suppress them. Reason is to have consistent logging in Acquire()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp203 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic,-warnings-as-errors) in CreateMultiArrayRecEntrypoint()