Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp43 result = CreateShortType(-(type->AsShortType()->GetValue())); in NegateNumericType()
89 …result = CreateShortType(static_cast<int16_t>(~static_cast<uint16_t>(type->AsShortType()->GetValue… in BitwiseNegateNumericType()
DtypeCreation.cpp97 ShortType *ETSChecker::CreateShortType(int16_t value) in CreateShortType() function in panda::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h198 ShortType *CreateShortType(int16_t value);