Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dcommand.cpp214 static std::size_t LengthWithoutTrailingSpaces(const Descriptor &d) { in LengthWithoutTrailingSpaces() function
225 trim_name ? LengthWithoutTrailingSpaces(name) : name.ElementBytes()}; in GetEnvVariableValue()