Searched refs:constraintType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsTypeParameter.h | 26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter() argument 27 : Type(TypeFlag::ETS_TYPE_PARAMETER), default_(defaultType), constraint_(constraintType) in ETSTypeParameter()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 99 bool InstantiationContext::ValidateTypeArg(Type *constraintType, Type *typeArg) in ValidateTypeArg() argument 105 return checker_->Relation()->IsAssignableTo(typeArg, constraintType); in ValidateTypeArg()
|
| D | typeRelationContext.h | 167 bool ValidateTypeArg(Type *constraintType, Type *typeArg);
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …constraintType),f(e.templateType),f(e.modifiersType)}(t),3&n&&(m(a=t),e.forEach(a.typeParameters,f…
|