Home
last modified time | relevance | path

Searched defs:targetType (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeElaborationContext.h34 …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()
Dhelpers.cpp313 void TSChecker::ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::Sou… in ElaborateElementwise()
Dobject.cpp537 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.h34 …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()
Dhelpers.cpp315 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer:… in ElaborateElementwise()
Dobject.cpp548 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DtargetTypeContext.cpp21 TargetTypeContext::TargetTypeContext(ETSGen *etsg, const checker::Type *targetType) in TargetTypeContext()
DETSGen.cpp124 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()
1176const 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()
DETSCompiler.cpp1758 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/
DtsAsExpression.cpp102 checker::Type *targetType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
DtsInterfaceDeclaration.cpp86 checker::Type *targetType = checker->GetTypeOfVariable(res->second.first); in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.cpp53 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in CheckVarType() local
DobjectType.cpp129 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp60 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in IsPropertiesIdentical() local
DobjectType.cpp133 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectLiteralLowering.cpp29 static void MaybeAllowConstAssign(checker::Type *targetType, ArenaVector<ir::Statement *> &statemen… in MaybeAllowConstAssign()
DinterfaceObjectLiteralLowering.cpp235 const auto *const targetType = objExpr->TsType(); in HandleInterfaceLowering() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.cpp231 auto *targetType = target->AsETSObjectType(); in Cast() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp575 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in CheckReturnType() local
609 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in InferReturnType() local
DETSAnalyzer.cpp728 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/
DtypeCheckingHelpers.cpp534 const auto *const targetType = GetTypeOfVariable(id->Variable()); in CheckEtsFunctionType() local
1003 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(parameterType); in TypeInference() local
Dobject.cpp1635 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
Dfunction.cpp393 auto *targetType = substitutedSig->Params()[index]->TsType(); in CheckInvokable() local
404const 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/
DInteropTypescriptLinter.ts438 const targetType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.type).getNonNullableType(); constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp27 uint64_t ConvertIntToInt(T value, DataType::Type targetType) in ConvertIntToInt()
106 uint64_t ConvertFloatToInt(From value, DataType::Type targetType) in ConvertFloatToInt()

12