Searched full:fld1 (Results 1 – 22 of 22) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/ |
| D | type_param_class.sts | 28 fld1: T; 32 this.fld1 = p; 33 this.fld2 = this.fld1 * 2; // CTE, cannot apply arithmetic to type parameters
|
| D | type_param_interface.sts | 40 fld1: T; 45 this.fld1 = p; 46 this.fld2 = this.fld1 * 2;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ |
| D | widening_refs_call.sts | 29 public fld1: {{c.totype}}; 33 this.fld1 = p; 45 if (obj.fld1 !== v || obj.fld2 !== v) {
|
| D | widening_prim_call.sts | 23 public fld1: {{c.ctype}}; 27 this.fld1 = p; 40 if (obj{{loop.index}}.fld1 != {{t.val2|safe}} || obj{{loop.index}}.fld2 != {{t.val2|safe}}) {
|
| D | unrelated_call.sts | 31 public fld1: {{c.totype}}; 35 this.fld1 = p; 47 if (obj.fld1 !== v || obj.fld2 !== v) {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.enum_to_int_conversion/ |
| D | enum2int.params.yaml | 56 fld1: int = Color.Red 63 assert a.fld1 == 0 70 fld1: int 77 a.fld1 = Color.Red 80 assert a.fld1 == 0
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/13.enum_to_string_conversion/ |
| D | enum2str.params.yaml | 56 fld1: string = Color.Red 63 assert a.fld1 == "r" 70 fld1: string 77 a.fld1 = Color.Red 80 assert a.fld1 == "r"
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | sta.obj.yaml | 75 i32 fld1 82 i64 fld1 88 f64 fld1 94 f32 fld1
|
| D | lda.obj.yaml | 74 i32 fld1 80 i64 fld1 86 f64 fld1 92 f32 fld1
|
| D | mov.obj.yaml | 75 i32 fld1 82 i64 fld1 88 f64 fld1 94 f32 fld1
|
| D | return.obj.yaml | 18 i32 fld1 23 stobj a0, Obj.fld1 66 ldobj v0, Obj.fld1 128 ldobj v0, Obj.fld1 190 ldobj v0, Obj.fld1 245 ldobj v0, Obj.fld1
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | sta.obj.yaml | 75 i32 fld1 82 i64 fld1 88 f64 fld1 94 f32 fld1
|
| D | lda.obj.yaml | 73 i32 fld1 79 i64 fld1 85 f64 fld1 91 f32 fld1
|
| D | mov.obj.yaml | 74 i32 fld1 80 i64 fld1 86 f64 fld1 92 f32 fld1
|
| D | return.obj.yaml | 18 i32 fld1 22 stobj a0, Obj.fld1 60 ldobj v0, Obj.fld1 121 ldobj v0, Obj.fld1
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.trailing_lambda/ |
| D | trlambda_func.params.yaml | 229 fld1: number 234 let v: A = { fld1: foo(1.0) { globl = 3.0 }, fld2: foo(2.0) { globl += 5.0 } } 235 assert v.fld1 == 4.0 && v.fld2 == 11.0
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule1.sts | 47 [S1.s1]: "fld1",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.tuple_types_conversion/decl_field/ |
| D | decl-field_n.sts | 28 …fld1: [{% for t in c['to'] %}{{t.type}}{% if not loop.last %}, {% endif %}{% endfor %}] = [{% for …
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | optional_library_types.sts | 77 fld1: number; 85 let v1 = a.fld1;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 5_generics.rst | 393 readonly fld1: T2
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_type.cpp | 2183 // int32 fld1 : 30 in GetBitOffsetFromStructBaseAddr() 2197 // int32 fld1 : 5 in GetBitOffsetFromStructBaseAddr()
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | parser_test.cpp | 4415 i32 fld1 <access.field=public> in TEST() 4457 i32 fld1 <access.field> in TEST()
|