Searched defs:Short (Results 1 – 7 of 7) sorted by relevance
39 uint16_t Short; in consume() local
39 std::string Short, Full; global() member
47 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
1014 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; 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