Home
last modified time | relevance | path

Searched full:expected_type (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/verification/
Dmessages.yaml178 args: type, expected_type, subtypes
180 …Wrong array element type '${type}'. Expected a subtype of '${expected_type}'. Compatible subtypes …
184 args: type, expected_type
186 Wrong type of array elements '${type}'. Expected '${expected_type}'.
244 args: acc_type, expected_type, expected_types
246 … Wrong return value type (in accumulator): '${acc_type}'. Expected a subtype of '${expected_type}'.
251 args: suffix, return_type, expected_type, subtypes
254 '${expected_type}'. Compatible types are: ${subtypes}.
348 args: name, register, actual_type, expected_type
351 …{register} physical type is '${actual_type}'. But the expected physical type is '${expected_type}'.
[all …]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.h43 template <SpillFillType expected_type>
52 return sf->GetSpillFillType() == expected_type; in Is()