Home
last modified time | relevance | path

Searched defs:typeKind (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DboxingConverter.cpp26 auto getSignature = [](checker::TypeFlag typeKind) { in ETSTypeFromSource()
Darithmetic.cpp30 TypeFlag typeKind = ETSType(type); in NegateNumericType() local
75 TypeFlag typeKind = ETSType(type); in BitwiseNegateNumericType() local
Dhelpers.cpp1821 auto typeKind = TypeKind(ETSBuiltinTypeAsPrimitiveType(boxingType)); in GetBoxingFlag() local
1854 auto typeKind = TypeKind(unboxingType); in GetUnboxingFlag() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp884 auto typeKind = checker::ETSChecker::TypeKind(type); in TryLoadConstantExpression() local
1008 auto typeKind = checker::ETSChecker::TypeKind(targetType); in ApplyCast() local
1279 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToBoolean() local
1323 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToByte() local
1368 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToChar() local
1412 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToShort() local
1459 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToDouble() local
1498 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToFloat() local
1537 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToLong() local
1576 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToInt() local
[all …]
DETSGen.h768 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryEqualityCondition() local
834 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryRelationCondition() local
878 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryArithmetic() local
900 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryBitwiseArithmetic() local
1115 … auto typeKind = targetType_ && (!targetType_->IsETSObjectType() && !targetType_->IsETSUnionType()) in LoadAccumulatorNumber() local
DETSemitter.cpp264 auto typeKind = checker::ETSChecker::TypeKind(type); in EmitDefaultFieldValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dsimplify.h51 auto typeKind = memType->GetKind(); in GetKind() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1302 explicit MIRStructType(MIRTypeKind typeKind) : MIRType(typeKind, PTY_agg) {} in MIRStructType()
1304 MIRStructType(MIRTypeKind typeKind, GStrIdx strIdx) : MIRType(typeKind, PTY_agg, strIdx) {} in MIRStructType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp255 MIRTypeKind typeKind = mirType->GetKind(); in EmitFullLSDA() local
Daarch64_cgfunc.cpp2406 MIRTypeKind typeKind = lhsType->GetKind(); in SelectAggIassign() local
2416 MIRTypeKind typeKind = lhsElemType->GetKind(); in SelectAggIassign() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1148 auto typeKind = GetTypeKind(gt); in GetTypeStr() local