HomeSort by relevance Sort by last modified time
    Searched full:unsigned_tuple (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 53 template<unsigned ...Values> struct unsigned_tuple { }; struct in namespace:PacksAtDifferentLevels
62 unsigned_tuple<sizeof(Types) + sizeof(YTypes)...>> {
70 unsigned_tuple<sizeof(short) + sizeof(unsigned short),
77 unsigned_tuple<sizeof(short) + sizeof(unsigned short),
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p9-0x.cpp 46 // FIXME: Would like to have unsigned_tuple<Bounds...> here.

Completed in 213 milliseconds