Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp313 StringRef Separator, int MaxSplit, in split() argument
321 while (MaxSplit-- != 0) { in split()
340 int MaxSplit, bool KeepEmpty) const { in split() argument
347 while (MaxSplit-- != 0) { in split()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h740 StringRef Separator, int MaxSplit = -1,
757 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc351 (*Text)->getBuffer().split(strs, "\n", /*MaxSplit=*/-1,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27001 int MaxSplit = 1; in XformToShuffleWithZero() local
27003 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero()
27005 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()