Searched refs:FunctorInt (Results 1 – 1 of 1) sorted by relevance
924 struct FunctorInt { struct925 template<class T> FunctorInt(T t) { t(2); }; //expected-note{{in instantiation of}} in FunctorInt() function948 YUnresolvable2<FunctorInt> yui;972 struct FunctorInt { struct973 template<class T> FunctorInt(T t) { t(2); }; in FunctorInt() argument