Searched refs:prev_stype (Results 1 – 1 of 1) sorted by relevance
3578 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local3626 (cur_stype != NULL && prev_stype != NULL && strcmp(cur_stype,prev_stype) != 0) || in get_array_type()3627 (cur_stype == NULL && cur_stype != prev_stype) || in get_array_type()3636 prev_stype = cur_stype; in get_array_type()
Completed in 15 milliseconds