Home
last modified time | relevance | path

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

/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y202 static P1ND *tyof(P1ND *); /* COMPAT_GCC */
368 typeof: C_TYPEOF '(' e ')' { $$ = tyof(eve($3)); }
369 | C_TYPEOF '(' cast_type ')' { TYMFIX($3); $$ = tyof($3); }
2104 tyof(P1ND *p) in tyof() function
2116 tyof(P1ND *p) in tyof() function
/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y201 static NODE *tyof(NODE *); /* COMPAT_GCC */
394 typeof: C_TYPEOF '(' e ')' { $$ = tyof(eve($3)); }
395 | C_TYPEOF '(' cast_type ')' { TYMFIX($3); $$ = tyof($3); }
2142 tyof(NODE *p) in tyof() function
2153 tyof(NODE *p) in tyof() function