Searched refs:IntTemplate (Results 1 – 1 of 1) sorted by relevance
22 class IntTemplate { class24 IntTemplate() {} in IntTemplate() function in IntTemplate102 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 …]