Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp6 template<class F, class ...Rest> struct first_impl { typedef F type; }; struct