Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas-capturing.cpp921 struct FunctorDouble { struct
922 template<class T> FunctorDouble(T t) { t(2.14); }; in FunctorDouble() argument
969 struct FunctorDouble { struct
970 template<class T> FunctorDouble(T t) { t(2.14); }; in FunctorDouble() function