Home
last modified time | relevance | path

Searched refs:IntTemplate (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp22 class IntTemplate { class
24 IntTemplate() {} in IntTemplate() function in IntTemplate
96 IntTemplate<0> zero; in template_mangling()
100 IntTemplate<5> five; in template_mangling()
104 IntTemplate<11> eleven; in template_mangling()
108 IntTemplate<256> _256; in template_mangling()
112 IntTemplate<513> _513; in template_mangling()
116 IntTemplate<1026> _1026; in template_mangling()
120 IntTemplate<65535> ffff; in template_mangling()
124 IntTemplate<-1> neg_1; in template_mangling()
[all …]