Home
last modified time | relevance | path

Searched refs:replace_with_int (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp262 struct replace_with_int { struct
267 struct replace_with_int<TT<Types...>> { struct
268 typedef TT<typename replace_with_int<Types>::type...> type; argument
271 int check0[is_same<replace_with_int<pair<tuple<float, double, short>,