| /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 | 541 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
|
| D | helpers.cpp | 326 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 | 127 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() 1269 … const 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/ |
| D | etsTypeAliasType.h | 51 void SetTargetType(Type *targetType) in SetTargetType()
|
| D | etsFunctionType.cpp | 285 auto *targetType = target->AsETSObjectType(); in Cast() local
|
| /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 | 284 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/ |
| 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/es2panda/typescript/types/ |
| D | objectType.cpp | 130 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
|
| D | interfaceType.cpp | 55 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in IsPropertiesIdentical() local
|
| /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/ets2panda/compiler/lowering/ets/ |
| D | objectLiteralLowering.cpp | 29 static void MaybeAllowConstAssign(checker::Type *targetType, ArenaVector<ir::Statement *> &statemen… in MaybeAllowConstAssign()
|
| D | interfaceObjectLiteralLowering.cpp | 228 const auto *const targetType = objExpr->TsType(); in HandleInterfaceLowering() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 599 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/ |
| D | typeCheckingHelpers.cpp | 583 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
|
| D | object.cpp | 1666 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/ |
| D | InteropTypescriptLinter.ts | 415 const targetType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.type).getNonNullableType(); constant
|