Searched refs:check_constructor (Results 1 – 4 of 4) sorted by relevance
1479 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() function1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
1491 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() function1542 t = check_constructor (e->value.constructor, check_function); in check_constructor()1567 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
24 * array.c (check_constructor): Ignore empty expressions.
4696 (check_constructor): Likewise.