(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
c-interop/
dump-descriptors.h
       1  /* Definitions of functions in dump-descriptors.c.  */
       2  
       3  #include "ISO_Fortran_binding.h"
       4  
       5  extern void dump_CFI_cdesc_t (CFI_cdesc_t *d);
       6  extern void dump_CFI_dim_t (CFI_dim_t *d);
       7  extern void dump_CFI_attribute_t (CFI_attribute_t a);
       8  extern void dump_CFI_index_t (CFI_index_t i);
       9  extern void dump_CFI_rank_t (CFI_rank_t r);
      10  extern void dump_CFI_type_t (CFI_type_t t);
      11  
      12  void check_CFI_status (const char *fn, int code);