Lines Matching +full:non +full:- +full:array
1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
34 message: ( constructor is array constructor )
180 …Wrong array element type '${type}'. Expected a subtype of '${expected_type}'. Compatible subtypes …
186 Wrong type of array elements '${type}'. Expected '${expected_type}'.
192 Wrong type of array elements '${type}'. Expected one of ${expected_types}.
198 Cannot create array of non-array type '${type}'. Possible types are ${array_types}.
204 Cannot create object of non-object type '${type}'. Possible types are ${object_types}.
266 …Wrong type for 'checkcast'. It is a non-object type '${type}'. Possible types are ${possible_types…
298 … Element type in array in accumulator is of incompatible type '${acc_elt_type}'. Possible types are
314 …Wrong type for 'isinstance'. It is a non-object/non-array type '${type}'. Possible types are ${pos…
337 … Element type in array in accumulator is of incompatible type '${acc_elt_type}'. Possible types are
378 …register, like in one path type is u16, in another - i32. It is not an error, but there may be pot…
430 …Accumulator type '${acc_type}' does not exactly match array element type. Expected one of ${expect…
457 message: Insufficient arguments to array ctor. Expected ${args_num} more args.
527 message: Array component type is undefined