Searched refs:unsupported_type (Results 1 – 1 of 1) sorted by relevance
61 struct unsupported_type {}; struct81 CHECKEDINT_REGISTER_SUPPORTED_TYPE(int64_t, unsupported_type, uint64_t)82 CHECKEDINT_REGISTER_SUPPORTED_TYPE(uint64_t, unsupported_type, uint64_t)160 template<> struct is_unsupported_type<unsupported_type> { enum { answer = 1 }; };