Searched defs:UnsignedInt (Results 1 – 8 of 8) sorted by relevance
51 struct UnsignedInt { struct52 unsigned foo;
20 UnsignedInt, enumerator
81 using UnsignedInt = unsigned int; typedef
106 using UnsignedInt = unsigned int; typedef
59 using UnsignedInt = unsigned int; typedef
125 using UnsignedInt = unsigned int; typedef
149 UnsignedInt, global() enumerator
154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator