Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp23 static inline constexpr bool IsAssumedSize(const CFI_cdesc_t *dv) { in IsAssumedSize() function
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h403 inline bool ArraySpec::IsAssumedSize() const { in IsAssumedSize() function
Dsymbol.h186 bool IsAssumedSize() const { return isDummy() && shape_.IsAssumedSize(); } in IsAssumedSize() function