| /arkcompiler/ets_frontend/ets2panda/driver/dependency_analyzer/ |
| D | README.md | 1 # Es2panda Dependency analyzer 8 Import dependency analyzer between files. 12 1) Standard libraries are not handled by our dependency analyzer.
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | ecma_list.h | 86 // 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()
|
| D | slots.h | 48 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in Update() 54 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in UpdateWeak() 70 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in GetTaggedType() 76 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in GetTaggedValue()
|
| D | barriers.h | 37 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in SetPrimitive() 48 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in SetPrimitive()
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | checker_test.h | 84 …template <typename Parser, typename VarBinder, typename Checker, typename Analyzer, typename AstCo… 105 auto analyzer = Analyzer(checker); in InitializeChecker() local 106 checker->SetAnalyzer(&analyzer); in InitializeChecker() 123 publicContext_->analyzer = publicContext_->checker->GetAnalyzer(); in InitializeChecker()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | union_normalisation_test.h | 77 …template <typename Parser, typename VarBinder, typename Checker, typename Analyzer, typename AstCo… 98 auto analyzer = Analyzer(checker); in InitializeChecker() local 99 checker->SetAnalyzer(&analyzer); in InitializeChecker() 116 publicContext_->analyzer = publicContext_->checker->GetAnalyzer(); in InitializeChecker()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | panda_smart_pointers_test.cpp | 66 // NOLINTNEXTLINE(clang-analyzer-cplusplus.Move) in TEST_F() 85 // NOLINTNEXTLINE(clang-analyzer-cplusplus.Move) in TEST_F()
|
| D | stack_like_allocator_test.cpp | 189 ASSERT_FALSE(alloc.Contains(invalidAddr)); // NOLINT(clang-analyzer-unix.Malloc) in TEST_F() 193 ASSERT_FALSE(alloc.Contains(invalidAddr)); // NOLINT(clang-analyzer-unix.Malloc) in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.h | 115 // 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/libpandabase/tests/ |
| D | native_bytes_from_mallinfo_test.cpp | 28 // 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()
|
| D | base_mem_stats_test.cpp | 69 // NOLINTBEGIN(clang-analyzer-deadcode.DeadStores) in TEST_F() 72 // NOLINTEND(clang-analyzer-deadcode.DeadStores) in TEST_F()
|
| D | mem_hooks_test.cpp | 28 std::cout << ptr << std::endl; // NOLINT(clang-analyzer-unix.Malloc) in MallocFunc()
|
| D | unique_fd_test.cpp | 56 // NOLINTBEGIN(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST() 92 // NOLINTEND(bugprone-use-after-move,clang-analyzer-cplusplus.Move) in TEST()
|
| D | small_vector_test.cpp | 369 // 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/ |
| D | index_test.cpp | 61 // 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/ |
| D | static-analyzer-gc-func-list-gen.puactivity | 26 :Clang frontend - Clang Static Analyzer stage;
|
| D | static-analyzer-warnings-generation.puactivity | 24 :Clang frontend - Clang Static Analyzer stage;
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen-activity.plantuml | 26 :Clang frontend - Clang Static Analyzer stage;
|
| D | static-analyzer-warnings-generation-activity.plantuml | 24 :Clang frontend - Clang Static Analyzer stage;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/ |
| D | main.cpp | 94 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in Decode() 217 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in DoWrite() 229 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in DoEnd() 244 // NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage) in DoEnd()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | fast_divisor.h | 41 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in FastConstSignedDivisor() 104 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in FastConstUnsignedDivisor()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 438 context->analyzer = nullptr; in ClearContextAndReturnProgam() 445 template <typename Parser, typename VarBinder, typename Checker, typename Analyzer, typename AstCom… 465 auto analyzer = Analyzer(&checker); in Compile() local 467 checker.SetAnalyzer(&analyzer); in Compile() 468 context->analyzer = checker.GetAnalyzer(); in Compile()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.cpp | 151 void Checker::SetAnalyzer(SemanticAnalyzer *analyzer) in SetAnalyzer() argument 153 analyzer_ = analyzer; in SetAnalyzer()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | ir_generator.rb | 51 Output << "// NOLINTNEXTLINE(clang-analyzer-deadcode.DeadStores)" 85 Output << "// NOLINTNEXTLINE(clang-analyzer-deadcode.DeadStores)"
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_handle.h | 126 …return *reinterpret_cast<JSTaggedValue *>(GetAddress()); // NOLINT(clang-analyzer-core.NullDerefer… in GetTaggedValue() 135 …return *reinterpret_cast<JSTaggedType *>(GetAddress()); // NOLINT(clang-analyzer-core.NullDerefere… in GetTaggedType()
|