Lines Matching refs:typ
1204 types[TCHAR] = typ(TCHAR, T); in cinit()
1205 types[TUCHAR] = typ(TUCHAR, T); in cinit()
1206 types[TSHORT] = typ(TSHORT, T); in cinit()
1207 types[TUSHORT] = typ(TUSHORT, T); in cinit()
1208 types[TINT] = typ(TINT, T); in cinit()
1209 types[TUINT] = typ(TUINT, T); in cinit()
1210 types[TLONG] = typ(TLONG, T); in cinit()
1211 types[TULONG] = typ(TULONG, T); in cinit()
1212 types[TVLONG] = typ(TVLONG, T); in cinit()
1213 types[TUVLONG] = typ(TUVLONG, T); in cinit()
1214 types[TFLOAT] = typ(TFLOAT, T); in cinit()
1215 types[TDOUBLE] = typ(TDOUBLE, T); in cinit()
1216 types[TVOID] = typ(TVOID, T); in cinit()
1217 types[TENUM] = typ(TENUM, T); in cinit()
1218 types[TFUNC] = typ(TFUNC, types[TINT]); in cinit()
1219 types[TIND] = typ(TIND, types[TVOID]); in cinit()
1233 t = typ(TARRAY, types[TCHAR]); in cinit()
1239 t = typ(TARRAY, types[TCHAR]); in cinit()