Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1035 auto typeKind = checker::ETSChecker::TypeKind(type); in TryLoadConstantExpression() local
1214 auto typeKind = checker::ETSChecker::TypeKind(targetType); in ApplyCast() local
1373 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToBoolean() local
1417 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToByte() local
1465 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToChar() local
1512 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToShort() local
1562 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToDouble() local
1605 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToFloat() local
1647 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToLong() local
1689 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToInt() local
[all …]
DETSGen.h819 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryEqualityCondition() local
876 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryRelationCondition() local
920 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryArithmetic() local
942 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryBitwiseArithmetic() local
1172 void ETSGen::SetAccumulatorTargetType(const ir::AstNode *node, checker::TypeFlag typeKind, T number) in SetAccumulatorTargetType()
1227 …auto typeKind = targetType_ && (!targetType_->IsETSObjectType() && !targetType_->IsETSUnionType() … in LoadAccumulatorNumber() local
DETSemitter.cpp279 static pandasm::ScalarValue CreateScalarValue(const checker::Type *type, checker::TypeFlag typeKind) in CreateScalarValue()
329 auto typeKind = checker::ETSChecker::TypeKind(type); in EmitDefaultFieldValue() local
743 static pandasm::ScalarValue CreateAnnotationScalarValue(checker::TypeFlag typeKind, const ir::Liter… in CreateAnnotationScalarValue()
799 auto typeKind = checker::ETSChecker::TypeKind(type); in GenCustomAnnotationElement() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp141 TypeFlag typeKind = ETSType(type); in NegateNumericType() local
186 TypeFlag typeKind = ETSType(type); in BitwiseNegateNumericType() local
DtypeCheckingHelpers.cpp1036 auto typeKind = TypeKind(MaybeUnboxInRelation(boxingType)); in GetBoxingFlag() local
1064 auto typeKind = TypeKind(unboxingType); in GetUnboxingFlag() local