Searched refs:MaxSplit (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | llvm-conventions.cpp | 134 StringRef Separator, int MaxSplit = -1, 136 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 808 StringRef Separator, int MaxSplit = -1, 825 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 23477 int MaxSplit = 1; in XformToShuffleWithZero() local 23479 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero() 23481 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()
|