Home
last modified time | relevance | path

Searched defs:sourceType (Results 1 – 25 of 30) 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()
DtypeElaborationContext.cpp29 … Type *sourceType = sourceNode ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
Dhelpers.cpp309 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
Dobject.cpp536 Type *sourceType = GetTypeOfVariable(found); 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()
DtypeElaborationContext.cpp32 …Type *sourceType = sourceNode != nullptr ? checker_->CheckTypeCached(sourceNode) : checker_->Globa… in GetBestMatchingType() local
Dobject.cpp542 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
Dhelpers.cpp330 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforOfStatement.cpp151 checker::ETSObjectType *sourceType) in CheckIteratorMethodForObject()
213 …::CheckReturnTypeOfIteratorMethod(checker::ETSChecker *checker, checker::ETSObjectType *sourceType, in CheckReturnTypeOfIteratorMethod() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.cpp81 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp429 …checker::ETSChecker *checker, checker::ETSObjectType *sourceType, bool const isBool, bool const is… in GetAssignableBuiltinType() argument
461 bool ETSUnionType::ExtractType(checker::ETSChecker *checker, checker::ETSObjectType *sourceType, in ExtractType() argument
524 bool ETSUnionType::ExtractType(checker::ETSChecker *checker, checker::ETSArrayType *sourceType, in ExtractType() argument
553checker::Type *sourceType) in GetComplimentaryType()
640 auto isCastablePred = [](TypeRelation *r, Type *sourceType, Type *targetType) { in FindTypeIsCastableToSomeType()
DetsObjectType.cpp743 auto *sourceType = source->AsETSObjectType(); in IsGenericSupertypeOf() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.cpp118 const auto *const sourceType = GetCodeGen()->GetVRegType(vs); in MoveReg() local
DETSGen.cpp177 const auto *const sourceType = GetVRegType(vs); in AllocMov() local
216 const auto *const sourceType = GetVRegType(vs); in MoveVreg() local
1734 const auto *const sourceType = GetAccumulatorType(); in CastToReftype() local
1815 const auto *const sourceType = GetAccumulatorType(); in CastToString() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectType.cpp133 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
DinterfaceType.cpp56 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in IsPropertiesIdentical() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.cpp54 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in CheckVarType() local
DobjectType.cpp140 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp148 auto *sourceType = unionType->FindExactOrBoxedType(checker, expr->TsType()); in HandleUnionCastToPrimitive() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp600 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType() local
633 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType() local
DETSAnalyzer.cpp963 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(rightType); in Check() local
978 checker::Type *sourceType {}; in CheckAssignmentExprOperatorType() local
1716 … const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(valueType); in CheckObjectExprProps() local
2775 auto *const sourceType = expr->Expr()->Check(checker); in Check() local
/arkcompiler/ets_frontend/arkguard/test/
D.eslintrc.json9 "sourceType": "module" string
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp500 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ResolveReturnStatement() local
747 Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(initType); in CheckAnnotationTypeForVariableDeclaration() local
771 checker::Type *ETSChecker::ResolveSmartType(checker::Type *sourceType, checker::Type *targetType) in ResolveSmartType()
Dfunction.cpp452 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams() local
475 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp54 T ConvertIntToFloat(uint64_t value, DataType::Type sourceType) in ConvertIntToFloat()

12