Searched refs:ContainerType (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 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; 303 llvm::FoldingSet<ContainerType> Cache; [all …]
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 115 ContainerType Result; in add() 123 ContainerType Result; in add() 144 ContainerType Result; in unite() 166 RangeSet::ContainerType RangeSet::Factory::unite(const ContainerType &LHS, in unite() 219 ContainerType Result; in unite() 319 ContainerType Result; in getRangeSet() 342 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) { in construct() 519 ContainerType Result; in intersect() 619 ContainerType Result; in negate() 716 ContainerType Result; in truncateTo() [all …]
|
/openbsd/gnu/llvm/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;
|