Searched refs:typeof_sym (Results 1 – 1 of 1) sorted by relevance
1064 struct symbol *typeof_sym = alloc_symbol(token->pos, SYM_TYPEOF); in typeof_specifier() local1065 token = parse_expression(token->next, &typeof_sym->initializer); in typeof_specifier()1067 typeof_sym->endpos = token->pos; in typeof_specifier()1068 if (!typeof_sym->initializer) { in typeof_specifier()1070 typeof_sym = &bad_ctype; in typeof_specifier()1072 ctx->ctype.base_type = typeof_sym; in typeof_specifier()