HomeSort by: relevance | last modified time | path
    Searched refs:Lengths (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp 44 Lengths("length",
212 if (!Offsets.empty() || !Lengths.empty()) {
240 if (Offsets.size() != Lengths.size() &&
241 !(Offsets.size() == 1 && Lengths.empty())) {
253 if (i < Lengths.size()) {
254 if (Offsets[i] + Lengths[i] > Code->getBufferSize()) {
255 errs() << "error: invalid length " << Lengths[i]
256 << ", offset + length (" << Offsets[i] + Lengths[i]
260 End = Start.getLocWithOffset(Lengths[i]);
531 (!Offsets.empty() || !Lengths.empty() || !LineRanges.empty()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 525 StringRef Lengths = Blob.slice(0, StringsOffset);
526 SimpleBitstreamCursor R(Lengths);
MetadataLoader.cpp 2116 StringRef Lengths = Blob.slice(0, StringsOffset);
2117 SimpleBitstreamCursor R(Lengths);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 699 auto NoLength = [](const SmallDenseSet<ElementCount> &Lengths,
701 return !Lengths.count(T.isVector() ? T.getVectorElementCount()
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 4632 set of known encoding lengths. Lengths are provided in
4638 to the selected set of lengths. Also the sub-matcher object references
4643 preciesly because sub-matcher doesn't detect all lengths.
4645 @property auto subMatcher(Lengths...)()
4911 "Only lengths of 1, 2, 3 and 4 code unit are possible for UTF-8");
4988 "Only lengths of 1, 2, 3 and 4 code unit are possible for UTF-8");
5143 "Only lengths of 1 and 2 code units are possible in UTF-16");
5246 "Only lengths of 1 and 2 code units are possible in UTF-16");

Completed in 37 milliseconds