Lines Matching refs:IntTemplate
24 class IntTemplate { class
26 IntTemplate() {} in IntTemplate() function in IntTemplate
104 IntTemplate<0> zero; in template_mangling()
108 IntTemplate<5> five; in template_mangling()
112 IntTemplate<11> eleven; in template_mangling()
116 IntTemplate<256> _256; in template_mangling()
120 IntTemplate<513> _513; in template_mangling()
124 IntTemplate<1026> _1026; in template_mangling()
128 IntTemplate<65535> ffff; in template_mangling()
132 IntTemplate<-1> neg_1; in template_mangling()
135 IntTemplate<-9> neg_9; in template_mangling()
138 IntTemplate<-10> neg_10; in template_mangling()
141 IntTemplate<-11> neg_11; in template_mangling()