| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | typeElaborationContext.h | 34 …ElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *sourceN… in ElaborationContext() 63 …ArrayElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *so… in ArrayElaborationContext() 78 …ObjectElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *s… in ObjectElaborationContext()
|
| D | typeElaborationContext.cpp | 32 …Type *sourceType = sourceNode != nullptr ? checker_->CheckTypeCached(sourceNode) : checker_->Globa… in GetBestMatchingType() local
|
| D | helpers.cpp | 317 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
|
| D | object.cpp | 538 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeElaborationContext.h | 34 …ElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sou… in ElaborationContext() 61 …ArrayElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression… in ArrayElaborationContext() 76 …ObjectElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expressio… in ObjectElaborationContext()
|
| D | typeElaborationContext.cpp | 32 … Type *sourceType = sourceNode ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
|
| D | helpers.cpp | 319 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
|
| D | object.cpp | 549 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | forOfStatement.cpp | 151 checker::ETSObjectType *sourceType) in CheckIteratorMethodForObject() 208 …::CheckReturnTypeOfIteratorMethod(checker::ETSChecker *checker, checker::ETSObjectType *sourceType, in CheckReturnTypeOfIteratorMethod() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsUnionType.cpp | 422 …checker::ETSChecker *checker, checker::ETSObjectType *sourceType, bool const isBool, bool const is… in GetAssignableBuiltinType() argument 454 bool ETSUnionType::ExtractType(checker::ETSChecker *checker, checker::ETSObjectType *sourceType, in ExtractType() argument 517 bool ETSUnionType::ExtractType(checker::ETSChecker *checker, checker::ETSArrayType *sourceType, in ExtractType() argument 546 … checker::Type *sourceType) in GetComplimentaryType() 632 auto isCastablePred = [](TypeRelation *r, Type *sourceType, Type *targetType) { in FindTypeIsCastableToSomeType()
|
| D | etsObjectType.cpp | 679 auto *sourceType = source->AsETSObjectType(); in IsGenericSupertypeOf() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 85 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regSpiller.cpp | 118 const auto *const sourceType = GetCodeGen()->GetVRegType(vs); in MoveReg() local
|
| D | ETSGen.cpp | 174 const auto *const sourceType = GetVRegType(vs); in AllocMov() local 213 const auto *const sourceType = GetVRegType(vs); in MoveVreg() local 1713 const auto *const sourceType = GetAccumulatorType(); in CastToReftype() local 1793 const auto *const sourceType = GetAccumulatorType(); in CastToString() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | interfaceType.cpp | 54 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in CheckVarType() local
|
| D | objectType.cpp | 132 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | interfaceType.cpp | 61 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in IsPropertiesIdentical() local
|
| D | objectType.cpp | 136 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 148 auto *sourceType = unionType->FindExactOrBoxedType(checker, expr->TsType()); in HandleUnionCastToPrimitive() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 576 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType() local 608 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType() local
|
| D | ETSAnalyzer.cpp | 729 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(rightType); in Check() local 766 checker::Type *sourceType {}; in CheckAssignmentExprOperatorType() local 1370 … const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(valueType); in CheckObjectExprProps() local 2249 auto *const sourceType = expr->Expr()->Check(checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 529 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ResolveReturnStatement() local 747 Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(initType); in CheckAnnotationTypeForVariableDeclaration() local 778 checker::Type *ETSChecker::ResolveSmartType(checker::Type *sourceType, checker::Type *targetType) in ResolveSmartType()
|
| D | function.cpp | 432 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams() local 455 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | const_folding.cpp | 54 T ConvertIntToFloat(uint64_t value, DataType::Type sourceType) in ConvertIntToFloat()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/ |
| D | .eslintrc.json | 6 "sourceType": "module", string
|