Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DshortType.h22 class ShortType : public Type { class
26 ShortType() : Type(TypeFlag::SHORT) {} in ShortType() function in ark::es2panda::checker::ShortType
27 explicit ShortType(UType value) : Type(TypeFlag::SHORT | TypeFlag::CONSTANT), value_(value) {} in ShortType() function in ark::es2panda::checker::ShortType

Completed in 1 milliseconds