Searched refs:ContainerType (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h58 BitstreamRemarkContainerType ContainerType; member in struct:llvm::remarks::BitstreamRemarkSerializerHelper
74 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);
171 /// Create a new meta serializer based on \p ContainerType.
173 BitstreamRemarkContainerType ContainerType,
178 TmpHelper.emplace(ContainerType);
172 BitstreamMetaSerializer(raw_ostream &OS, BitstreamRemarkContainerType ContainerType, Optional<const StringTable *> StrTab = None, Optional<StringRef> ExternalFilename = None) argument
H A DBitstreamRemarkParser.h37 Optional<uint8_t> ContainerType; member in struct:llvm::remarks::BitstreamMetaParserHelper
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp20 BitstreamRemarkContainerType ContainerType)
21 : Encoded(), R(), Bitstream(Encoded), ContainerType(ContainerType) {}
207 switch (ContainerType) {
243 R.push_back(static_cast<uint64_t>(ContainerType));
246 switch (ContainerType) {
353 Helper.ContainerType == BitstreamRemarkContainerType::Standalone;
370 assert(Helper.ContainerType !=
373 Helper.ContainerType == BitstreamRemarkContainerType::Standalone;
19 BitstreamRemarkSerializerHelper( BitstreamRemarkContainerType ContainerType) argument
H A DBitstreamRemarkParser.h39 BitstreamRemarkContainerType ContainerType = member in struct:llvm::remarks::BitstreamRemarkParser
H A DBitstreamRemarkParser.cpp57 Parser.ContainerType = Record[1];
357 switch (ContainerType) {
377 if (Optional<uint8_t> Type = Helper.ContainerType) {
384 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type);
455 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile)
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc356 typedef ::std::vector<int> ContainerType; typedef
357 ContainerType values;
369 typedef ::std::vector<int> ContainerType; typedef
370 ContainerType values;
383 typedef ::std::vector<int> ContainerType; typedef
384 ContainerType values;
395 typedef ::std::vector<int> ContainerType; typedef
396 ContainerType values;
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h303 typedef typename ::std::vector<T> ContainerType; typedef in class:testing::internal::ValuesInIteratorRangeGenerator
308 typename ContainerType::const_iterator iterator)
353 typename ContainerType::const_iterator iterator_;
365 const ContainerType container_;

Completed in 171 milliseconds