| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeParameter.h | 27 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/ |
| D | typeParameter.h | 25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | typeParameter.h | 24 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | tsTypeParameterBuilder.h | 41 TSTypeParameterBuilder &SetDefaultType(TypeNode *defaultType) in SetDefaultType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsTypeParameter.h | 26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 53 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/ |
| D | destructuringContext.cpp | 55 …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/ |
| D | typeRelationContext.cpp | 101 Type *defaultType = nullptr; in InstantiateType() local
|
| D | object.cpp | 319 auto defaultType = variable == nullptr ? defaultTypePart->TsType() : variable->TsType(); in CheckDefaultTypeParameter() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | genericBridgesLowering.cpp | 259 if (auto *const defaultType = typeParameter->GetDefaultType(); defaultType != nullptr) { in GetSubstitutions() local
|
| D | defaultParametersInConstructorLowering.cpp | 81 auto *defaultType = in CreateParameterDeclaraion() local
|
| D | restTupleLowering.cpp | 238 auto *defaultType = in CreateNewParameterDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | TypeInference.ts | 588 const defaultType = type.getDefaultType(); constant
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TypedParser.cpp | 760 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
|
| D | ETSparser.cpp | 2094 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgfunc.h | 1102 PrimType GetPrimTypeFromSize(uint32 byteSize, PrimType defaultType) const in GetPrimTypeFromSize()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 912 auto *defaultType = param->DefaultType(); in GenTypeParameters() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 3911 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local
|