Home
last modified time | relevance | path

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

12

/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.cpp305 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer:… in ElaborateElementwise()
Dobject.cpp535 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
/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()
Dobject.cpp541 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
Dhelpers.cpp326 void TSChecker::ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::Sou… in ElaborateElementwise()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DtargetTypeContext.cpp21 TargetTypeContext::TargetTypeContext(ETSGen *etsg, const checker::Type *targetType) in TargetTypeContext()
DETSGen.cpp127 const checker::Type *const targetType) in ApplyConversionAndStoreAccumulator()
1078 void ETSGen::ApplyConversionCast(const ir::AstNode *node, const checker::Type *targetType) in ApplyConversionCast()
1186 void ETSGen::ApplyConversion(const ir::AstNode *node, const checker::Type *targetType) in ApplyConversion()
1212 void ETSGen::ApplyCast(const ir::AstNode *node, const checker::Type *targetType) in ApplyCast()
1243 …d ETSGen::ApplyCastToBoxingFlags(const ir::AstNode *node, const ir::BoxingUnboxingFlags targetType) in ApplyCastToBoxingFlags()
1269const checker::Type *const targetType, const checker::Type *const boxedType) in EmitUnboxedCall()
1730 void ETSGen::CastToReftype(const ir::AstNode *const node, const checker::Type *const targetType, co… in CastToReftype()
1760 void ETSGen::CastDynamicToObject(const ir::AstNode *node, const checker::Type *targetType) in CastDynamicToObject()
2135 void ETSGen::AssumeNonNullish(const ir::AstNode *node, checker::Type const *targetType) in AssumeNonNullish()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeAliasType.h51 void SetTargetType(Type *targetType) in SetTargetType()
DetsFunctionType.cpp285 auto *targetType = target->AsETSObjectType(); in Cast() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp101 checker::Type *targetType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
DtsInterfaceDeclaration.cpp82 checker::Type *targetType = checker->GetTypeOfVariable(res->second.first); in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/cast/
Dcast_static.cpp139 auto targetType = g_statG->iGetTargetType(cast); in TEST_F() local
179 auto targetType = g_statG->iGetTargetType(ret); in TEST_F() local
/arkcompiler/runtime_core/libabckit/src/
Disa_static_impl.cpp284 extern "C" AbckitInst *IcreateCast(AbckitGraph *graph, AbckitInst *input0, AbckitTypeId targetType) in IcreateCast()
454 … "C" AbckitInst *IcreateCheckCast(AbckitGraph *graph, AbckitInst *inputObj, AbckitType *targetType) in IcreateCheckCast()
467 …"C" AbckitInst *IcreateIsInstance(AbckitGraph *graph, AbckitInst *inputObj, AbckitType *targetType) in IcreateIsInstance()
/arkcompiler/runtime_core/libabckit/tests/mock/
Disa_api_static_impl_mock.cpp254 AbckitInst *IcreateCast(AbckitGraph *graph, AbckitInst *input0, AbckitTypeId targetType) in IcreateCast()
356 AbckitInst *IcreateCheckCast(AbckitGraph *graph, AbckitInst *inputObj, AbckitType *targetType) in IcreateCheckCast()
366 AbckitInst *IcreateIsInstance(AbckitGraph *graph, AbckitInst *inputObj, AbckitType *targetType) in IcreateIsInstance()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectType.cpp130 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
DinterfaceType.cpp55 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in IsPropertiesIdentical() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.cpp53 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in CheckVarType() local
DobjectType.cpp137 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.cpp228 const auto *const targetType = objExpr->TsType(); in HandleInterfaceLowering() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp599 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in CheckReturnType() local
634 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in InferReturnType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp583 const auto *const targetType = GetTypeOfVariable(id->Variable()); in CheckEtsFunctionType() local
670 Type *targetType = aliasTypeNode->TypeAnnotation()->GetType(this); in GetTypeFromTypeAliasReference() local
1326 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(parameterType); in TypeInference() local
Dobject.cpp1666 auto const *targetType = assignmentExpr->Left()->TsType(); in GetInitialSearchFlags() local
1830 auto *targetType = GetTypeOfVariable(target_ident->Variable()); in ValidateVarDeclaratorOrClassProperty() local
2007 const char *targetType {}; in CheckProperties() local
2184 auto *targetType = targetBase == nullptr ? target->SuperType() : targetBase; in GetClosestCommonAncestor() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts415 const targetType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.type).getNonNullableType(); constant

12