Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c1969 struct label_entry struct
1977 static struct label_entry * argument
1978 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc2176 struct label_entry struct
2184 static struct label_entry * argument
2185 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()
H A DChangeLog-201612072 (struct label_entry): New struct.