Home
last modified time | relevance | path

Searched refs:high_value (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc3958 finish_case_label (location_t loc, tree low_value, tree high_value) in finish_case_label() argument
3964 if (low_value == NULL_TREE && high_value == NULL_TREE) in finish_case_label()
3974 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label()
3990 high_value = case_conversion (type, high_value); in finish_case_label()
3992 r = c_add_case_label (loc, switch_stack->cases, cond, low_value, high_value); in finish_case_label()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc2714 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() argument
2722 CASE_HIGH (t) = high_value; in build_case_label()