Searched refs:ThisGroup (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp35 ArrayRef<char> ThisGroup; local
37 ThisGroup = Buffer.take_front(InitialDigits);
38 S.write(ThisGroup.data(), ThisGroup.size());
44 ThisGroup = Buffer.take_front(3);
45 S.write(ThisGroup.data(), 3);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp78 ArrayRef<std::string> ThisGroup; local
79 ThisGroup = Opts.take_front(GroupSize);
80 Opts = Opts.drop_front(ThisGroup.size());
81 Result += join(ThisGroup, Sep);

Completed in 110 milliseconds