Home
last modified time | relevance | path

Searched refs:expand_work_function (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1578 bool (*expand_work_function) (gfc_expr *); member
1691 return current_expand.expand_work_function (e); in expand_expr()
1832 if (!current_expand.expand_work_function(e)) in expand_constructor()
1855 current_expand.expand_work_function = extract_element; in gfc_get_array_element()
1910 current_expand.expand_work_function = expand; in gfc_expand_constructor()
1968 current_expand.expand_work_function = is_constant_element; in gfc_constant_ac()
2658 current_expand.expand_work_function = count_elements; in gfc_array_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc1590 bool (*expand_work_function) (gfc_expr *); member
1703 return current_expand.expand_work_function (e); in expand_expr()
1844 if (!current_expand.expand_work_function(e)) in expand_constructor()
1867 current_expand.expand_work_function = extract_element; in gfc_get_array_element()
1922 current_expand.expand_work_function = expand; in gfc_expand_constructor()
1980 current_expand.expand_work_function = is_constant_element; in gfc_constant_ac()
2670 current_expand.expand_work_function = count_elements; in gfc_array_size()