HomeSort by relevance Sort by last modified time
    Searched defs:unsigned_c (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 16 template<unsigned> struct unsigned_c { }; struct in namespace:ParameterPacksWithFunctions
19 unsigned_c<count<Types...>::value> f();
22 unsigned_c<0> uc0a = f(); // okay, deduced to an empty pack
23 unsigned_c<0> uc0b = f<>();
24 unsigned_c<1> uc1 = f<int>();
25 unsigned_c<2> uc2 = f<float, double>();
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp 59 template<unsigned> struct unsigned_c { }; struct in namespace:rdar8848837
66 unsigned_c<sizeof(1 + g(ArgTypes()...))> f();
70 unsigned_c<sizeof(1 + g(ArgTypes()...))> X1<R(ArgTypes...)>::f() {
71 return unsigned_c<sizeof(int)>();
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp 10 template<unsigned N> struct unsigned_c { }; struct
16 template<typename U> static yes_type check(unsigned_c<sizeof(U(t))> * = 0);

Completed in 950 milliseconds