Searched refs:signstr (Results 1 – 1 of 1) sorted by relevance
276 const char *signstr = (signedness == UNSIGNED) ? "u" : ""; in gen_c_int_type() local277 OUT(c, locp, signstr, "int", &bit_width, "_t"); in gen_c_int_type()