Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/
H A DConvertType.cpp515 if (auto constantLen = toInt64(funcRef.LEN())) getCharacterLength() local
528 if (auto constantLen = toInt64(charExpr->LEN())) getCharacterLength() local
538 if (auto constantLen = toInt64(dynamicType->GetCharLength())) getCharacterLength() local
H A DCallInterface.cpp1000 std::optional<std::int64_t> constantLen = type.knownLength(); handleImplicitCharacterResult() local
1092 if (std::optional<std::int64_t> constantLen = translateDynamicType() local