| /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 | typeElaborationContext.cpp | 32 …Type *sourceType = sourceNode != nullptr ? checker_->CheckTypeCached(sourceNode) : checker_->Globa… in GetBestMatchingType() local
|
| D | helpers.cpp | 318 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
|
| D | object.cpp | 535 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
|
| /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 | typeElaborationContext.cpp | 32 … Type *sourceType = sourceNode ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
|
| D | helpers.cpp | 317 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
|
| D | object.cpp | 543 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 85 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regSpiller.cpp | 118 const auto *const sourceType = GetCodeGen()->GetVRegType(vs); in MoveReg() local
|
| D | ETSGen.cpp | 175 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/ |
| D | interfaceType.cpp | 66 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in Identical() local
|
| D | objectType.cpp | 124 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | interfaceType.cpp | 68 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in Identical() local
|
| D | objectType.cpp | 125 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
| D | .eslintrc.json | 10 "sourceType": "module", string
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 146 auto *sourceType = unionType->FindExactOrBoxedType(checker, expr->TsType()); in HandleUnionCastToPrimitive() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsUnionType.cpp | 369 auto isCastablePred = [](TypeRelation *r, Type *sourceType, Type *targetType) { in FindTypeIsCastableToSomeType()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | const_folding.cpp | 54 T ConvertIntToFloat(uint64_t value, DataType::Type sourceType) in ConvertIntToFloat()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 809 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/ |
| D | ETSAnalyzer.cpp | 836 checker::Type *sourceType {}; in Check() local 2495 auto *const sourceType = expr->Expr()->Check(checker); in Check() local
|
| D | TSAnalyzer.cpp | 2156 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 1605 auto *sourceType = sourceBase == nullptr ? source : sourceBase; in GetClosestCommonAncestor() local
|