Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1373 static gfc_typespec constructor_ts; variable
1391 constructor_ts = expr->ts; in check_element_type()
1397 if (gfc_compare_types (&constructor_ts, &expr->ts)) in check_element_type()
1401 return gfc_convert_type_warn (expr, &constructor_ts, 1, 1, true) ? 0 : 1; in check_element_type()
1404 gfc_typename (&constructor_ts), &expr->where, in check_element_type()
1451 constructor_ts = e->ts; in gfc_check_constructor_type()
1456 gfc_clear_ts (&constructor_ts); in gfc_check_constructor_type()
1463 e->ts = constructor_ts; in gfc_check_constructor_type()
1923 if (constructor_ts.type == BT_UNKNOWN && empty_constructor) in gfc_expand_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc1385 static gfc_typespec constructor_ts; variable
1403 constructor_ts = expr->ts; in check_element_type()
1409 if (gfc_compare_types (&constructor_ts, &expr->ts)) in check_element_type()
1413 return gfc_convert_type_warn (expr, &constructor_ts, 1, 1, true) ? 0 : 1; in check_element_type()
1416 gfc_typename (&constructor_ts), &expr->where, in check_element_type()
1463 constructor_ts = e->ts; in gfc_check_constructor_type()
1468 gfc_clear_ts (&constructor_ts); in gfc_check_constructor_type()
1475 e->ts = constructor_ts; in gfc_check_constructor_type()
1935 if (constructor_ts.type == BT_UNKNOWN && empty_constructor) in gfc_expand_constructor()