Home
last modified time | relevance | path

Searched full:if (Results 1 – 25 of 6619) sorted by relevance

12345678910>>...265

/arkcompiler/ets_frontend/es2panda/test/bytecode/ts/ic/
Dic-slot-8-16-bit-sort.ts20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
28 if (false) { }
29 if (false) { }
[all …]
Dic-slot-no-overflow.ts18 if (false) { }
19 if (false) { }
20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
[all …]
Dic-slot-8-16-bit-no-sort.ts20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
28 if (false) { }
29 if (false) { }
[all …]
Dic-slot-8-overflow-16-gap.ts20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
28 if (false) { }
29 if (false) { }
[all …]
Dic-slot-8-overflow-gap-0xfe.ts18 if (false) { }
19 if (false) { }
20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
[all …]
Dic-slot-8-overflow-no-gap.ts18 if (false) { }
19 if (false) { }
20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/ic/
Dic-slot-8-overflow-gap-0xfe.ts18 if (false) { }
19 if (false) { }
20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
[all …]
Dic-slot-8-overflow-16-gap.ts23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
28 if (false) { }
29 if (false) { }
30 if (false) { }
31 if (false) { }
32 if (false) { }
[all …]
Dic-slot-8-overflow-no-gap.ts18 if (false) { }
19 if (false) { }
20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
[all …]
Dic-slot-8-16-bit-sort.ts23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
28 if (false) { }
29 if (false) { }
30 if (false) { }
31 if (false) { }
32 if (false) { }
[all …]
Dic-slot-no-overflow.ts18 if (false) { }
19 if (false) { }
20 if (false) { }
21 if (false) { }
22 if (false) { }
23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
[all …]
Dic-slot-8-16-bit-no-sort.ts23 if (false) { }
24 if (false) { }
25 if (false) { }
26 if (false) { }
27 if (false) { }
28 if (false) { }
29 if (false) { }
30 if (false) { }
31 if (false) { }
32 if (false) { }
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/
Dunary.ets25 i = + t2 * t4; if (i != 8) return 1;
26 i = + + t2 * t4; if (i != 8) return 1;
27 i = - t2 * t4; if (i != -8) return 1;
28 i = - - t2 * t4; if (i != 8) return 1;
29 i = ~ t2 * t4; if (i != -12) return 1;
30 i = ~ ~ t2 * t4; if (i != 8) return 1;
31 i = + - t2 * t4; if (i != -8) return 1;
32 i = + ~ t2 * t4; if (i != -12) return 1;
33 i = - + t2 * t4; if (i != -8) return 1;
34 i = - ~ t2 * t4; if (i != 12) return 1;
[all …]
Dtypeof.ets29 if (str != "number" || num != 2.0) return 1;
33 if (str != "number" || num != 1.0) return 1;
37 if (str != "string" || num != 2.0) return 1;
41 if (str != "string" || num != 1.0) return 1;
46 if (str != "number" || num != 2.0) return 1;
50 if (str != "number" || num != 1.0) return 1;
54 if (str != "string" || num != 2.0) return 1;
58 if (str != "string" || num != 1.0) return 1;
63 if (str != "number" || num != 1.0) return 1;
67 if (str != "string" || num != 1.0) return 1;
[all …]
Dbitwise.ets25 if (res != 3) return 1;
28 if (res != 3) return 1;
31 if (res != 7) return 1;
35 if (res != 7) return 1;
38 if (res != 7) return 1;
41 if (res != 7) return 1;
45 if (res != 5) return 1; else t2 = 2;
48 if (res != 6) return 1; else t2 = 2;
51 if (res != 9) return 1; else t2 = 2;
54 if (res != -1) return 1; else t2 = 2;
[all …]
Ddiv.ets25 if (res != 12) return 1;
29 if (res != 1) return 1;
33 if (res != 4) return 1;
37 if (res != 0) return 1;
41 if (res != 2) return 1;
44 if (res != 0) return 1;
48 if (res != 16) return 1;
51 if (res != 63) return 1;
54 if (res != 268435440) return 1;
57 if (t255 < t510 / t2) return 1;
[all …]
Dmul.ets25 if (res != 4) return 1;
29 if (res != 4) return 1;
33 if (res != 14) return 1;
37 if (res != -10) return 1;
41 if (res != -2) return 1;
44 if (res != -3) return 1;
48 if (res != 256) return 1;
51 if (res != -4) return 1;
54 if (res != 67108860) return 1;
57 if (t255 < t8 * t8) return 1;
[all …]
Dmod.ets25 if (res != 0) return 1;
29 if (res != 0) return 1;
33 if (res != 3) return 1;
37 if (res != 5) return 1;
41 if (res != 8) return 1;
45 if (res != 6) return 1;
49 if (res != 8) return 1;
52 if (res != 127) return 1;
55 if (res != 536870880) return 1;
58 if (t8 < t518 % t255) return 1;
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dif-expected.txt15 "program": "if.ets"
20 "program": "if.ets"
37 "program": "if.ets"
42 "program": "if.ets"
63 "program": "if.ets"
68 "program": "if.ets"
82 "program": "if.ets"
87 "program": "if.ets"
108 "program": "if.ets"
113 "program": "if.ets"
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-if-expected.txt17 "program": "test-if.js"
22 "program": "test-if.js"
30 "program": "test-if.js"
35 "program": "test-if.js"
52 "program": "test-if.js"
57 "program": "test-if.js"
68 "program": "test-if.js"
73 "program": "test-if.js"
81 "program": "test-if.js"
86 "program": "test-if.js"
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/
Dif2.params.yaml17 if (ct())
23 if (((ct() && ct() && ct())))
29 if (cf())
36 if (cf())
43 if (cf())
50 if (cf())
51 if (ct())
59 if (cf() && ct()) {
60 if (ct())
64 if (ct())
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/
Dif_stmt.params.yaml18 if (v != null) {
19 if (v.meth_i(1) != 'I1') {
22 if (v.meth_a(1) != 'A1') {
25 if (v instanceof C) {
26 if (v.meth_c(1) != 'C1') {
30 if (v instanceof D) {
31 if (v.meth_d(1) != 'D1') {
43 if (v != null) {
44 if (v instanceof K) {
45 if (v.meth_k(1) != 'K1') {
[all …]
/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h272 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is NULL.
273 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is not Intrinsic.
274 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Intrinsic opcode is not GETMODULENAMESPACE or
284 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is NULL.
285 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `md` is NULL.
286 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is not Intrinsic.
287 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if Intrinsic opcode is not GETMODULENAMESPACE or
289 …* @note Set `ABCKIT_STATUS_WRONG_CTX` error if corresponding `AbckitFile`s owning `inst` and `md` …
297 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is NULL.
298 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is not Intrinsic.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/
Dinstof.ets18 Using instanceof to test a reference type expression allows to find out if
33 if (!(a instanceof A)) return 1;
34 if (!(a instanceof I)) return 1;
35 if (a instanceof B) return 1;
36 if (a instanceof J) return 1;
39 if (!(a instanceof A)) return 1;
40 if (!(a instanceof I)) return 1;
41 if (!(a instanceof B)) return 1;
42 if (!(a instanceof J)) return 1;
45 if (!(i instanceof A)) return 1;
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dbasic_block.h74 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `basicBlock` is NULL.
75 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `cb` is NULL.
82 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `basicBlock` is NULL.
83 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `cb` is NULL.
90 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if basicBlock is NULL.
117 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if basicBlock is NULL.
118 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is NULL.
119 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if `inst` is constant.
120 …* @note Set `ABCKIT_STATUS_WRONG_CTX` error if corresponding `AbckitGraphs`s owning basicBlock and…
130 * @note Set `ABCKIT_STATUS_BAD_ARGUMENT` error if basicBlock is NULL.
[all …]

12345678910>>...265