Searched refs:int_c (Results 1 – 6 of 6) sorted by relevance
4 template<int I> struct int_c;170 typedef tuple<int_c<N>...> type;174 tuple<int_c<1>, int_c<2>, int_c<3>, int_c<4>, 175 int_c<5>>>::value? 1 : -1];
72 template<unsigned> struct int_c { struct79 X(U*, typename int_c<(meta<T>::value + meta<U>::value)>::type *) { } in X()94 template<unsigned> struct int_c { struct99 void f(int_c<meta<T>::type::value>) { } in f()102 template void f<int>(int_c<sizeof(int)>);
53 template<int> struct int_c { }; struct58 int &g(int_c<sizeof(f(T()))> * = 0); // expected-note{{candidate function [with T = X3]}}
64 template<int> struct int_c { }; struct71 int &g(int_c<sizeof(f(T()))> * = 0);
131 template<unsigned > struct int_c { }; struct136 friend void f(X, int_c<N>) { in f()141 void test_X(X<int> x, int_c<5> i5) { in test_X()
14 @int_c = external global i3277 %0 = load i32, i32* @int_c, align 4