Home
last modified time | relevance | path

Searched defs:inc (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dnull_check_calls.ts45 function inc(a: number) { return a + 1 } function
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dnull_check_calls.ts45 function inc(a: number) { return a + 1 } function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h196 struct inc { // NOLINT(readability-identifier-naming) struct
197 constexpr T operator()(const T &x) const in operator()
/arkcompiler/runtime_core/libpandafile/
Dpgo.cpp43 auto inc = static_cast<uint32_t>(set_pgo); in MarkProfileItem() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dpgo.cpp43 auto inc = static_cast<uint32_t>(setPgo); in MarkProfileItem() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp60 auto inc = node->SetIcSlot(pg_->GetCurrentSlot()); in UpdateIcSlot() local
Dpandagen.h529 void IncreaseCurrentSlot(ICSlot inc) in IncreaseCurrentSlot()
Dpandagen.cpp2210 auto inc = ins->SetIcSlot(GetCurrentSlot()); in ReArrangeIc() local
2224 auto inc = ins->SetIcSlot(GetCurrentSlot()); in ReArrangeIc() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe_iterators.h431 size_t inc = sizeof(interpreter::VRegister) / sizeof(SlotType); variable