Home
last modified time | relevance | path

Searched defs:isLen (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Semantics/
H A Dtype.h107 bool isLen() const { return attr_ == common::TypeParamAttr::Len; } isLen() function
/llvm-project/flang/lib/Evaluate/
H A Dfold-integer.cpp1396 bool isLen{false}; FoldOperation() local