Home
last modified time | relevance | path

Searched defs:targetType (Results 1 – 25 of 41) 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.cpp543 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
Dhelpers.cpp323 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.cpp130 const checker::Type *const targetType) in ApplyConversionAndStoreAccumulator()
1025 void ETSGen::ApplyConversionCast(const ir::AstNode *node, const checker::Type *targetType) in ApplyConversionCast()
1123 void ETSGen::ApplyConversion(const ir::AstNode *node, const checker::Type *targetType) in ApplyConversion()
1149 void ETSGen::ApplyCast(const ir::AstNode *node, const checker::Type *targetType) in ApplyCast()
1192 …d ETSGen::ApplyCastToBoxingFlags(const ir::AstNode *node, const ir::BoxingUnboxingFlags targetType) in ApplyCastToBoxingFlags()
1222const checker::Type *const targetType, const checker::Type *const boxedType) in EmitUnboxedCall()
1684 void ETSGen::CastToReftype(const ir::AstNode *const node, const checker::Type *const targetType, co… in CastToReftype()
1716 void ETSGen::CastDynamicToObject(const ir::AstNode *node, const checker::Type *targetType) in CastDynamicToObject()
2332 void ETSGen::AssumeNonNullish(const ir::AstNode *node, checker::Type const *targetType) in AssumeNonNullish()
3400 void ETSGen::LoadAccumulatorNumber(const ir::AstNode *node, T number, checker::TypeFlag targetType) in LoadAccumulatorNumber()
DETSCompiler.cpp1583 auto *targetType = etsg->Checker()->GetApparentType(expr->TsType()); in CompileCastUnboxable() local
1619 auto *targetType = etsg->Checker()->GetApparentType(expr->TsType()); in CompileCastPrimitives() local
1663 auto *targetType = etsg->Checker()->GetApparentType(expr->TsType()); in CompileCast() local
1695 const auto *const targetType = etsg->Checker()->GetApparentType(expr->TsType()); in Compile() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeAliasType.h51 void SetTargetType(Type *targetType) in SetTargetType()
/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.cpp302 extern "C" AbckitInst *IcreateCast(AbckitGraph *graph, AbckitInst *input0, AbckitTypeId targetType) in IcreateCast()
482 … "C" AbckitInst *IcreateCheckCast(AbckitGraph *graph, AbckitInst *inputObj, AbckitType *targetType) in IcreateCheckCast()
496 …"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/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts306 const targetType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.type).getNonNullableType(); constant
/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/es2panda/typescript/types/
DinterfaceType.cpp55 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in IsPropertiesIdentical() local
DobjectType.cpp130 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp315 …ic checker::Type *ProcessDeclNode(checker::ETSChecker *checker, checker::ETSObjectType *targetType, in ProcessDeclNode() argument
350 auto *targetType = objExpr->TsType(); in HandleInterfaceLowering() local
DobjectLiteralLowering.cpp28 static void MaybeAllowConstAssign(checker::Type *targetType, ArenaVector<ir::Statement *> &statemen… in MaybeAllowConstAssign()
/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()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2557 const targetType = TsUtils.reduceReference(type); constant
3262 const targetType = this.tsTypeChecker.getTypeAtLocation(decl.type.typeName); constant
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_mode.cpp514 …estMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *input0, AbckitTypeId targetType), in TestMode()
689 …stMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *inputObj, AbckitType *targetType), in TestMode()

12