Home
last modified time | relevance | path

Searched full:analyzer (Results 1 – 25 of 64) sorted by relevance

123

/arkcompiler/toolchain/build/toolchain/
Dclang_static_analyzer_wrapper.py30 # Flags used to configure the analyzer's behavior.
33 '-analyzer-checker=cplusplus',
34 '-analyzer-opt-analyze-nested-blocks',
35 '-analyzer-eagerly-assume',
36 '-analyzer-output=text',
37 '-analyzer-config',
42 # https://clang-analyzer.llvm.org/available_checks.html.
43 '-analyzer-checker=core',
44 '-analyzer-checker=unix',
45 '-analyzer-checker=deadcode',
[all …]
/arkcompiler/ets_runtime/ecmascript/mem/
Decma_list.h86 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in RemoveNode()
90 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in RemoveNode()
93 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in RemoveNode()
95 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in RemoveNode()
103 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in RemoveNode()
105 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in RemoveNode()
Dslots.h43 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in Update()
49 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in UpdateWeak()
65 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in GetTaggedType()
71 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in GetTaggedValue()
Dbarriers.h35 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in SetPrimitive()
/arkcompiler/ets_frontend/ets2panda/test/unit/
DglobalETSObjectType_test.h56 …template <typename Parser, typename VarBinder, typename Checker, typename Analyzer, typename AstCo…
79 auto analyzer = Analyzer(checker); in InitializeChecker() local
80 checker->SetAnalyzer(&analyzer); in InitializeChecker()
96 publicContext_->analyzer = publicContext_->checker->GetAnalyzer(); in InitializeChecker()
Dunion_normalisation_test.h79 …template <typename Parser, typename VarBinder, typename Checker, typename Analyzer, typename AstCo…
102 auto analyzer = Analyzer(checker); in InitializeChecker() local
103 checker->SetAnalyzer(&analyzer); in InitializeChecker()
119 publicContext_->analyzer = publicContext_->checker->GetAnalyzer(); in InitializeChecker()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbalance_expressions.h115 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in GetBitCeil()
141 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in GetBitFloor()
145 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in GetBitFloor()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dpanda_smart_pointers_test.cpp66 // NOLINTNEXTLINE(clang-analyzer-cplusplus.Move) in TEST_F()
85 // NOLINTNEXTLINE(clang-analyzer-cplusplus.Move) in TEST_F()
Dstack_like_allocator_test.cpp182 ASSERT_FALSE(alloc.Contains(invalidAddr)); // NOLINT(clang-analyzer-unix.Malloc) in TEST_F()
186 ASSERT_FALSE(alloc.Contains(invalidAddr)); // NOLINT(clang-analyzer-unix.Malloc) in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dnative_bytes_from_mallinfo_test.cpp28 // NOLINTBEGIN(readability-magic-numbers,cppcoreguidelines-no-malloc,clang-analyzer-unix.Malloc, in TEST()
62 // NOLINTEND(readability-magic-numbers,cppcoreguidelines-no-malloc,clang-analyzer-unix.Malloc, in TEST()
Dbase_mem_stats_test.cpp69 // NOLINTBEGIN(clang-analyzer-deadcode.DeadStores) in TEST_F()
72 // NOLINTEND(clang-analyzer-deadcode.DeadStores) in TEST_F()
Dunique_fd_test.cpp56 // NOLINTBEGIN(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST()
92 // NOLINTEND(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST()
Dmem_hooks_test.cpp28 std::cout << ptr << std::endl; // NOLINT(clang-analyzer-unix.Malloc) in MallocFunc()
Dsmall_vector_test.cpp369 // NOLINTNEXTLINE(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST_F()
393 // NOLINTNEXTLINE(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST_F()
430 // NOLINTNEXTLINE(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST_F()
456 // NOLINTNEXTLINE(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST_F()
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dindex_test.cpp61 // NOLINTNEXTLINE(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST_F()
85 // NOLINTNEXTLINE(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST_F()
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-gc-func-list-gen.puactivity26 :Clang frontend - Clang Static Analyzer stage;
Dstatic-analyzer-warnings-generation.puactivity24 :Clang frontend - Clang Static Analyzer stage;
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dstatic-analyzer-gc-func-list-gen-activity.plantuml26 :Clang frontend - Clang Static Analyzer stage;
Dstatic-analyzer-warnings-generation-activity.plantuml24 :Clang frontend - Clang Static Analyzer stage;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp270 template <typename Parser, typename VarBinder, typename Checker, typename Analyzer, typename AstCom…
281 auto analyzer = Analyzer(&checker); in CreateCompiler() local
282 checker.SetAnalyzer(&analyzer); in CreateCompiler()
302 context.analyzer = checker.GetAnalyzer(); in CreateCompiler()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dfast_divisor.h41 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in FastConstSignedDivisor()
102 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in FastConstUnsignedDivisor()
/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h59 checker::SemanticAnalyzer *analyzer = nullptr; member
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp219 void Checker::SetAnalyzer(SemanticAnalyzer *analyzer) in SetAnalyzer() argument
221 analyzer_ = analyzer; in SetAnalyzer()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dir_generator.rb51 Output << "// NOLINTNEXTLINE(clang-analyzer-deadcode.DeadStores)"
85 Output << "// NOLINTNEXTLINE(clang-analyzer-deadcode.DeadStores)"
/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h125 …return *(reinterpret_cast<JSTaggedValue *>(GetAddress())); // NOLINT(clang-analyzer-core.NullDere… in GetTaggedValue()
134 …return *reinterpret_cast<JSTaggedType *>(GetAddress()); // NOLINT(clang-analyzer-core.NullDerefer… in GetTaggedType()

123