Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.h57 void SetSupertypeOfArray(Type supertype) in SetSupertypeOfArray()
Dtype_system.cpp172 …DisplaySubtyping([&handler](auto const &type, auto const &supertype) { handler(type + " <: " + sup… in DisplayTypeSystem()