Home
last modified time | relevance | path

Searched defs:IsAssumedSize (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/unittests/Runtime/
H A DSupport.cpp60 TEST(IsAssumedSize, Basic) { in TEST() argument
/llvm-project/flang/runtime/
H A Dsupport.cpp22 bool RTDEF(IsAssumedSize)(const Descriptor &descriptor) { in RTDEF() argument
H A DISO_Fortran_util.h25 static inline constexpr RT_API_ATTRS bool IsAssumedSize(const CFI_cdesc_t *dv) { in IsAssumedSize() function
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h330 bool IsAssumedSize() const { return rank_.value_or(0) == isAssumedSize; } in IsAssumedSize() function