Searched defs:TypeInfo (Results 1 – 6 of 6) sorted by relevance
15 TypeInfo = Struct.new(:name, :value, :type, :unwrap, :wrap, keyword_init: true) do constant
81 ### TypeInfo subsection
132 constexpr explicit TypeInfo(T /* unused */) in TypeInfo() function162 constexpr explicit TypeInfo(TypeId type) : typeId_(type) {} in TypeInfo() function
31 TEST(Operands, TypeInfo) in TEST() argument
24 enum class TypeInfo { enum
33 TEST(Operands, TypeInfo) in TEST() argument