Home
last modified time | relevance | path

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

/aoo4110/main/rsc/source/rscpp/
H A Dcpp5.c198 { T_FPTR, 0, S_PFPTR }, /* int (*()) */
529 typecode |= T_FPTR; /* Function pointer */ in dosizeof()
575 if ((typecode & T_FPTR) != 0) /* Function pointer */ in dosizeof()
576 typecode = T_FPTR | T_PTR; in dosizeof()
H A Dcpp.h166 #define T_FPTR 512 /* Pointer to functions */ macro
H A Dcpp3.c285 endtest = T_FPTR; /* Stop here */

Completed in 25 milliseconds