Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DboxingConverter.cpp26 auto getSignature = [](checker::TypeFlag typeKind) { in ETSTypeFromSource()
DtypeCheckingHelpers.cpp711 auto typeKind = TypeKind(ETSBuiltinTypeAsPrimitiveType(boxingType)); in GetBoxingFlag() local
744 auto typeKind = TypeKind(unboxingType); in GetUnboxingFlag() local
Darithmetic.cpp41 TypeFlag typeKind = ETSType(type); in NegateNumericType() local
86 TypeFlag typeKind = ETSType(type); in BitwiseNegateNumericType() local
Dhelpers.cpp1679 auto typeKind = TypeKind(type); in TypeToName() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp999 auto typeKind = checker::ETSChecker::TypeKind(type); in TryLoadConstantExpression() local
1121 auto typeKind = checker::ETSChecker::TypeKind(targetType); in ApplyCast() local
1353 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToBoolean() local
1397 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToByte() local
1445 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToChar() local
1492 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToShort() local
1542 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToDouble() local
1584 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToFloat() local
1626 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToLong() local
1668 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToInt() local
[all …]
DETSGen.h822 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryEqualityCondition() local
879 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryRelationCondition() local
923 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryArithmetic() local
945 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryBitwiseArithmetic() local
1175 void ETSGen::SetAccumulatorTargetType(const ir::AstNode *node, checker::TypeFlag typeKind, T number) in SetAccumulatorTargetType()
1230 …auto typeKind = targetType_ && (!targetType_->IsETSObjectType() && !targetType_->IsETSUnionType() … in LoadAccumulatorNumber() local
DETSemitter.cpp266 static pandasm::ScalarValue CreateScalarValue(const checker::Type *type, checker::TypeFlag typeKind) in CreateScalarValue()
316 auto typeKind = checker::ETSChecker::TypeKind(type); in EmitDefaultFieldValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dsimplify.h50 auto typeKind = memType->GetKind(); in GetKind() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1394 explicit MIRStructType(MIRTypeKind typeKind) : MIRType(typeKind, PTY_agg) {} in MIRStructType()
1396 MIRStructType(MIRTypeKind typeKind, GStrIdx strIdx) : MIRType(typeKind, PTY_agg, strIdx) {} in MIRStructType()