Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeParameter.h25 explicit ETSTypeParameter() : Type(TypeFlag::ETS_TYPE_PARAMETER) {} in ETSTypeParameter() function
26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter() function
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h35 class ETSTypeParameter; variable