Home
last modified time | relevance | path

Searched full:increment (Results 1 – 25 of 113) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dnull-coalesc-negative.sts24 increment(): void {
35 b.increment();
37 a.increment();
40 /* @@? 37:5 Error TypeError: Property 'increment' does not exist on type 'C' */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/arkui/
Ddollar_dollar_01.sts22 function increment(n: int): void {
28 increment($$n)
32 increment(nn)
Ddollar_dollar_08.sts22 function increment(n: int): void {
28 increment($$nArr[0])
31 increment(nArr[1])
Ddollar_dollar_06.sts22 function increment(n: int): void {
28 increment($$n)
Ddollar_dollar_12.sts24 function increment(n: int): void {
29 increment($$globalNum)
Ddollar_dollar_07.sts23 function increment(n: int): void {
29 increment($$$$n)
Ddollar_dollar_10.sts22 function increment(n: int): void {
30 increment($$n)
Ddollar_dollar_13.sts28 function increment(): void {
35 increment()
Ddollar_dollar_09.sts29 function increment(n: int): void {
35 increment($$a.n)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/import/import_primitive_types/
Dimport_primitive_types.sts18 increment,
37 increment();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/import/
Dmain.js22 exports.increment = increment;
46 function increment() { function
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h51 const auto next_tail = Increment(current_tail); in TryPush()
94 size_t new_value = Increment(currentHead); in TryPop()
114 size_t Increment(size_t n) in Increment() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/
Deval_se.sts18 Expressions may contain assignments, increment operators, decrement operators,
48 // increment side effect
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h50 const auto nextTail = Increment(currentTail); in TryPush()
93 size_t newValue = Increment(currentHead); in TryPop()
130 size_t Increment(size_t n) in Increment() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DupdateExpression.cpp69 …argument_, "The operand of an increment or decrement operator must be a variable or a property acc… in Check()
70 "The operand of an increment or decrement operator may not be an optional property access"); in Check()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/04.prefix_decrement/
Dprefix_increment.sts17 desc: Prefix increment operator
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dtest-type-alias-call8.sts20 public increment(){
Dtest-type-alias-call1.sts19 public increment() {
Dtest-type-alias-call4.sts19 public static increment() {
Dtest-type-alias-call3.sts19 public increment() {
Dtest-type-alias-call2.sts21 public increment() {
Dtest-type-alias-call5.sts22 public increment() {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/01.postfix_increment/
Dpostfix_increment.sts17 desc: Postfix increment operator
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md35 …then each resolution attempt will increment value inside the slot until it either get replaced wit…
36 …or it reaches `PANDA_32BITS_HEAP_START_ADDRESS - 1` (after that invocations will not increment slo…
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md35 …then each resolution attempt will increment value inside the slot until it either get replaced wit…
36 …or it reaches `PANDA_32BITS_HEAP_START_ADDRESS - 1` (after that invocations will not increment slo…

12345