Home
last modified time | relevance | path

Searched refs:cp_switch (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c2591 struct cp_switch struct
2594 struct cp_switch *next; argument
2611 static struct cp_switch *switch_stack; argument
2619 struct cp_switch *p = XNEW (struct cp_switch); in push_switch()
2630 struct cp_switch *cs = switch_stack; in pop_switch()
H A DChangeLog-20001142 * decl.c (struct cp_switch): Add switch_stmt and cases.
4861 * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c5485 struct cp_switch struct
5488 struct cp_switch *next; argument
5505 static struct cp_switch *switch_stack; argument
5514 struct cp_switch *p
5515 = (struct cp_switch *) xmalloc (sizeof (struct cp_switch));
5526 struct cp_switch *cs; in pop_switch()
H A DChangeLog11014 * decl.c (struct cp_switch): Add switch_stmt and cases.
14733 * decl.c (push_switch): Use xmalloc to allocate the cp_switch.