| /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 | helpers.cpp | 314 void TSChecker::ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::Sou… in ElaborateElementwise()
|
| D | object.cpp | 534 Type *targetType = GetTypeOfVariable(prop); 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 | helpers.cpp | 313 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer:… in ElaborateElementwise()
|
| D | object.cpp | 542 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | targetTypeContext.cpp | 21 TargetTypeContext::TargetTypeContext(ETSGen *etsg, const checker::Type *targetType) in TargetTypeContext()
|
| D | ETSGen.cpp | 127 const checker::Type *const targetType) in ApplyConversionAndStoreAccumulator() 931 void ETSGen::ApplyConversionCast(const ir::AstNode *node, const checker::Type *targetType) in ApplyConversionCast() 981 void ETSGen::ApplyConversion(const ir::AstNode *node, const checker::Type *targetType) in ApplyConversion() 1006 void ETSGen::ApplyCast(const ir::AstNode *node, const checker::Type *targetType) in ApplyCast() 1038 … const checker::Type *const targetType, const checker::Type *const boxedType) in EmitUnboxedCall() 1614 …d ETSGen::CastToArrayOrObject(const ir::AstNode *const node, const checker::Type *const targetType, in CastToArrayOrObject() 1644 void ETSGen::CastDynamicToObject(const ir::AstNode *node, const checker::Type *targetType) in CastDynamicToObject() 2090 auto const *targetType = Checker()->GetNonNullishType(nullishType); in ConvertToNonNullish() local
|
| D | ETSCompiler.cpp | 1832 auto *targetType = expr->TsType(); in CompileCastUnboxable() local 1877 auto *targetType = expr->TsType(); in CompileCast() local 1949 auto *targetType = expr->TsType(); in Compile() local
|
| D | ETSGen.h | 1113 void ETSGen::LoadAccumulatorNumber(const ir::AstNode *node, T number, checker::TypeFlag targetType) in LoadAccumulatorNumber()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsFunctionType.cpp | 211 auto *targetType = target->AsETSObjectType(); in CastFunctionParams() local 230 auto *targetType = target->AsETSObjectType(); in Cast() local
|
| D | etsUnionType.cpp | 318 Type *targetType = FindTypeIsCastableToThis(relation->GetNode(), relation, source); in CastTarget() local 369 auto isCastablePred = [](TypeRelation *r, Type *sourceType, Type *targetType) { in FindTypeIsCastableToSomeType()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsAsExpression.cpp | 102 checker::Type *targetType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
|
| D | tsInterfaceDeclaration.cpp | 86 checker::Type *targetType = checker->GetTypeOfVariable(res->second.first); in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | interfaceType.cpp | 65 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in Identical() local
|
| D | objectType.cpp | 121 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | interfaceType.cpp | 67 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in Identical() local
|
| D | objectType.cpp | 122 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_accessor.cpp | 47 void TSTypeAccessor::UpdateForEachCBPara(kungfu::GateType targetType) in UpdateForEachCBPara()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 671 auto targetType = inst->GetType(); in CreateShiftOp() local 723 auto targetType = inst->GetType(); in CreateAArch64SignDivMod() local 810 auto targetType = inst->GetType(); in CreateCastToInt() local 1069 llvm::Type *LLVMIrConstructor::GetExactType(DataType::Type targetType) in GetExactType() 1142 …rConstructor::CoerceValue(llvm::Value *value, DataType::Type sourceType, DataType::Type targetType) in CoerceValue() 1183 llvm::Value *LLVMIrConstructor::CoerceValue(llvm::Value *value, llvm::Type *targetType) in CoerceValue() 1475 auto targetType = inst->GetType(); in VisitCast() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 1226 auto const *targetType = assignmentExpr->Left()->TsType(); in GetInitialSearchFlags() local 1316 auto *targetType = GetTypeOfVariable(target_ident->Variable()); in ValidateVarDeclaratorOrClassProperty() local 1441 const char *targetType {}; in CheckValidInheritance() local 1602 auto *targetType = targetBase == nullptr ? target->SuperType() : targetBase; in GetClosestCommonAncestor() local
|
| D | helpers.cpp | 488 const auto *const targetType = GetTypeOfVariable(id->Variable()); in CheckEtsFunctionType() local 583 const auto *const targetType = assignmentExpr->Left()->TsType(); in ValidateAssignmentIdentifier() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | const_folding.cpp | 27 uint64_t ConvertIntToInt(T value, DataType::Type targetType) in ConvertIntToInt() 106 uint64_t ConvertFloatToInt(From value, DataType::Type targetType) in ConvertFloatToInt()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | class_hierarchy.cpp | 446 MIRType *targetType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(targetTypeIdx); in UpdateFieldID() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 1125 DataViewType targetType = TypedArrayHelper::GetType(targetObj); in Set() local 1367 DataViewType targetType = JSTypedArray::GetTypeFromName(thread, targetName); in Slice() local
|