Home
last modified time | relevance | path

Searched full:incompatible (Results 1 – 25 of 60) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/
Doverride_with_object.params.yaml41 # override-incompatible argument (covariance)
68 # override-incompatible return value (contravariance)
114 # override-incompatible argument (contravariance)
175 # override-incompatible return value (covariance)
217 # override-incompatible argument (covariance)
242 # override-incompatible argument (contravariance)
255 # override-incompatible argument (contravariance)
282 # override-incompatible return value (covariance)
297 # override-incompatible return value (covariance)
312 # override-incompatible return value (contravariance)
[all …]
Doverride_variance.params.yaml41 # override-incompatible argument (contravariance)
82 # override-incompatible return value (covariance)
143 # override-incompatible argument (contravariance)
204 # override-incompatible return value (covariance)
246 # override-incompatible argument (covariance)
271 # override-incompatible argument (contravariance)
310 # override-incompatible return value (covariance)
325 # override-incompatible return value (covariance)
340 # override-incompatible return value (contravariance)
355 # override-incompatible return value (contravariance)
[all …]
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DCastReference4.sts32 // Element type in array in accumulator is of incompatible type 'A'.
44 // Element type in array in accumulator is of incompatible type 'B'.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_2_semantic_correctness_check/
Dstep2_n.params.yaml21 // incompatible types
52 // incompatible types
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/
Dinstance_method_over_n2.params.yaml38 # overload, retval is incompatible
46 # override, retval type is incompatible
57 # override, retval type is incompatible
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/16.instanceof_expression/
Dobject_incompatible_with_the_specified_type.sts17 desc: Test with an object incompatible with the specified type
/arkcompiler/runtime_core/static_core/verification/
Dmessages.yaml285 Accumulator is of incompatible type '${acc_type}'.
293 Element type in array in accumulator is of incompatible type '${acc_elt_type}'.
301 Accumulator is of incompatible type '${acc_type}'.
322 Accumulator is of incompatible type '${acc_type}'.
330 …Element type in array in accumulator is of incompatible type '${acc_elt_type}'. It may be a sign o…
342 Cannot make a call to '${name}'. ${register} is physically incompatible with formal parameter.
438 Warning: source and destination context are incompatible. Conflicting regs are:
/arkcompiler/runtime_core/docs/changelogs/
D2024-04-08-file_format-changelog.md9 File format with this changes is incompatible with version <=12.0.0.0 of Runtime.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.type_compatibility/
Denums_compatibility.sts17 desc: Enum values from different enum types are considered incompatible.
Dclasses_compatibility.sts21 Classes not inherited from each other are incompatible.
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dexpect_output.txt27 TypeError: function.toString() target is incompatible object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/
Dtest_with_two_operands_of_different_types.sts17 desc: Test with an object incompatible with the specified type
/arkcompiler/toolchain/build/config/mac/
Dmac_sdk.gni94 " WARNING: The Mac OS X SDK is incompatible with the version of Xcode. To fix,")
104 assert(false, "SDK is incompatible with Xcode")
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/
Dobject_method_override_1.sts18 …public method of Object, but which has a different return type, or an incompatible throws clause, …
Dobject_method_override_0.sts18 …public method of Object, but which has a different return type, or an incompatible throws clause, …
Dobject_method_override_2.sts18 …public method of Object, but which has a different return type, or an incompatible throws clause, …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/
Dcast.sts19 The cast operator may specify a type that is incompatible with
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/
Dase1.sts18 reference type when the component type of the array is incompatible with
/arkcompiler/runtime_core/gn/ark-third-party/zlib/
DBUILD.gn21 "-Wno-incompatible-pointer-types",
/arkcompiler/ets_frontend/ets2panda/test/
DCMakeLists.txt26 # ignore ARM32 because some files (not gnueabi or gnueabihf) are incompatible with 32x processors
/arkcompiler/runtime_core/static_core/gn/third_party/zlib/
DBUILD.gn21 "-Wno-incompatible-pointer-types",
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.yaml74 description: Output boot file path. CHA will not be validated. Incompatible with --paoc-output
/arkcompiler/toolchain/build/third_party_gn/zlib/
DBUILD.gn18 "-Wno-incompatible-pointer-types",
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DExceptions.sts139 * Represents exception that is thrown when runtime detects incompatible changes in class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp607 Error("constant value incompatible with integer type at "); in ParseScalarValue()
613 Error("constant value incompatible with single-precision float type at "); in ParseScalarValue()
620 Error("constant value incompatible with double-precision float type at "); in ParseScalarValue()

123