Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dllvm-conventions.cpp134 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 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()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringRef.h808 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 DDAGCombiner.cpp23477 int MaxSplit = 1; in XformToShuffleWithZero() local
23479 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero()
23481 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()