Home
last modified time | relevance | path

Searched refs:match_case_to_enum (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c1530 match_case_to_enum (splay_tree_node node, void *data) in match_case_to_enum() function
1799 splay_tree_foreach (cases, match_case_to_enum, type); in c_do_switch_warnings()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc1532 match_case_to_enum (splay_tree_node node, void *data) in match_case_to_enum() function
1801 splay_tree_foreach (cases, match_case_to_enum, type); in c_do_switch_warnings()
H A DChangeLog6185 (match_case_to_enum): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tree-ssa6362 * c-common.c (match_case_to_enum_1, match_case_to_enum): New.
H A DChangeLog-20069501 * c-common.c (match_case_to_enum): Add function comment. Avoid