Searched refs:ContainerType (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 97 struct ContainerType : public ImplType, public llvm::FoldingSetNode { struct 109 using UnderlyingType = const ContainerType *; argument 269 RangeSet makePersistent(ContainerType &&From); 271 ContainerType *construct(ContainerType &&From); 273 RangeSet intersect(const ContainerType &LHS, const ContainerType &RHS); 276 ContainerType unite(const ContainerType &LHS, const ContainerType &RHS); 281 ContainerType truncateTo(RangeSet What, APSIntType Ty); 287 ContainerType convertTo(RangeSet What, APSIntType Ty); 292 ContainerType promoteTo(RangeSet What, APSIntType Ty); 300 llvm::SpecificBumpPtrAllocator<ContainerType> Arena; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | BitstreamRemarkSerializer.cpp | 22 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper() argument 23 : Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper() 208 switch (ContainerType) { in setupBlockInfo() 245 R.push_back(static_cast<uint64_t>(ContainerType)); in emitMetaBlock() 248 switch (ContainerType) { in emitMetaBlock() 355 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; in emit() 373 assert(Helper.ContainerType != in metaSerializer() 376 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; in metaSerializer()
|
H A D | BitstreamRemarkParser.cpp | 58 Parser.ContainerType = Record[1]; in parseRecord() 358 switch (ContainerType) { in parseMeta() 378 if (std::optional<uint8_t> Type = Helper.ContainerType) { in processCommonMeta() 385 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta() 456 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
|
H A D | BitstreamRemarkParser.h | 41 BitstreamRemarkContainerType ContainerType = member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | BitstreamRemarkSerializer.h | 60 BitstreamRemarkContainerType ContainerType; member 76 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType); 175 raw_ostream &OS, BitstreamRemarkContainerType ContainerType, 180 TmpHelper.emplace(ContainerType); in MetaSerializer()
|
H A D | BitstreamRemarkParser.h | 37 std::optional<uint8_t> ContainerType; member
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 112 RangeSet::ContainerType RangeSet::Factory::EmptySet{}; 115 ContainerType Result; in add() 123 ContainerType Result; in add() 139 ContainerType Result = unite(*LHS.Impl, *RHS.Impl); in unite() 144 ContainerType Result; in unite() 166 RangeSet::ContainerType RangeSet::Factory::unite(const ContainerType &LHS, in unite() 167 const ContainerType &RHS) { in unite() 174 using iterator = ContainerType::const_iterator; in unite() 219 ContainerType Result; in unite() 319 ContainerType Result; in getRangeSet() [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 308 typedef ::std::vector<int> ContainerType; in TEST() typedef 309 ContainerType values; in TEST() 321 typedef ::std::vector<int> ContainerType; in TEST() typedef 322 ContainerType values; in TEST() 335 typedef ::std::vector<int> ContainerType; in TEST() typedef 336 ContainerType values; in TEST() 347 typedef ::std::vector<int> ContainerType; in TEST() typedef 348 ContainerType values; in TEST()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 84 using ContainerType = SmallVector<ArgumentListLevel, 4>; variable 86 using ArgListsIterator = ContainerType::iterator; 87 using ConstArgListsIterator = ContainerType::const_iterator; 91 ContainerType TemplateArgumentLists;
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 313 typedef typename ::std::vector<T> ContainerType; typedef 318 typename ContainerType::const_iterator iterator) in Iterator() 362 typename ContainerType::const_iterator iterator_; 374 const ContainerType container_;
|