Searched refs:ContainerType (Results 1 – 9 of 9) sorted by relevance
96 struct ContainerType : public ImplType, public llvm::FoldingSetNode { struct108 using UnderlyingType = const ContainerType *; argument221 RangeSet makePersistent(ContainerType &&From);223 ContainerType *construct(ContainerType &&From);225 RangeSet intersect(const ContainerType &LHS, const ContainerType &RHS);233 llvm::SpecificBumpPtrAllocator<ContainerType> Arena;236 llvm::FoldingSet<ContainerType> Cache;237 static ContainerType EmptySet;290 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet()
58 BitstreamRemarkContainerType ContainerType; member74 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);173 BitstreamRemarkContainerType ContainerType,178 TmpHelper.emplace(ContainerType); in MetaSerializer()
37 Optional<uint8_t> ContainerType; member
20 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper() argument21 : Encoded(), R(), Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper()206 switch (ContainerType) { in setupBlockInfo()242 R.push_back(static_cast<uint64_t>(ContainerType)); in emitMetaBlock()245 switch (ContainerType) { in emitMetaBlock()352 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; in emit()369 assert(Helper.ContainerType != in metaSerializer()372 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; in metaSerializer()
56 Parser.ContainerType = Record[1]; in parseRecord()356 switch (ContainerType) { in parseMeta()376 if (Optional<uint8_t> Type = Helper.ContainerType) { in processCommonMeta()383 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta()454 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
39 BitstreamRemarkContainerType ContainerType = member
356 typedef ::std::vector<int> ContainerType; in TEST() typedef357 ContainerType values; in TEST()369 typedef ::std::vector<int> ContainerType; in TEST() typedef370 ContainerType values; in TEST()383 typedef ::std::vector<int> ContainerType; in TEST() typedef384 ContainerType values; in TEST()395 typedef ::std::vector<int> ContainerType; in TEST() typedef396 ContainerType values; in TEST()
303 typedef typename ::std::vector<T> ContainerType; typedef308 typename ContainerType::const_iterator iterator) in Iterator()353 typename ContainerType::const_iterator iterator_;365 const ContainerType container_;
111 RangeSet::ContainerType RangeSet::Factory::EmptySet{};114 ContainerType Result; in add()130 ContainerType Result; in getRangeSet()135 RangeSet RangeSet::Factory::makePersistent(ContainerType &&From) { in makePersistent()140 ContainerType *Result = Cache.FindNodeOrInsertPos(ID, InsertPos); in makePersistent()153 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) { in construct()155 return new (Buffer) ContainerType(std::move(From)); in construct()159 ContainerType Result; in add()282 ContainerType DummyContainer; in intersect()322 ContainerType Result; in intersect()[all …]