Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c3598 struct cp_switch struct
3601 struct cp_switch *next; argument
3625 static struct cp_switch *switch_stack; argument
3633 struct cp_switch *p = XNEW (struct cp_switch); in push_switch()
3647 struct cp_switch *cs = switch_stack; in pop_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc3801 struct cp_switch struct
3804 struct cp_switch *next; argument
3828 static struct cp_switch *switch_stack; argument
3836 struct cp_switch *p = XNEW (struct cp_switch); in push_switch()
3850 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.
H A DChangeLog-20152539 * decl.c (struct cp_switch): Add OUTSIDE_RANGE_P.
H A DChangeLog-2017349 * decl.c (struct cp_switch): Add has_default_p, break_stmt_seen_p
H A DChangeLog-20194246 * decl.c (struct cp_switch): Remove outside_range_p member.