Home
last modified time | relevance | path

Searched defs:sourceType (Results 1 – 23 of 23) sorted by relevance

/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
Dhelpers.cpp318 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
Dobject.cpp535 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
/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.cpp32 … Type *sourceType = sourceNode ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
Dhelpers.cpp317 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
Dobject.cpp543 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.cpp85 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.cpp118 const auto *const sourceType = GetCodeGen()->GetVRegType(vs); in MoveReg() local
DETSGen.cpp175 const auto *const sourceType = GetVRegType(vs); in AllocMov() local
214 const auto *const sourceType = GetVRegType(vs); in MoveVreg() local
1619 const auto *const sourceType = GetAccumulatorType(); in CastToArrayOrObject() local
1696 const auto *const sourceType = GetAccumulatorType(); in CastToString() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.cpp66 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in Identical() local
DobjectType.cpp124 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp68 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in Identical() local
DobjectType.cpp125 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
/arkcompiler/ets_frontend/ets2panda/linter-4.2/
D.eslintrc.json10 "sourceType": "module", string
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp146 auto *sourceType = unionType->FindExactOrBoxedType(checker, expr->TsType()); in HandleUnionCastToPrimitive() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp369 auto isCastablePred = [](TypeRelation *r, Type *sourceType, Type *targetType) { in FindTypeIsCastableToSomeType()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp54 T ConvertIntToFloat(uint64_t value, DataType::Type sourceType) in ConvertIntToFloat()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp809 auto sourceType = input->getType(); in CreateCastToInt() local
1142 llvm::Value *LLVMIrConstructor::CoerceValue(llvm::Value *value, DataType::Type sourceType, DataType… in CoerceValue()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp836 checker::Type *sourceType {}; in Check() local
2495 auto *const sourceType = expr->Expr()->Check(checker); in Check() local
DTSAnalyzer.cpp2156 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1605 auto *sourceType = sourceBase == nullptr ? source : sourceBase; in GetClosestCommonAncestor() local