Searched defs:ShortType (Results 1 – 1 of 1) sorted by relevance
26 ShortType() : Type(TypeFlag::SHORT) {} in ShortType() function27 explicit ShortType(UType value) : Type(TypeFlag::SHORT | TypeFlag::CONSTANT), value_(value) {} in ShortType() function