Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1151 auto typeKind = checker::ETSChecker::TypeKind(targetType); in ApplyCast() local
1322 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToBoolean() local
1366 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToByte() local
1414 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToChar() local
1467 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToShort() local
1517 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToDouble() local
1560 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToFloat() local
1602 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToLong() local
1645 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToInt() local
1793 auto typeKind = checker::ETSChecker::TypeKind(GetAccumulatorType()); in CastToDynamic() local
[all …]
DETSemitter.cpp397 static pandasm::ScalarValue CreateScalarValue(const checker::Type *type, checker::TypeFlag typeKind) in CreateScalarValue()
447 auto typeKind = checker::ETSChecker::TypeKind(type); in EmitDefaultFieldValue() local
914 auto typeKind = checker::ETSChecker::TypeKind(type); in GenCustomAnnotationElement() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp1296 auto typeKind = TypeKind(MaybeUnboxInRelation(boxingType)); in GetBoxingFlag() local
1321 auto typeKind = TypeKind(unboxingType); in GetUnboxingFlag() local
Darithmetic.cpp148 TypeFlag typeKind = ETSType(type); in NegateNumericType() local
Dobject.cpp1547 TypeFlag typeKind = ETSType(indexType); in ExtractNumericValue() local