Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp36 ArrayRef<char> ThisGroup; in writeWithCommas() local
38 ThisGroup = Buffer.take_front(InitialDigits); in writeWithCommas()
39 S.write(ThisGroup.data(), ThisGroup.size()); in writeWithCommas()
45 ThisGroup = Buffer.take_front(3); in writeWithCommas()
46 S.write(ThisGroup.data(), 3); in writeWithCommas()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DNativeFormatting.cpp36 ArrayRef<char> ThisGroup; in writeWithCommas() local
38 ThisGroup = Buffer.take_front(InitialDigits); in writeWithCommas()
39 S.write(ThisGroup.data(), ThisGroup.size()); in writeWithCommas()
45 ThisGroup = Buffer.take_front(3); in writeWithCommas()
46 S.write(ThisGroup.data(), 3); in writeWithCommas()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp79 ArrayRef<std::string> ThisGroup; in typesetItemList() local
80 ThisGroup = Opts.take_front(GroupSize); in typesetItemList()
81 Opts = Opts.drop_front(ThisGroup.size()); in typesetItemList()
82 Result += join(ThisGroup, Sep); in typesetItemList()