Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DStringExtras.cpp62 StringRef Separators, int MaxSplit, in split() argument
69 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit); in split()
/external/llvm/lib/Support/
DStringRef.cpp284 StringRef Separator, int MaxSplit, in split() argument
292 while (MaxSplit-- != 0) { in split()
311 int MaxSplit, bool KeepEmpty) const { in split() argument
318 while (MaxSplit-- != 0) { in split()
/external/clang/lib/Format/
DBreakableToken.cpp50 unsigned MaxSplit = ColumnLimit - ContentStartColumn + 1; in getCommentSplit() local
54 NumChars < MaxSplit && MaxSplitBytes < Text.size();) { in getCommentSplit()
93 unsigned MaxSplit = ColumnLimit - UsedColumns; in getStringSplit() local
109 if (Chars > MaxSplit || Text.size() <= Advance) in getStringSplit()
/external/llvm/include/llvm/ADT/
DStringRef.h513 StringRef Separator, int MaxSplit = -1,
530 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringRef.h413 StringRef Separator, int MaxSplit = -1,
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13921 int MaxSplit = 1; in XformToShuffleWithZero() local
13923 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero()
13925 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()