Home
last modified time | relevance | path

Searched defs:lhsClass (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.cpp443 static bool IsClassSubtypeOfType(Class const *lhsClass, Type rhs, TypeSystem *tsys) in IsClassSubtypeOfType()
479 auto const *lhsClass = lhs.GetClass(); in IsSubtypeImpl() local