reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
197 tos = ++p->stack_top; 198 p->stack_data[tos].type = ct_parallel; 199 p->stack_data[tos].prev = p->p_top; 200 p->stack_data[tos].ident = ident; 201 p->stack_data[tos].name = NULL; 202 p->p_top = tos;