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/ |
| D | override_with_object.params.yaml | 41 # 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 …]
|
| D | override_variance.params.yaml | 41 # 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/ |
| D | CastReference4.sts | 32 // 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/ |
| D | step2_n.params.yaml | 21 // 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/ |
| D | instance_method_over_n2.params.yaml | 38 # 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/ |
| D | object_incompatible_with_the_specified_type.sts | 17 desc: Test with an object incompatible with the specified type
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | messages.yaml | 285 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/ |
| D | 2024-04-08-file_format-changelog.md | 9 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/ |
| D | enums_compatibility.sts | 17 desc: Enum values from different enum types are considered incompatible.
|
| D | classes_compatibility.sts | 21 Classes not inherited from each other are incompatible.
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | expect_output.txt | 27 TypeError: function.toString() target is incompatible object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/30.conditional_expressions/ |
| D | test_with_two_operands_of_different_types.sts | 17 desc: Test with an object incompatible with the specified type
|
| /arkcompiler/toolchain/build/config/mac/ |
| D | mac_sdk.gni | 94 " 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/ |
| D | object_method_override_1.sts | 18 …public method of Object, but which has a different return type, or an incompatible throws clause, …
|
| D | object_method_override_0.sts | 18 …public method of Object, but which has a different return type, or an incompatible throws clause, …
|
| D | object_method_override_2.sts | 18 …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/ |
| D | cast.sts | 19 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/ |
| D | ase1.sts | 18 reference type when the component type of the array is incompatible with
|
| /arkcompiler/runtime_core/gn/ark-third-party/zlib/ |
| D | BUILD.gn | 21 "-Wno-incompatible-pointer-types",
|
| /arkcompiler/ets_frontend/ets2panda/test/ |
| D | CMakeLists.txt | 26 # ignore ARM32 because some files (not gnueabi or gnueabihf) are incompatible with 32x processors
|
| /arkcompiler/runtime_core/static_core/gn/third_party/zlib/ |
| D | BUILD.gn | 21 "-Wno-incompatible-pointer-types",
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.yaml | 74 description: Output boot file path. CHA will not be validated. Incompatible with --paoc-output
|
| /arkcompiler/toolchain/build/third_party_gn/zlib/ |
| D | BUILD.gn | 18 "-Wno-incompatible-pointer-types",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Exceptions.sts | 139 * Represents exception that is thrown when runtime detects incompatible changes in class
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_parser.cpp | 607 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