Home
last modified time | relevance | path

Searched refs:FunctorInt (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas-capturing.cpp924 struct FunctorInt { struct
925 template<class T> FunctorInt(T t) { t(2); }; //expected-note{{in instantiation of}} in FunctorInt() argument
948 YUnresolvable2<FunctorInt> yui;
972 struct FunctorInt { struct
973 template<class T> FunctorInt(T t) { t(2); }; in FunctorInt() argument