Searched defs:type_h (Results 1 – 2 of 2) sorted by relevance
9 template <typename T> int type_h() { return sizeof((T::type)); } // expected-error {{missing 'type… in type_h() function
330 #define filter_fns(type, type_h, type_v) \ argument