Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1479 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1505 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc1491 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1517 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1542 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1567 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
H A DChangeLog-201424 * array.c (check_constructor): Ignore empty expressions.
H A DChangeLog-20104696 (check_constructor): Likewise.