Searched refs:MaxSplit (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 313 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 D | BreakableToken.cpp | 78 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 D | StringRef.h | 740 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 D | Threading.inc | 351 (*Text)->getBuffer().split(strs, "\n", /*MaxSplit=*/-1,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 27001 int MaxSplit = 1; in XformToShuffleWithZero() local 27003 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero() 27005 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()
|