Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1582 static expand_info current_expand; variable
1596 mpz_add_ui (*current_expand.count, *current_expand.count, 1); in count_elements()
1605 mpz_add (*current_expand.count, *current_expand.count, result); in count_elements()
1626 if (current_expand.extract_count == current_expand.extract_n) in extract_element()
1627 current_expand.extracted = e; in extract_element()
1631 current_expand.extract_count++; in extract_element()
1643 gfc_constructor *c = gfc_constructor_append_expr (&current_expand.base, in expand()
1646 c->n.component = current_expand.component; in expand()
1691 return current_expand.expand_work_function (e); in expand_expr()
1829 current_expand.offset = &c->offset; in expand_constructor()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc1594 static expand_info current_expand; variable
1608 mpz_add_ui (*current_expand.count, *current_expand.count, 1); in count_elements()
1617 mpz_add (*current_expand.count, *current_expand.count, result); in count_elements()
1638 if (current_expand.extract_count == current_expand.extract_n) in extract_element()
1639 current_expand.extracted = e; in extract_element()
1643 current_expand.extract_count++; in extract_element()
1655 gfc_constructor *c = gfc_constructor_append_expr (&current_expand.base, in expand()
1658 c->n.component = current_expand.component; in expand()
1703 return current_expand.expand_work_function (e); in expand_expr()
1841 current_expand.offset = &c->offset; in expand_constructor()
[all …]
H A DChangeLog-20112250 * array.c (current_expand): Add repeat field.