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

  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 1509 typedef GFC_ARRAY_DESCRIPTOR (void) array_t; typedef
1511 extern index_type size0 (const array_t * array);
1516 extern GFC_LOGICAL_4 is_contiguous0 (const array_t * const restrict array);
1521 extern void bounds_equal_extents (array_t *, array_t *, const char *,
1525 extern void bounds_reduced_extents (array_t *, array_t *, int, const char *,
1529 extern void bounds_iforeach_return (array_t *, array_t *, const char *);
1532 extern void bounds_ifunction_return (array_t *, const index_type *
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 1505 typedef GFC_ARRAY_DESCRIPTOR (void) array_t; typedef
1507 extern index_type size0 (const array_t * array);
1512 extern GFC_LOGICAL_4 is_contiguous0 (const array_t * const restrict array);
1517 extern void bounds_equal_extents (array_t *, array_t *, const char *,
1521 extern void bounds_reduced_extents (array_t *, array_t *, int, const char *,
1525 extern void bounds_iforeach_return (array_t *, array_t *, const char *);
1528 extern void bounds_ifunction_return (array_t *, const index_type *
    [all...]

Completed in 27 milliseconds