HomeSort by: relevance | last modified time | path
    Searched defs:typeof (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 277 typeof attribute attribute_specifier /* COMPAT_GCC */
361 | typeof { $$ = $1; }
368 typeof: C_TYPEOF '(' e ')' { $$ = tyof(eve($3)); } label
2118 uerror("typeof gcc extension");
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 250 typeof attribute attribute_specifier /* COMPAT_GCC */
386 | typeof { $$ = $1; }
394 typeof: C_TYPEOF '(' e ')' { $$ = tyof(eve($3)); } label
2155 uerror("typeof gcc extension");

Completed in 24 milliseconds