Home
last modified time | relevance | path

Searched defs:Automatic (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/runtime/
Dtype-info.h89 enum class Genre : std::uint8_t { Data, Pointer, Allocatable, Automatic }; enumerator
/external/llvm-project/flang/module/
D__fortran_type_info.f9070 enumerator :: Data = 1, Pointer = 2, Allocatable = 3, Automatic = 4 enumerator