Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1415 check_constructor_type (gfc_constructor_base base, bool convert) in check_constructor_type() function
1426 if (!check_constructor_type (e->value.constructor, convert)) in check_constructor_type()
1461 t = check_constructor_type (e->value.constructor, e->ts.type != BT_UNKNOWN); in gfc_check_constructor_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc1427 check_constructor_type (gfc_constructor_base base, bool convert) in check_constructor_type() function
1438 if (!check_constructor_type (e->value.constructor, convert)) in check_constructor_type()
1473 t = check_constructor_type (e->value.constructor, e->ts.type != BT_UNKNOWN); in gfc_check_constructor_type()
H A DChangeLog-20082624 (check_element_type, check_constructor_type, gfc_check_constructor_type):
H A DChangeLog-20104695 (check_constructor_type): Likewise.