FLANG
Public Types | List of all members
Fortran::evaluate::CheckConformanceFlags Struct Reference

Public Types

enum  Flags {
  None = 0 , LeftScalarExpandable = 1 , RightScalarExpandable = 2 , LeftIsDeferredShape = 4 ,
  RightIsDeferredShape = 8 , EitherScalarExpandable = LeftScalarExpandable | RightScalarExpandable , BothDeferredShape = LeftIsDeferredShape | RightIsDeferredShape , RightIsExpandableDeferred = RightScalarExpandable | RightIsDeferredShape
}
 

The documentation for this struct was generated from the following file: