Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp266 static pandasm::ScalarValue CreateScalarValue(const checker::Type *type, checker::TypeFlag typeKind) in CreateScalarValue() argument
316 auto typeKind = checker::ETSChecker::TypeKind(type); in EmitDefaultFieldValue() local
H A DETSGen.h823 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryEqualityCondition() local
880 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryRelationCondition() local
924 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryArithmetic() local
946 auto typeKind = checker::ETSChecker::TypeKind(targetType_); in BinaryBitwiseArithmetic() local
1176 void ETSGen::SetAccumulatorTargetType(const ir::AstNode *node, checker::TypeFlag typeKind, argument
1231 auto typeKind = targetType_ && (!targetType_->IsETSObjectType() && !targetType_->IsETSUnionType() && LoadAccumulatorNumber() local
[all...]
H A DETSGen.cpp1027 auto typeKind = checker::ETSChecker::TypeKind(type); in TryLoadConstantExpression() local
1149 auto typeKind = checker::ETSChecker::TypeKind(targetType); in ApplyCast() local
1381 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToBoolean() local
1425 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToByte() local
1473 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToChar() local
1520 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); CastToShort() local
1570 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); CastToDouble() local
1612 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); CastToFloat() local
1654 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); CastToLong() local
1696 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); CastToInt() local
1835 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); CastToDynamic() local
2266 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); Negate() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp41 TypeFlag typeKind = ETSType(type); in NegateNumericType() local
86 TypeFlag typeKind = ETSType(type); in BitwiseNegateNumericType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_type.h828 MIRTypeKind typeKind; global() member in maple::MIRType
[all...]

Completed in 13 milliseconds