Home
last modified time | relevance | path

Searched defs:sourceType (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregSpiller.cpp118 const auto *const sourceType = GetCodeGen()->GetVRegType(vs); in MoveReg() local
H A DETSGen.cpp177 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 DtypeElaborationContext.cpp32 Type *sourceType = sourceNode ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
H A DtypeElaborationContext.h34 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 Dhelpers.cpp319 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
H A Dobject.cpp549 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeElaborationContext.cpp32 Type *sourceType = sourceNode != nullptr ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
H A DtypeElaborationContext.h34 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 Dhelpers.cpp317 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
H A Dobject.cpp542 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsInterfaceDeclaration.cpp85 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DobjectType.cpp132 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DforOfStatement.cpp213 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 DobjectType.cpp136 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dconst_folding_test.cpp151 void CheckCompareWithNan(DataType::Type sourceType, InputValue input0, InputValue input1, ConditionCode cc, in CheckCompareWithNan() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DunionLowering.cpp148 auto *sourceType = unionType->FindExactOrBoxedType(checker, expr->TsType()); in HandleUnionCastToPrimitive() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp54 T ConvertIntToFloat(uint64_t value, DataType::Type sourceType) in ConvertIntToFloat() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp593 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType() local
625 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType() local
H A DTSAnalyzer.cpp1926 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
H A DETSAnalyzer.cpp870 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 DetsObjectType.cpp695 auto *sourceType = source->AsETSObjectType(); in IsGenericSupertypeOf() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp443 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams() local
466 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams() local
H A Dhelpers.cpp551 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 Dllvm_ir_constructor.cpp1772 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...]

Completed in 47 milliseconds