Searched refs:T_PTR (Results 1 – 2 of 2) sorted by relevance
559 typecode |= T_PTR; in dosizeof()576 typecode = T_FPTR | T_PTR; in dosizeof()582 if ((typecode & ~T_PTR) == 0) { in dosizeof()590 if ((typecode & ~T_PTR) == sizp->bits) { in dosizeof()591 evalue = ((typecode & T_PTR) != 0) in dosizeof()
165 #define T_PTR 256 /* Pointer */ macro
Completed in 18 milliseconds