Home
last modified time | relevance | path

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

/aoo42x/main/rsc/source/rscpp/
H A Dcpp5.c559 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()
H A Dcpp.h165 #define T_PTR 256 /* Pointer */ macro

Completed in 22 milliseconds