| /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 | 305 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer:… in ElaborateElementwise()
|
| D | object.cpp | 535 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
|
| /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 | object.cpp | 543 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
|
| D | helpers.cpp | 323 void TSChecker::ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::Sou… in ElaborateElementwise()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | targetTypeContext.cpp | 21 TargetTypeContext::TargetTypeContext(ETSGen *etsg, const checker::Type *targetType) in TargetTypeContext()
|
| D | ETSGen.cpp | 130 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() 1222 … const 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()
|
| D | ETSCompiler.cpp | 1583 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/ |
| D | etsTypeAliasType.h | 51 void SetTargetType(Type *targetType) in SetTargetType()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsAsExpression.cpp | 101 checker::Type *targetType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
|
| D | tsInterfaceDeclaration.cpp | 82 checker::Type *targetType = checker->GetTypeOfVariable(res->second.first); in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/cast/ |
| D | cast_static.cpp | 139 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/ |
| D | isa_static_impl.cpp | 302 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/ |
| D | isa_api_static_impl_mock.cpp | 254 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/ |
| D | InteropTypescriptLinter.ts | 306 const targetType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.type).getNonNullableType(); constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | interfaceType.cpp | 53 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in CheckVarType() local
|
| D | objectType.cpp | 137 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | interfaceType.cpp | 55 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in IsPropertiesIdentical() local
|
| D | objectType.cpp | 130 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfaceObjectLiteralLowering.cpp | 315 …ic checker::Type *ProcessDeclNode(checker::ETSChecker *checker, checker::ETSObjectType *targetType, in ProcessDeclNode() argument 350 auto *targetType = objExpr->TsType(); in HandleInterfaceLowering() local
|
| D | objectLiteralLowering.cpp | 28 static void MaybeAllowConstAssign(checker::Type *targetType, ArenaVector<ir::Statement *> &statemen… in MaybeAllowConstAssign()
|
| /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()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 2557 const targetType = TsUtils.reduceReference(type); constant 3262 const targetType = this.tsTypeChecker.getTypeAtLocation(decl.type.typeName); constant
|
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers_mode.cpp | 514 …estMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *input0, AbckitTypeId targetType), in TestMode() 689 …stMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *inputObj, AbckitType *targetType), in TestMode()
|