Searched defs:Short (Results 1 – 7 of 7) sorted by relevance
39 uint16_t Short; in consume() local
47 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
116 std::string Short, Full; member
1011 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf() local
94 Short, enumerator
1202 short Short(short n) { return n; } // NOLINT in Short() function
69 inline short Short(short n) { return n; } // NOLINT in Short() function