Home
last modified time | relevance | path

Searched defs:xLen (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/runtime/
H A Dcharacter.cpp272 inline RT_API_ATTRS std::size_t Index(const CHAR *x, std::size_t xLen, in Index()
338 inline RT_API_ATTRS std::size_t ScanVerify(const CHAR *x, std::size_t xLen, in ScanVerify()
361 inline RT_API_ATTRS std::size_t ScanVerify(const char *x, std::size_t xLen, in ScanVerify()
/llvm-project/flang/unittests/Runtime/
H A DCharacterTest.cpp328 std::size_t xLen{std::strlen(t.x)}, yLen{std::strlen(t.y)}; RunSearchTests() local
/llvm-project/flang/lib/Evaluate/
H A Dtype.cpp548 const auto xLen{x.knownLength()}; AreCompatibleTypes() local
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp1721 auto xLen{xType.LEN()}; Push() local