Searched defs:TypeInfo (Results 1 – 4 of 4) sorted by relevance
26 TypeInfo(SortIdx sort, const TypeParamsIdx ¶ms) : Sort_(sort), ParamsIdx_(params) {} in TypeInfo() function27 TypeInfo(SortIdx sort, TypeParamsIdx &¶ms) : Sort_(sort), ParamsIdx_(std::move(params)) {} in TypeInfo() function
81 ### TypeInfo subsection
124 constexpr explicit TypeInfo(T /* unused */) in TypeInfo() function153 constexpr explicit TypeInfo(TypeId type) : type_id_(type) {} in TypeInfo() function
31 TEST(Operands, TypeInfo) in TEST() argument