Lines Matching refs:labels
6366 * This is only used to generate error messages for duplicate labels.
6578 /* If the switch init-value is the value of one of the labels that
6612 labels->hir(instructions, state);
6633 foreach_list_typed (ast_case_label, label, link, & this->labels)
6636 /* Case labels do not have r-values. */
6759 "multiple default labels in one switch");