Home
last modified time | relevance | path

Searched defs:c_switch (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11016 struct c_switch { struct
11039 struct c_switch *next; argument
11052 struct c_switch *c_switch_stack; argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c10830 struct c_switch { struct
10850 struct c_switch *next; argument
10863 struct c_switch *c_switch_stack; argument
/netbsd-src/usr.bin/xlint/lint1/
H A Dlint1.h418 bool c_switch:1; /* 'case' and 'break' are valid */ global() member