Home
last modified time | relevance | path

Searched full:subtypes (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/verification/models/contexts_merge/
Djava_typing.als18 abstract sig Type { subtypes: set Type }
19 one sig Top extends Type {} { no Top.~@subtypes }
20 one sig Bot extends Type {} { no Bot.@subtypes }
29 ProperType in Object.*subtypes
30 no t: ProperType | t in t.^subtypes
31 all c: Class | lone c.~subtypes & Class
32 all t: ProperType + NullType | t in Bot.~subtypes and t in Top.subtypes
33 all i: Interface | no i.~subtypes & Class
34 all i: ProperType | NullType in i.subtypes
35 NullType not in NullType.subtypes
[all …]
Dcheck_set_intersection_as_lub.als20 let supertypes[t] = { t.^~subtypes }
29 { some t : types | t in (r.type + r.type.^subtypes) & ProperType }
33 { subst.type in (r.type + r.type.subtypes) }
/arkcompiler/runtime_core/verification/
Dmessages.yaml69 args: field, field_type, acc_type, subtypes, field_subtypes
72 …Compatible subtypes are: ${subtypes}. Types that can be stored without data loss are: ${field_subt…
154 args: reg, reg_type, target_types, subtypes
156 …wrong type: '${reg_type}'. Expected a subtype of one from ${target_types}. Compatible subtypes are:
157 ${subtypes}.
178 args: type, expected_type, subtypes
180 …ent type '${type}'. Expected a subtype of '${expected_type}'. Compatible subtypes are: ${subtypes}.
225 Compatible subtypes are ${field_obj_subtypes}.
234 Compatible subtypes are ${expected_subtypes}.
247 Compatible subtypes are: ${expected_types}.
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.acc.short.yaml1798 # T is such array that O array elements are subtypes of T array elements
1885 # T is such array that O array elements are subtypes of T array elements
Dcall.acc.yaml1762 # T is such array that O array elements are subtypes of T array elements
1832 # T is such array that O array elements are subtypes of T array elements
Dcall.virt.acc.short.yaml1925 # T is such array that O array elements are subtypes of T array elements
2023 # T is such array that O array elements are subtypes of T array elements
Dcall.virt.acc.yaml1869 # T is such array that O array elements are subtypes of T array elements
1938 # T is such array that O array elements are subtypes of T array elements
Dinitobj.short.yaml1685 # T is such array that O array elements are subtypes of T array elements
1795 # T is such array that O array elements are subtypes of T array elements
Dinitobj.yaml1752 # T is such array that O array elements are subtypes of T array elements
1862 # T is such array that O array elements are subtypes of T array elements
Dinitobj.range.yaml1912 # T is such array that O array elements are subtypes of T array elements
2022 # T is such array that O array elements are subtypes of T array elements
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h3237 // are subtypes of either panda.Object <: ObjectType or java.lang.Object <: ObjectType in HandleIsinstance()