Home
last modified time | relevance | path

Searched defs:int_c (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-template.cpp72 template<unsigned> struct int_c { struct
73 typedef float type;
94 template<unsigned> struct int_c { struct
95 typedef float type;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx0x-no-extra-copy.cpp53 template<int> struct int_c { }; struct
Dp5-cxx03-extra-copy.cpp64 template<int> struct int_c { }; struct
/external/clang/test/SemaTemplate/
Dfriend-template.cpp131 template<unsigned > struct int_c { }; struct