Home
last modified time | relevance | path

Searched refs:typecode (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/rsc/source/rscpp/
H A Dcpp5.c511 short typecode; in dosizeof() local
518 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 20 milliseconds