Searched refs:t_info (Results 1 – 1 of 1) sorted by relevance
575 uint32_t t_info; /* often used */ member642 #define t_info (G.t_info ) macro1111 t_info = save_info; in next_token()1200 t_info = *ti; in next_token()1201 debug_printf_parse("%s: token found:'%.*s' t_info:%x\n", __func__, l, p, t_info); in next_token()1277 save_info = t_info; in next_token()1279 t_info = OC_CONCAT | SS | P(35); in next_token()1353 if (glptr && (t_info == TI_LESS)) { in parse_expr()1367 while (((t_info & PRIMASK) > (vn->a.n->info & PRIMASK2)) in parse_expr()1368 || ((t_info == vn->info) && t_info == TI_COLON) in parse_expr()[all …]