HomeSort by: relevance | last modified time | path
    Searched refs:t_typeof (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lint1.h 142 bool t_typeof:1; /* type defined with GCC's __typeof__ */ member in struct:lint1_type
decl.c 772 && !dcs->d_type->t_typeof) {
778 !dcs->d_type->t_typeof) {
cgram.y 266 %token T_TYPEOF
1164 | T_TYPEOF T_LPAREN expression T_RPAREN { /* GCC extension */
1166 $$->t_typeof = true;

Completed in 43 milliseconds