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

  /src/external/gpl3/gcc/dist/gcc/fortran/
module.cc 2078 enum ab_attribute enum
2221 DECL_MIO_NAME (ab_attribute)
2277 MIO_NAME (ab_attribute) (AB_ALLOCATABLE, attr_bits);
2279 MIO_NAME (ab_attribute) (AB_ARTIFICIAL, attr_bits);
2281 MIO_NAME (ab_attribute) (AB_ASYNCHRONOUS, attr_bits);
2283 MIO_NAME (ab_attribute) (AB_DIMENSION, attr_bits);
2285 MIO_NAME (ab_attribute) (AB_CODIMENSION, attr_bits);
2287 MIO_NAME (ab_attribute) (AB_CONTIGUOUS, attr_bits);
2289 MIO_NAME (ab_attribute) (AB_EXTERNAL, attr_bits);
2291 MIO_NAME (ab_attribute) (AB_INTRINSIC, attr_bits)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 2078 enum ab_attribute enum
2218 DECL_MIO_NAME (ab_attribute)
2274 MIO_NAME (ab_attribute) (AB_ALLOCATABLE, attr_bits);
2276 MIO_NAME (ab_attribute) (AB_ARTIFICIAL, attr_bits);
2278 MIO_NAME (ab_attribute) (AB_ASYNCHRONOUS, attr_bits);
2280 MIO_NAME (ab_attribute) (AB_DIMENSION, attr_bits);
2282 MIO_NAME (ab_attribute) (AB_CODIMENSION, attr_bits);
2284 MIO_NAME (ab_attribute) (AB_CONTIGUOUS, attr_bits);
2286 MIO_NAME (ab_attribute) (AB_EXTERNAL, attr_bits);
2288 MIO_NAME (ab_attribute) (AB_INTRINSIC, attr_bits)
    [all...]

Completed in 47 milliseconds