| /arkcompiler/toolchain/build/toolchain/ |
| D | clang_static_analyzer_wrapper.py | 30 # 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/ |
| 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 | 43 // 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()
|
| D | barriers.h | 35 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in SetPrimitive()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | globalETSObjectType_test.h | 56 …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()
|
| D | union_normalisation_test.h | 79 …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/ |
| 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/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 | 182 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/ |
| 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 | 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 | mem_hooks_test.cpp | 28 std::cout << ptr << std::endl; // NOLINT(clang-analyzer-unix.Malloc) in MallocFunc()
|
| 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/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 270 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/ |
| D | fast_divisor.h | 41 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in FastConstSignedDivisor() 102 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in FastConstUnsignedDivisor()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | public.h | 59 checker::SemanticAnalyzer *analyzer = nullptr; member
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.cpp | 219 void Checker::SetAnalyzer(SemanticAnalyzer *analyzer) in SetAnalyzer() argument 221 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 | 125 …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()
|