Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_frontend/ets2panda/driver/dependency_analyzer/
DREADME.md1 # 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/
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.h48 // 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()
Dbarriers.h37 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in SetPrimitive()
48 // NOLINTNEXTLINE(clang-analyzer-core.NullDereference) in SetPrimitive()
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dchecker_test.h84 …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/
Dunion_normalisation_test.h77 …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/
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.cpp189 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/
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/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()
Dmem_hooks_test.cpp28 std::cout << ptr << std::endl; // NOLINT(clang-analyzer-unix.Malloc) in MallocFunc()
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()
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/runtime_core/static_core/plugins/ets/sdk/native/
Dmain.cpp94 // 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/
Dfast_divisor.h41 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in FastConstSignedDivisor()
104 // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult) in FastConstUnsignedDivisor()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp438 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/
Dchecker.cpp151 void Checker::SetAnalyzer(SemanticAnalyzer *analyzer) in SetAnalyzer() argument
153 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.h126 …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()

1234