Home
last modified time | relevance | path

Searched refs:add_fields_to_vec (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dclass.c137 static int add_fields_to_vec PARAMS ((tree, tree, int));
2933 add_fields_to_vec (fields, field_vec, idx) in add_fields_to_vec() function
2941 idx = add_fields_to_vec (TYPE_FIELDS (TREE_TYPE (x)), field_vec, idx);
5427 add_fields_to_vec (TYPE_FIELDS (t), field_vec, 0);
DChangeLog.23822 * class.c (count_fields, add_fields_to_vec): Add static prototype.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-20032903 (add_fields_to_vec): Rename to ...
DChangeLog-19993822 * class.c (count_fields, add_fields_to_vec): Add static prototype.