Home
last modified time | relevance | path

Searched defs:defaultType (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeParameter.h27 explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType, in TSTypeParameter()
36 …explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType, ModifierFl… in TSTypeParameter()
76 void SetDefaultType(TypeNode *defaultType) in SetDefaultType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeParameter.h25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtypeParameter.h24 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsTypeParameterBuilder.h41 TSTypeParameterBuilder &SetDefaultType(TypeNode *defaultType) in SetDefaultType()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeParameter.h26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp53 Type *defaultType) in HandleDestructuringAssignment()
132 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
183 Type *inferedType, Type *defaultType) in HandleIdentifierPattern()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp55 …ontext::HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType, Type *defaultType) in HandleDestructuringAssignment()
136 Type *defaultType, Type *inferredType) in HandleAssignmentPatternIdentifier()
153 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp101 Type *defaultType = nullptr; in InstantiateType() local
Dobject.cpp319 auto defaultType = variable == nullptr ? defaultTypePart->TsType() : variable->TsType(); in CheckDefaultTypeParameter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DgenericBridgesLowering.cpp259 if (auto *const defaultType = typeParameter->GetDefaultType(); defaultType != nullptr) { in GetSubstitutions() local
DdefaultParametersInConstructorLowering.cpp81 auto *defaultType = in CreateParameterDeclaraion() local
DrestTupleLowering.cpp238 auto *defaultType = in CreateNewParameterDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts588 const defaultType = type.getDefaultType(); constant
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp760 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
DETSparser.cpp2094 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1102 PrimType GetPrimTypeFromSize(uint32 byteSize, PrimType defaultType) const in GetPrimTypeFromSize()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp912 auto *defaultType = param->DefaultType(); in GenTypeParameters() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3911 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local