HomeSort by: relevance | last modified time | path
    Searched defs:check_constructor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
array.cc 1504 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1530 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) function
1555 t = check_constructor (e->value.constructor, check_function);
1580 t = check_constructor (expr->value.constructor, check_function);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
array.cc 1491 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1517 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) function
1542 t = check_constructor (e->value.constructor, check_function);
1567 t = check_constructor (expr->value.constructor, check_function);

Completed in 16 milliseconds