Home
last modified time | relevance | path

Searched refs:c_switch (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-lang.h55 struct c_switch * GTY((skip)) x_switch_stack;
H A Dc-tree.h680 extern struct c_switch *c_switch_stack;
H A Dc-typeck.c10830 struct c_switch { struct
10850 struct c_switch *next; argument
10863 struct c_switch *c_switch_stack; argument
10877 struct c_switch *cs; in c_start_case()
10924 cs = XNEW (struct c_switch); in c_start_case()
10988 struct c_switch *cs = c_switch_stack; in c_finish_case()
H A Dc-typeck.cc11016 struct c_switch { struct
11039 struct c_switch *next; argument
11052 struct c_switch *c_switch_stack; argument
11066 struct c_switch *cs; in c_start_switch()
11113 cs = XNEW (struct c_switch); in c_start_switch()
11178 struct c_switch *cs = c_switch_stack; in c_finish_switch()
H A DChangeLog1215 (struct c_switch): Rename switch_expr field to switch_stmt.
1218 instead of a SWITCH_EXPR. Update for changes to struct c_switch.
1219 (do_case): Update for changes to struct c_switch.
1221 struct c_switch and change of representation from SWITCH_EXPR to
2289 * c-typeck.c (struct c_switch): Remove outside_range_p member.
6025 * c-typeck.c (struct c_switch): Add BOOL_COND_P and OUTSIDE_RANGE_P.
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-lang.h56 struct c_switch * GTY((skip)) x_switch_stack;
H A Dc-tree.h664 extern struct c_switch *c_switch_stack;
H A Dc-typeck.c10830 struct c_switch { struct
10850 struct c_switch *next; argument
10863 struct c_switch *c_switch_stack; argument
10877 struct c_switch *cs; in c_start_case()
10924 cs = XNEW (struct c_switch); in c_start_case()
10988 struct c_switch *cs = c_switch_stack; in c_finish_case()
/netbsd/usr.bin/xlint/lint1/
H A Dfunc.c555 for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->c_surrounding) in case_label()
571 for (cs = cstmt; cs != NULL && !cs->c_switch; cs = cs->c_surrounding) in default_label()
703 cstmt->c_switch = true; in stmt_switch_expr()
951 while (cs != NULL && !cs->c_loop && !cs->c_switch) in stmt_break()
H A Dlint1.h444 bool c_switch:1; /* 'case' and 'break' are valid */ member
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200523256 (struct c_switch): Add blocked_vm.
25814 * c-typeck.c (struct c_switch): Rename switch_stmt field to
26948 (struct c_switch): Add blocked_stmt_expr.
H A DChangeLog-20008314 (struct c_switch): New type.
H A DChangeLog-200919286 (struct c_switch): Remove blocked_stmt_expr and blocked_vm
H A DChangeLog-200422560 * c-typeck.c (struct c_switch): New orig_type field.