Searched refs:handle_fallthrough_attribute (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1367 extern tree handle_fallthrough_attribute (tree *, tree, tree, int, bool *);
|
H A D | c-attribs.c | 473 handle_fallthrough_attribute, NULL }, 4533 handle_fallthrough_attribute (tree *, tree name, tree, int, in handle_fallthrough_attribute() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1474 extern tree handle_fallthrough_attribute (tree *, tree, tree, int, bool *);
|
H A D | c-attribs.cc | 531 handle_fallthrough_attribute, NULL }, 5684 handle_fallthrough_attribute (tree *, tree name, tree, int, in handle_fallthrough_attribute() function
|
H A D | ChangeLog | 2658 * c-attribs.c (handle_fallthrough_attribute): Use pedwarn instead 2668 * c-attribs.c (handle_fallthrough_attribute): Remove static. 2669 * c-common.h (handle_fallthrough_attribute): Declare. 6307 (handle_fallthrough_attribute): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 4381 handle_fallthrough_attribute, NULL },
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 4470 handle_fallthrough_attribute, NULL },
|