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
102 IntTemplate<0> zero; in template_mangling()
106 IntTemplate<5> five; in template_mangling()
110 IntTemplate<11> eleven; in template_mangling()
114 IntTemplate<256> _256; in template_mangling()
118 IntTemplate<513> _513; in template_mangling()
122 IntTemplate<1026> _1026; in template_mangling()
126 IntTemplate<65535> ffff; in template_mangling()
130 IntTemplate<-1> neg_1; in template_mangling()
[all …]