| /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 | helpers.cpp | 313 void TSChecker::ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::Sou… in ElaborateElementwise()
|
| D | object.cpp | 537 Type *targetType = GetTypeOfVariable(prop); 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 | helpers.cpp | 315 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer:… in ElaborateElementwise()
|
| D | object.cpp | 548 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | targetTypeContext.cpp | 21 TargetTypeContext::TargetTypeContext(ETSGen *etsg, const checker::Type *targetType) in TargetTypeContext()
|
| D | ETSGen.cpp | 124 const checker::Type *const targetType) in ApplyConversionAndStoreAccumulator() 1046 void ETSGen::ApplyConversionCast(const ir::AstNode *node, const checker::Type *targetType) in ApplyConversionCast() 1093 void ETSGen::ApplyConversion(const ir::AstNode *node, const checker::Type *targetType) in ApplyConversion() 1119 void ETSGen::ApplyCast(const ir::AstNode *node, const checker::Type *targetType) in ApplyCast() 1150 …d ETSGen::ApplyCastToBoxingFlags(const ir::AstNode *node, const ir::BoxingUnboxingFlags targetType) in ApplyCastToBoxingFlags() 1176 … const checker::Type *const targetType, const checker::Type *const boxedType) in EmitUnboxedCall() 1709 void ETSGen::CastToReftype(const ir::AstNode *const node, const checker::Type *const targetType, co… in CastToReftype() 1738 void ETSGen::CastDynamicToObject(const ir::AstNode *node, const checker::Type *targetType) in CastDynamicToObject() 2112 void ETSGen::AssumeNonNullish(const ir::AstNode *node, checker::Type const *targetType) in AssumeNonNullish()
|
| D | ETSCompiler.cpp | 1758 auto *targetType = etsg->Checker()->GetApparentType(expr->TsType()); in CompileCastUnboxable() local 1803 auto *targetType = etsg->Checker()->GetApparentType(expr->TsType()); in CompileCastPrimitives() local 1847 auto *targetType = etsg->Checker()->GetApparentType(expr->TsType()); in CompileCast() local 1894 auto *targetType = etsg->Checker()->GetApparentType(expr->TsType()); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsAsExpression.cpp | 102 checker::Type *targetType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
|
| D | tsInterfaceDeclaration.cpp | 86 checker::Type *targetType = checker->GetTypeOfVariable(res->second.first); in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | interfaceType.cpp | 53 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in CheckVarType() local
|
| D | objectType.cpp | 129 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | interfaceType.cpp | 60 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in IsPropertiesIdentical() local
|
| D | objectType.cpp | 133 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectLiteralLowering.cpp | 29 static void MaybeAllowConstAssign(checker::Type *targetType, ArenaVector<ir::Statement *> &statemen… in MaybeAllowConstAssign()
|
| D | interfaceObjectLiteralLowering.cpp | 235 const auto *const targetType = objExpr->TsType(); in HandleInterfaceLowering() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsFunctionType.cpp | 231 auto *targetType = target->AsETSObjectType(); in Cast() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 575 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in CheckReturnType() local 609 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in InferReturnType() local
|
| D | ETSAnalyzer.cpp | 728 const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(leftType); in Check() local 1371 … const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(propType); in CheckObjectExprProps() local 2238 auto *const targetType = expr->TypeAnnotation()->AsTypeNode()->GetType(checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCheckingHelpers.cpp | 534 const auto *const targetType = GetTypeOfVariable(id->Variable()); in CheckEtsFunctionType() local 1003 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(parameterType); in TypeInference() local
|
| D | object.cpp | 1635 auto const *targetType = assignmentExpr->Left()->TsType(); in GetInitialSearchFlags() local 1799 auto *targetType = GetTypeOfVariable(target_ident->Variable()); in ValidateVarDeclaratorOrClassProperty() local 1971 const char *targetType {}; in CheckProperties() local 2144 auto *targetType = targetBase == nullptr ? target->SuperType() : targetBase; in GetClosestCommonAncestor() local
|
| D | function.cpp | 393 auto *targetType = substitutedSig->Params()[index]->TsType(); in CheckInvokable() local 404 … const Type *targetType, std::size_t index, TypeRelationFlag flags) in ValidateSignatureInvocationContext() 430 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction( in ValidateSignatureRestParams() local 454 …const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(substitutedSig->RestVar()->TsTyp… in ValidateSignatureRestParams() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | InteropTypescriptLinter.ts | 438 const targetType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.type).getNonNullableType(); constant
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | const_folding.cpp | 27 uint64_t ConvertIntToInt(T value, DataType::Type targetType) in ConvertIntToInt() 106 uint64_t ConvertFloatToInt(From value, DataType::Type targetType) in ConvertFloatToInt()
|