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

  /src/external/gpl3/gcc/dist/gcc/fortran/
check.cc 972 allocatable_check (gfc_expr *e, int n) function
1405 if (!allocatable_check (array, 0))
4232 if (!allocatable_check (from, 0))
4243 if (!allocatable_check (to, 1))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
check.cc 972 allocatable_check (gfc_expr *e, int n) function
1378 if (!allocatable_check (array, 0))
4205 if (!allocatable_check (from, 0))
4216 if (!allocatable_check (to, 1))

Completed in 25 milliseconds