Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-capturing.cpp930 struct FunctorInt { struct
931 template<class T> FunctorInt(T t) { t(2); }; //expected-note{{in instantiation of}} in FunctorInt() function
979 struct FunctorInt { struct
980 template<class T> FunctorInt(T t) { t(2); }; in FunctorInt() function