Home
last modified time | relevance | path

Searched refs:CreateByteType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp46 result = CreateByteType(-(type->AsByteType()->GetValue())); in NegateNumericType()
92 …result = CreateByteType(static_cast<int8_t>(~static_cast<uint8_t>(type->AsByteType()->GetValue()))… in BitwiseNegateNumericType()
DtypeCreation.cpp42 ByteType *ETSChecker::CreateByteType(int8_t value) in CreateByteType() function in ark::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h235 ByteType *CreateByteType(int8_t value);