Home
last modified time | relevance | path

Searched refs:RightIsDeferredShape (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h287 RightIsDeferredShape = 8, enumerator
289 BothDeferredShape = LeftIsDeferredShape | RightIsDeferredShape,
290 RightIsExpandableDeferred = RightScalarExpandable | RightIsDeferredShape,
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp1017 } else if (!(flags & CheckConformanceFlags::RightIsDeferredShape)) { in CheckConformance()