Searched refs:typecode (Results 1 – 1 of 1) sorted by relevance
511 short typecode; in dosizeof() local518 typecode = 0; in dosizeof()559 typecode |= T_PTR; in dosizeof()564 if (!bittest(typecode & *testp)) { in dosizeof()576 typecode = T_FPTR | T_PTR; in dosizeof()578 typecode &= ~(T_SIGNED | T_UNSIGNED); in dosizeof()579 if ((typecode & (T_SHORT | T_LONG)) != 0) in dosizeof()580 typecode &= ~T_INT; in dosizeof()582 if ((typecode & ~T_PTR) == 0) { in dosizeof()590 if ((typecode & ~T_PTR) == sizp->bits) { in dosizeof()[all …]
Completed in 13 milliseconds