Searched defs:typeKind (Results 1 – 11 of 11) sorted by relevance
26 auto getSignature = [](checker::TypeFlag typeKind) { in ETSTypeFromSource()
30 TypeFlag typeKind = ETSType(type); in NegateNumericType() local75 TypeFlag typeKind = ETSType(type); in BitwiseNegateNumericType() local
1821 auto typeKind = TypeKind(ETSBuiltinTypeAsPrimitiveType(boxingType)); in GetBoxingFlag() local1854 auto typeKind = TypeKind(unboxingType); in GetUnboxingFlag() local
884 auto typeKind = checker::ETSChecker::TypeKind(type); in TryLoadConstantExpression() local1008 auto typeKind = checker::ETSChecker::TypeKind(targetType); in ApplyCast() local1279 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToBoolean() local1323 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToByte() local1368 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToChar() local1412 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToShort() local1459 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToDouble() local1498 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToFloat() local1537 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToLong() local1576 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToInt() local[all …]
768 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryEqualityCondition() local834 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryRelationCondition() local878 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryArithmetic() local900 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryBitwiseArithmetic() local1115 … auto typeKind = targetType_ && (!targetType_->IsETSObjectType() && !targetType_->IsETSUnionType()) in LoadAccumulatorNumber() local
264 auto typeKind = checker::ETSChecker::TypeKind(type); in EmitDefaultFieldValue() local
51 auto typeKind = memType->GetKind(); in GetKind() local
1302 explicit MIRStructType(MIRTypeKind typeKind) : MIRType(typeKind, PTY_agg) {} in MIRStructType()1304 MIRStructType(MIRTypeKind typeKind, GStrIdx strIdx) : MIRType(typeKind, PTY_agg, strIdx) {} in MIRStructType()
255 MIRTypeKind typeKind = mirType->GetKind(); in EmitFullLSDA() local
2406 MIRTypeKind typeKind = lhsType->GetKind(); in SelectAggIassign() local2416 MIRTypeKind typeKind = lhsElemType->GetKind(); in SelectAggIassign() local
1148 auto typeKind = GetTypeKind(gt); in GetTypeStr() local