Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dcharacters.cpp189 std::size_t maxLen{std::min(std::size_t{4}, bytes)}; in DecodeEscapedCharacter() local
192 for (; code <= 037 && len < maxLen && IsOctalDigit(cp[len]); ++len) { in DecodeEscapedCharacter()
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp83 size_t maxLen = 0; in getOptionWidth() local
85 maxLen = options.getOptionWidth() + 2; in getOptionWidth()
87 return maxLen; in getOptionWidth()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h1967 auto maxLen{std::max(folded->first.length(), folded->second.length())}; in FoldOperation()
1970 res = res.length() == maxLen in FoldOperation()
1972 : CharacterUtils<T::kind>::Resize(res, maxLen); in FoldOperation()