Searched refs:typecode (Results 1 – 1 of 1) sorted by relevance
511 short typecode; in dosizeof() local518 typecode = 0; in dosizeof()529 typecode |= T_FPTR; /* Function pointer */ in dosizeof()552 typecode |= tp->type; /* Or in the type bit */ in dosizeof()559 typecode |= T_PTR; in dosizeof()564 if (!bittest(typecode & *testp)) { in dosizeof()575 if ((typecode & T_FPTR) != 0) /* Function pointer */ 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()[all …]