We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85640e4 commit 3beb59bCopy full SHA for 3beb59b
flang/include/flang/Runtime/descriptor-consts.h
@@ -28,6 +28,7 @@ class DerivedType;
28
29
namespace Fortran::runtime {
30
class Descriptor;
31
+using SubscriptValue = ISO::CFI_index_t;
32
33
/// Returns size in bytes of the descriptor (not the data)
34
/// This must be at least as large as the largest descriptor of any target
0 commit comments