Searched defs:type_char (Results 1 – 2 of 2) sorted by relevance
1136 template <typename T> struct type_char { struct1139 template <> struct type_char<AluInstr> { struct1140 static char value() { return 'A';}; in value()1143 template <> struct type_char<AluGroup> { struct1144 static char value() { return 'G';}; in value()1147 template <> struct type_char<ExportInstr> { struct1148 static char value() { return 'E';}; in value()1151 template <> struct type_char<TexInstr> { struct1152 static char value() { return 'T';}; in value()1155 template <> struct type_char<FetchInstr> { struct[all …]
1085 type_char(png_uint_32 v) in type_char() function