Searched defs:ab_attribute (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | module.cc | 2078 enum ab_attribute enum 2274 MIO_NAME (ab_attribute) (AB_ALLOCATABLE, attr_bits); in mio_symbol_attribute() local 2276 MIO_NAME (ab_attribute) (AB_ARTIFICIAL, attr_bits); in mio_symbol_attribute() local 2278 MIO_NAME (ab_attribute) (AB_ASYNCHRONOUS, attr_bits); in mio_symbol_attribute() local 2280 MIO_NAME (ab_attribute) (AB_DIMENSION, attr_bits); in mio_symbol_attribute() local 2282 MIO_NAME (ab_attribute) (AB_CODIMENSION, attr_bits); in mio_symbol_attribute() local 2284 MIO_NAME (ab_attribute) (AB_CONTIGUOUS, attr_bits); in mio_symbol_attribute() local 2286 MIO_NAME (ab_attribute) (AB_EXTERNAL, attr_bits); in mio_symbol_attribute() local 2288 MIO_NAME (ab_attribute) (AB_INTRINSIC, attr_bits); in mio_symbol_attribute() local 2290 MIO_NAME (ab_attribute) (AB_OPTIONAL, attr_bits); in mio_symbol_attribute() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | module.c | 2032 enum ab_attribute enum 2211 MIO_NAME (ab_attribute) (AB_ALLOCATABLE, attr_bits); in mio_symbol_attribute() local 2213 MIO_NAME (ab_attribute) (AB_ARTIFICIAL, attr_bits); in mio_symbol_attribute() local 2215 MIO_NAME (ab_attribute) (AB_ASYNCHRONOUS, attr_bits); in mio_symbol_attribute() local 2217 MIO_NAME (ab_attribute) (AB_DIMENSION, attr_bits); in mio_symbol_attribute() local 2219 MIO_NAME (ab_attribute) (AB_CODIMENSION, attr_bits); in mio_symbol_attribute() local 2221 MIO_NAME (ab_attribute) (AB_CONTIGUOUS, attr_bits); in mio_symbol_attribute() local 2223 MIO_NAME (ab_attribute) (AB_EXTERNAL, attr_bits); in mio_symbol_attribute() local 2225 MIO_NAME (ab_attribute) (AB_INTRINSIC, attr_bits); in mio_symbol_attribute() local 2227 MIO_NAME (ab_attribute) (AB_OPTIONAL, attr_bits); in mio_symbol_attribute() local [all …]
|