Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeParameter.h26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp99 bool InstantiationContext::ValidateTypeArg(Type *constraintType, Type *typeArg) in ValidateTypeArg()