Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dcall.cpp183 const auto *nCopiesArg{ in LEN() local
185 CHECK(stringArg && nCopiesArg); in LEN()
187 auto converted{ConvertTo(*stringLen, common::Clone(*nCopiesArg))}; in LEN()