Searched refs:label_entry (Results 1 – 3 of 3) sorted by relevance
1969 struct label_entry struct1977 static struct label_entry * argument1978 find_label_entry (const auto_vec<struct label_entry> *vec, tree label) in find_label_entry()1981 struct label_entry *l; in find_label_entry()2053 auto_vec <struct label_entry> *labels, in collect_fallthrough_labels()2127 struct label_entry l = { false_lab, if_loc }; in collect_fallthrough_labels()2151 struct label_entry l = { goto_dest, if_loc }; in collect_fallthrough_labels()2277 auto_vec <struct label_entry> labels; in warn_implicit_fallthrough_r()2293 struct label_entry *l; in warn_implicit_fallthrough_r()
2176 struct label_entry struct2184 static struct label_entry * argument2185 find_label_entry (const auto_vec<struct label_entry> *vec, tree label) in find_label_entry()2188 struct label_entry *l; in find_label_entry()2260 auto_vec <struct label_entry> *labels, in collect_fallthrough_labels()2337 struct label_entry l = { false_lab, if_loc }; in collect_fallthrough_labels()2362 struct label_entry l = { goto_dest, if_loc }; in collect_fallthrough_labels()2499 auto_vec <struct label_entry> labels; in warn_implicit_fallthrough_r()2515 struct label_entry *l; in warn_implicit_fallthrough_r()
12072 (struct label_entry): New struct.