Searched refs:some_function_object (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | multi-level-substitution.cpp | 105 struct some_function_object { struct 120 metafun_tuple<some_function_object<Types1, Types2>::template result_of...> > { 129 some_function_object<short, unsigned short>::result_of, 130 some_function_object<int, unsigned int>::result_of, 131 some_function_object<long, unsigned long>::result_of> 137 some_function_object<short, unsigned short>::result_of, 138 some_function_object<int, unsigned int>::result_of, 139 some_function_object<long, unsigned long>::result_of>
|