Home
last modified time | relevance | path

Searched +full:check +full:- +full:type (Results 1 – 25 of 1073) sorted by relevance

12345678910>>...43

/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_symbol/
Dexpected_output.txt6 # http://www.apache.org/licenses/LICENSE-2.0
14 [trace] Check Type: PrototypeChanged2
15 [trace] Check Type: InconsistentHClass8
16 [trace] Check Type: InconsistentHClass13
17 [trace] Check Type: InconsistentHClass8
18 [trace] Check Type: InconsistentHClass13
19 [trace] Check Type: InconsistentHClass8
20 [trace] Check Type: InconsistentHClass13
21 [trace] Check Type: InconsistentHClass8
22 [trace] Check Type: InconsistentHClass13
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzerUnreachable.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
21 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
26 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
31 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
36 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
41 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
46 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
51 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
56 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
61 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
[all …]
DETSAnalyzerUnreachable.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
21 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
26 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in ark::es2panda::checker::ETSAnalyzer
31 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in ark::es2panda::checker::ETSAnalyzer
36 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check() function in ark::es2panda::checker::ETSAnalyzer
41 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
46 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
51 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
56 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
61 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json2 "type": "object", string
4 "file-name",
10 "file-name": {
11 "type": "string" string
14 "type": "boolean" string
17 "type": "boolean" string
20 "type": "object", string
28 "type": "string" string
31 "type": "string" string
34 "type": "array", string
[all …]
Dcheckcast.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: PandaAssembly_header
29 .record A <panda.annotation, panda.annotation.type=runtime> {}
31 - name: pandasm_header
44 - file-name: "checkcast"
46 title: Check cast
48 Resolve object type by specified id and if an object in accumulator can be cast to the
49 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown.
51 - sig: checkcast type_id
[all …]
Dlda.obj.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
17 - file-name: lda.obj
22 - x_none
24 - file-name: op_p
27 - sig: lda.obj v:in:ref
30 check-type: none
31 code-template: |
35 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc).
44 header-template: []
[all …]
Dfcmpg.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: fcmpg.64
18 title: Floating-point comparison
21 - x_none
23 - file-name: zero
26 - sig: fcmpg.64 v:in:f64
27 acc: inout:f64->i32
30 description: Check fcmpg.64 compares zero with other zero values.
31 code-template: |
[all …]
Dfcmpl.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: fcmpl.64
18 title: Floating-point comparison
21 - x_none
23 - file-name: op_vs_8_zero
26 - sig: fcmpl.64 v:in:f64
27 acc: inout:f64->i32
30 description: Check fcmpl.64 compares zero with other zero values.
31 code-template: |
[all …]
Dfcmpg.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: fcmpg
18 title: Floating-point comparison
21 - x_none
23 - file-name: zero
26 - sig: fcmpg v:in:f32
27 acc: inout:f32->i32
30 description: Check fcmpg compares zero with other zero values.
32 code-template: |
[all …]
Dfcmpl.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: fcmpl
18 title: Floating-point comparison
21 - x_none
23 - file-name: zero
26 - sig: fcmpl v:in:f32
27 acc: inout:f32->i32
30 description: Check fcmpl compares zero with other zero values.
32 code-template: |
[all …]
Ducmp.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: 'ucmp.64'
21 - x_none
23 - file-name: 'op_vs_8_eq'
26 - sig: ucmp.64 v:in:u64
27 acc: inout:u64->i32
30 check-type: check-positive
31 description: Check ucmp.64 with equal values.
32 code-template: |
[all …]
Ducmp.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: 'ucmp'
21 - x_none
23 - file-name: 'op_vs_8_eq'
26 - sig: ucmp v:in:u32
27 acc: inout:u32->i32
30 check-type: check-positive
31 code-template: |
32 # test - compare equal values
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json2 "type": "object", string
4 "file-name",
10 "file-name": {
11 "type": "string" string
14 "type": "boolean" string
17 "type": "boolean" string
20 "type": "object", string
28 "type": "string" string
31 "type": "string" string
34 "type": "array", string
[all …]
Dcheckcast.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
23 - file-name: "checkcast"
25 title: Check cast
27 Resolve object type by specified id and if an object in accumulator can be cast to the
28 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown.
30 - sig: checkcast type_id
34 - file-name: "null_to_any_type_pa"
36 description: Check that null object reference can be cast to any type
[all …]
Dfcmpg.64.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: fcmpg.64
18 title: Floating-point comparison
21 - x_none
23 - file-name: zero
26 - sig: fcmpg.64 v:in:f64
27 acc: inout:f64->i32
30 description: Check fcmpg.64 compares zero with other zero values.
31 code-template: |
[all …]
Dfcmpg.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: fcmpg
18 title: Floating-point comparison
21 - x_none
23 - file-name: zero
26 - sig: fcmpg v:in:f32
27 acc: inout:f32->i32
30 description: Check fcmpg compares zero with other zero values.
32 code-template: |
[all …]
Dfcmpl.64.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: fcmpl.64
18 title: Floating-point comparison
21 - x_none
23 - file-name: op_vs_8_zero
26 - sig: fcmpl.64 v:in:f64
27 acc: inout:f64->i32
30 description: Check fcmpl.64 compares zero with other zero values.
31 code-template: |
[all …]
Dfcmpl.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: fcmpl
18 title: Floating-point comparison
21 - x_none
23 - file-name: zero
26 - sig: fcmpl v:in:f32
27 acc: inout:f32->i32
30 description: Check fcmpl compares zero with other zero values.
32 code-template: |
[all …]
Dlda.obj.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: lda.obj
21 - x_none
23 - file-name: op_p
26 - sig: lda.obj v:in:ref
29 check-type: none
30 code-template: |
34 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc).
43 header-template: []
[all …]
Ducmp.64.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: 'ucmp.64'
21 - x_none
23 - file-name: 'op_vs_8_eq'
26 - sig: ucmp.64 v:in:u64
27 acc: inout:u64->i32
30 check-type: check-positive
31 description: Check ucmp.64 with equal values.
32 code-template: |
[all …]
Ducmp.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: 'ucmp'
21 - x_none
23 - file-name: 'op_vs_8_eq'
26 - sig: ucmp v:in:u32
27 acc: inout:u32->i32
30 check-type: check-positive
31 code-template: |
32 # test - compare equal values
[all …]
Dsta.obj.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "sta.obj"
21 - x_none
23 - file-name: "op"
24 …description: Check sta.obj with different type of arguments (empty object, with fields, statics, s…
27 - sig: sta.obj v:out:ref
30 header-template: []
31 code-template: |
45 check-type: none
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accesible/
Dtype_name_const.params.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
14 ---
17 - decl: |-
18 type T = byte
20 check: |-
25 - decl: |-
26 type T = short
28 check: |-
33 - decl: |-
34 type T = int
[all …]
Dtype_name_variable.params.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
14 ---
17 - decl: |-
18 type T = byte
19 check: |-
21 let a: T = 0x80 as byte; // -128
25 - decl: |-
26 type T = short
27 check: |-
33 - decl: |-
[all …]
Dtype_name_params.params.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
14 ---
17 - decl: |-
18 type T = byte
19 check: |-
21 let a: T = 0x80 as byte; // -128
25 - decl: |-
26 type T = short
27 check: |-
33 - decl: |-
[all …]

12345678910>>...43