/openbsd/gnu/gcc/gcc/ |
H A D | tree-into-ssa.c | 127 typedef VEC(tree, heap) *tree_vec; typedef 128 DEF_VEC_P (tree_vec); 129 DEF_VEC_ALLOC_P (tree_vec, heap); 131 static VEC(tree_vec, heap) *phis_to_rewrite; in VEC() argument 1094 tree_vec phis; in mark_phi_for_rewrite() 1107 VEC_quick_push (tree_vec, phis_to_rewrite, NULL); in mark_phi_for_rewrite() 1109 phis = VEC_index (tree_vec, phis_to_rewrite, idx); in mark_phi_for_rewrite() 1114 VEC_replace (tree_vec, phis_to_rewrite, idx, phis); in mark_phi_for_rewrite() 1861 tree_vec phis; in rewrite_update_phi_arguments() 3147 tree_vec phis = VEC_index (tree_vec, phis_to_rewrite, i); in update_ssa() [all …]
|
H A D | tree.h | 1355 struct tree_vec GTY(()) 3207 struct tree_vec GTY ((tag ("TS_VEC"))) vec;
|
H A D | tree.c | 417 return (sizeof (struct tree_vec) in tree_size() 1240 int length = (len - 1) * sizeof (tree) + sizeof (struct tree_vec); in make_tree_vec_stat()
|
H A D | tree.def | 59 DEFTREECODE (TREE_VEC, "tree_vec", tcc_exceptional, 0)
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.h | 839 struct tree_vec GTY(()) 1943 struct tree_vec GTY ((tag ("TS_VEC"))) vec;
|
H A D | tree.c | 575 int length = (len - 1) * sizeof (tree) + sizeof (struct tree_vec);
|
H A D | tree.def | 62 DEFTREECODE (TREE_VEC, "tree_vec", 'x', 2)
|
H A D | ChangeLog.7 | 3242 (struct tree_vec): Likewise. 3408 'tree_vec' special.
|
H A D | ChangeLog.3 | 1604 (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
|
/openbsd/gnu/gcc/libcpp/po/ |
H A D | de.po | 5166 #~ msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d" 5167 #~ msgstr "Baumprüfung: auf Elt %d von tree_vec mit %d Elts in %s bei %s:%d zugegriffen"
|
H A D | da.po | 6064 #~ msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d" 6065 #~ msgstr "RTL-kontrol: tilgik udtrykstr� %d af tree_vec med %d udtrykstr�er i %s, ved %s:%d"
|
H A D | rw.po | 7295 #~ msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
/openbsd/gnu/usr.bin/gcc/gcc/po/ |
H A D | ca.po | 8186 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d" 8187 msgstr "revisi� d'arbre: acc�s de *elt %d de tree_vec amb %d elts en %s, en %s:%d"
|
H A D | da.po | 8303 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d" 8304 msgstr "RTL-kontrol: tilgik udtrykstr� %d af tree_vec med %d udtrykstr�er i %s, ved %s:%d"
|
H A D | be.po | 8088 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
H A D | el.po | 8248 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
H A D | gcc.pot | 8168 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
H A D | ja.po | 8351 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
H A D | nl.po | 8304 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
H A D | de.po | 8176 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
H A D | sv.po | 8265 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
H A D | rw.po | 9077 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
H A D | tr.po | 8301 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|