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

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx0x-no-extra-copy.cpp 53 template<int> struct int_c { }; struct
58 int &g(int_c<sizeof(f(T()))> * = 0); // expected-note{{candidate function [with T = X3]}}
p5-cxx03-extra-copy.cpp 64 template<int> struct int_c { }; struct
71 int &g(int_c<sizeof(f(T()))> * = 0);
  /external/clang/test/CodeGenCXX/
mangle-template.cpp 75 template<unsigned> struct int_c { struct in namespace:test7
82 X(U*, typename int_c<(meta<T>::value + meta<U>::value)>::type *) { }
97 template<unsigned> struct int_c { struct in namespace:test8
102 void f(int_c<meta<T>::type::value>) { }
105 template void f<int>(int_c<sizeof(int)>);
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 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];
  /external/clang/test/SemaTemplate/
friend-template.cpp 131 template<unsigned > struct int_c { }; struct in namespace:FriendTemplateDefinition
136 friend void f(X, int_c<N>) {
141 void test_X(X<int> x, int_c<5> i5) {

Completed in 158 milliseconds