Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp306 StringRef Separator, int MaxSplit, in split() argument
314 while (MaxSplit-- != 0) { in split()
333 int MaxSplit, bool KeepEmpty) const { in split() argument
340 while (MaxSplit-- != 0) { in split()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp78 unsigned MaxSplit = ColumnLimit - ContentStartColumn + 1; in getCommentSplit() local
82 NumChars < MaxSplit && MaxSplitBytes < Text.size();) { in getCommentSplit()
178 unsigned MaxSplit = ColumnLimit - UsedColumns; in getStringSplit() local
194 if (Chars > MaxSplit || Text.size() <= Advance) in getStringSplit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h804 StringRef Separator, int MaxSplit = -1,
821 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21942 int MaxSplit = 1; in XformToShuffleWithZero() local
21944 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero()
21946 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()