Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDc-common.c3885 match_case_to_enum_1 (tree key, tree type, tree label) in match_case_to_enum_1() function
3927 match_case_to_enum_1 (CASE_LOW (label), type, label); in match_case_to_enum()
3937 match_case_to_enum_1 (CASE_HIGH (label), type, label); in match_case_to_enum()
HDChangeLog.tree-ssa6362 * c-common.c (match_case_to_enum_1, match_case_to_enum): New.
HDChangeLog-200429487 (match_case_to_enum_1): Likewise.