Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dcommand.cpp71 const char *rawValue, std::int64_t rawValueLength, const Descriptor *errmsg, in CopyToDescriptor() argument
74 std::int64_t toCopy{std::min(rawValueLength, in CopyToDescriptor()
82 if (rawValueLength > toCopy) { in CopyToDescriptor()