Searched refs:tree_vec (Results 1 – 23 of 23) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| 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() 1105 VEC_reserve (tree_vec, heap, phis_to_rewrite, last_basic_block + 1); in mark_phi_for_rewrite() 1106 for (i = VEC_length (tree_vec, phis_to_rewrite); i <= idx; i++) 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() [all …]
|
| D | tree.h | 1355 struct tree_vec GTY(()) 3207 struct tree_vec GTY ((tag ("TS_VEC"))) vec;
|
| 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()
|
| D | tree.def | 59 DEFTREECODE (TREE_VEC, "tree_vec", tcc_exceptional, 0)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | tree.h | 839 struct tree_vec GTY(()) 1943 struct tree_vec GTY ((tag ("TS_VEC"))) vec;
|
| D | tree.c | 575 int length = (len - 1) * sizeof (tree) + sizeof (struct tree_vec);
|
| D | tree.def | 62 DEFTREECODE (TREE_VEC, "tree_vec", 'x', 2)
|
| D | ChangeLog.7 | 3242 (struct tree_vec): Likewise. 3408 'tree_vec' special.
|
| D | ChangeLog.3 | 1604 (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
|
| /openbsd/src/gnu/gcc/libcpp/po/ |
| 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"
|
| 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"
|
| D | rw.po | 7295 #~ msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/po/ |
| 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"
|
| 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"
|
| D | gcc.pot | 8168 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| D | el.po | 8248 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| D | be.po | 8088 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| D | nl.po | 8304 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| D | ja.po | 8351 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| D | de.po | 8176 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| D | rw.po | 9077 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| D | sv.po | 8265 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|
| D | tr.po | 8301 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
|