Home
last modified time | relevance | path

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

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