Searched refs:cp_switch (Results 1 – 4 of 4) sorted by relevance
2591 struct cp_switch struct2594 struct cp_switch *next; argument2611 static struct cp_switch *switch_stack; argument2619 struct cp_switch *p = XNEW (struct cp_switch); in push_switch()2630 struct cp_switch *cs = switch_stack; in pop_switch()
1142 * decl.c (struct cp_switch): Add switch_stmt and cases.4861 * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
5485 struct cp_switch struct5488 struct cp_switch *next; argument5505 static struct cp_switch *switch_stack; argument5514 struct cp_switch *p5515 = (struct cp_switch *) xmalloc (sizeof (struct cp_switch));5526 struct cp_switch *cs; in pop_switch()
11014 * decl.c (struct cp_switch): Add switch_stmt and cases.14733 * decl.c (push_switch): Use xmalloc to allocate the cp_switch.