Home
last modified time | relevance | path

Searched refs:match_case_to_enum_1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dc-common.c3880 match_case_to_enum_1 (tree key, tree type, tree label) in match_case_to_enum_1() function
3922 match_case_to_enum_1 (CASE_LOW (label), type, label); in match_case_to_enum()
3932 match_case_to_enum_1 (CASE_HIGH (label), type, label); in match_case_to_enum()
DChangeLog.tree-ssa6362 * c-common.c (match_case_to_enum_1, match_case_to_enum): New.
DChangeLog-200429487 (match_case_to_enum_1): Likewise.