Searched defs:yLen (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/unittests/Runtime/ | ||
H A D | CharacterTest.cpp | 328 std::size_t xLen{std::strlen(t.x)}, yLen{std::strlen(t.y)}; RunSearchTests() local |
/llvm-project/flang/lib/Evaluate/ | ||
H A D | type.cpp | 549 const auto yLen{y.knownLength()}; AreCompatibleTypes() local |