Home
last modified time | relevance | path

Searched defs: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
972 struct FunctorInt { struct
973 template<class T> FunctorInt(T t) { t(2); }; in FunctorInt() argument