/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | regSpiller.cpp | 118 const auto *const sourceType = GetCodeGen()->GetVRegType(vs); in MoveReg() local
|
H A D | ETSGen.cpp | 177 const auto *const sourceType = GetVRegType(vs); in AllocMov() local 216 const auto *const sourceType = GetVRegType(vs); in MoveVreg() local 1741 const auto *const sourceType in CastToReftype() local 1821 const auto *const sourceType = GetAccumulatorType(); CastToString() local [all...] |
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | typeElaborationContext.cpp | 32 Type *sourceType = sourceNode ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
|
H A D | typeElaborationContext.h | 34 ElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sourceNode, in ElaborationContext() argument 61 ArrayElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sourceNode, in ArrayElaborationContext() argument 76 ObjectElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sourceNode, in ObjectElaborationContext() argument
|
H A D | helpers.cpp | 319 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
|
H A D | object.cpp | 549 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | typeElaborationContext.cpp | 32 Type *sourceType = sourceNode != nullptr ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
|
H A D | typeElaborationContext.h | 34 ElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *sourceNode, in ElaborationContext() argument 63 ArrayElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *sourceNode, in ArrayElaborationContext() argument 78 ObjectElaborationContext(TSChecker *checker, Type *targetType, Type *sourceType, ir::Expression *sourceNode, in ObjectElaborationContext() argument
|
H A D | helpers.cpp | 317 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
|
H A D | object.cpp | 542 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsInterfaceDeclaration.cpp | 85 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | objectType.cpp | 132 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
|
/arkcompiler/ets_frontend/ets2panda/ir/statements/ |
H A D | forOfStatement.cpp | 213 bool ForOfStatement::CheckReturnTypeOfIteratorMethod(checker::ETSChecker *checker, checker::ETSObjectType *sourceType, in CheckReturnTypeOfIteratorMethod() argument 150 CheckIteratorMethodForObject(checker::ETSChecker *checker, checker::ETSObjectType *sourceType) CheckIteratorMethodForObject() argument
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | objectType.cpp | 136 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | const_folding_test.cpp | 151 void CheckCompareWithNan(DataType::Type sourceType, InputValue input0, InputValue input1, ConditionCode cc, in CheckCompareWithNan() argument
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | unionLowering.cpp | 148 auto *sourceType = unionType->FindExactOrBoxedType(checker, expr->TsType()); in HandleUnionCastToPrimitive() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | const_folding.cpp | 54 T ConvertIntToFloat(uint64_t value, DataType::Type sourceType) in ConvertIntToFloat() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzerHelpers.cpp | 593 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType() local 625 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType() local
|
H A D | TSAnalyzer.cpp | 1926 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
|
H A D | ETSAnalyzer.cpp | 870 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(rightType); in Check() local 1555 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(valueType); in CheckObjectExprProps() local 2551 auto *const sourceType = expr->Expr()->Check(checker); in Check() local [all...] |
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsObjectType.cpp | 695 auto *sourceType = source->AsETSObjectType(); in IsGenericSupertypeOf() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | function.cpp | 443 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams() local 466 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams() local
|
H A D | helpers.cpp | 551 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ResolveReturnStatement() local 792 Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(initType); in CheckAnnotationTypeForVariableDeclaration() local 825 checker::Type *ETSChecker::ResolveSmartType(checker::Type *sourceType, checker::Type *targetType) in ResolveSmartType() argument [all...] |
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
H A D | llvm_ir_constructor.cpp | 1772 auto sourceType = input->getType(); in CreateCastToInt() local 1824 auto sourceType = is64 ? builder_.getDoubleTy() : builder_.getFloatTy(); in CreateRoundArm64() local 2703 CoerceValue(llvm::Value *value, DataType::Type sourceType, DataType::Type targetType) CoerceValue() argument [all...] |