Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp40 ArrayRef<char> ThisGroup; in writeWithCommas() local
42 ThisGroup = Buffer.take_front(InitialDigits); in writeWithCommas()
43 S.write(ThisGroup.data(), ThisGroup.size()); in writeWithCommas()
49 ThisGroup = Buffer.take_front(3); in writeWithCommas()
50 S.write(ThisGroup.data(), 3); in writeWithCommas()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp28 ArrayRef<std::string> ThisGroup; in typesetItemList()
29 ThisGroup = Opts.take_front(GroupSize); in typesetItemList()
30 Opts = Opts.drop_front(ThisGroup.size()); in typesetItemList()
31 Result += join(ThisGroup, Sep); in typesetItemList()
27 ArrayRef<std::string> ThisGroup; typesetItemList() local