Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeParameter.h26 explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType) in TSTypeParameter()
31 …explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType, ModifierFl… in TSTypeParameter()
60 void SetConstraint(TypeNode *constraint) in SetConstraint()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtypeParameter.h24 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeParameter.h25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp110 auto constraint = typeParam->GetConstraintType()->Substitute(relation, substitution); in CheckInstantiationConstraints() local
Dobject.cpp172 if (auto *const constraint = typeParam->Constraint(); in CreateUnconstrainedTypeParameters() local
265 auto *const constraint = param->Constraint()->GetType(this); in SetUpTypeParameterConstraint() local
Dfunction.cpp70 auto *constraint = typeParam->GetConstraintType()->Substitute(Relation(), substitution); in IsCompatibleTypeArgument() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParameterLowering.cpp80 auto *constraint = par->Constraint() != nullptr in CreateParameterDeclaraion() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp350 auto *constraint = param->Constraint(); in GenTypeParameters() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp696 ir::TypeNode *constraint = nullptr; in ParseTypeParameter() local
DETSparser.cpp1604 ir::TypeNode *constraint = nullptr; in ParseTypeParameter() local
DTSparser.cpp744 ir::TypeNode *constraint = ParseTypeAnnotation(&options); in ParseMappedTypeParameter() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1189 ir::Expression *constraint = ParseTsTypeAnnotation(&options); in ParseTsMappedTypeParameter() local
3761 ir::Expression *constraint = TryParseConstraintOfInferType(&options); in ParseTsTypeParameter() local
3778 ir::Expression *constraint = nullptr; in TryParseConstraintOfInferType() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1677 const constraint = type.getConstraint(); constant
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2135es2panda_AstNode *constraint, es2panda_AstNode *defaultType) in CreateTypeParameter()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1275 …ic std::string GetRegPrefixFromPrimType(PrimType pType, uint32 size, const std::string &constraint) in GetRegPrefixFromPrimType()