Home
last modified time | relevance | path

Searched refs:ContainerType (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h109 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 …]
/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_debug_tests.h38 enum ContainerType { enum
56 constexpr bool isSequential(ContainerType CT) { in isSequential()
60 constexpr bool isAssociative(ContainerType CT) { in isAssociative()
64 constexpr bool isUnordered(ContainerType CT) { in isUnordered()
68 constexpr bool isSet(ContainerType CT) { in isSet()
75 constexpr bool isMap(ContainerType CT) { in isMap()
82 constexpr bool isMulti(ContainerType CT) { in isMulti()
119 template <class Container, ContainerType CT,
/llvm-project-15.0.7/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h59 BitstreamRemarkContainerType ContainerType; member
75 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);
174 BitstreamRemarkContainerType ContainerType,
179 TmpHelper.emplace(ContainerType); in MetaSerializer()
H A DBitstreamRemarkParser.h37 Optional<uint8_t> ContainerType; member
/llvm-project-15.0.7/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp21 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper() argument
22 : Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper()
207 switch (ContainerType) { in setupBlockInfo()
243 R.push_back(static_cast<uint64_t>(ContainerType)); in emitMetaBlock()
246 switch (ContainerType) { in emitMetaBlock()
353 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; in emit()
370 assert(Helper.ContainerType != in metaSerializer()
373 Helper.ContainerType == BitstreamRemarkContainerType::Standalone; in metaSerializer()
H A DBitstreamRemarkParser.cpp57 Parser.ContainerType = Record[1]; in parseRecord()
357 switch (ContainerType) { in parseMeta()
377 if (Optional<uint8_t> Type = Helper.ContainerType) { in processCommonMeta()
384 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta()
455 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
H A DBitstreamRemarkParser.h41 BitstreamRemarkContainerType ContainerType = member
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace-ignore-implicit-constructors.cpp101 template <typename ContainerType>
103 ContainerType v; in dependOnContainer()
H A Duse-emplace.cpp399 template <typename ContainerType>
401 ContainerType v; in dependOnContainer()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp114 ContainerType Result; in add()
122 ContainerType Result; in add()
143 ContainerType Result; in unite()
165 RangeSet::ContainerType RangeSet::Factory::unite(const ContainerType &LHS, in unite()
218 ContainerType Result; in unite()
318 ContainerType Result; in getRangeSet()
341 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) { in construct()
518 ContainerType Result; in intersect()
618 ContainerType Result; in negate()
715 ContainerType Result; in truncateTo()
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/debug/containers/
H A Dassociative_containers.pass.cpp24 template <class Container, ContainerType CT>
H A Dunord_containers.pass.cpp24 template <class Container, ContainerType CT>
H A Dstring.pass.cpp25 template <class Container = StringType, ContainerType CT = CT_String>
H A Dsequence_container_iterators.pass.cpp24 template <class Container, ContainerType CT>
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h309 typedef typename ::std::vector<T> ContainerType; typedef
314 typename ContainerType::const_iterator iterator) in Iterator()
358 typename ContainerType::const_iterator iterator_;
370 const ContainerType container_;
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLTypes.td108 ContainerType<AnyTypeOf<[positionalType]>, PDL_Range.predicate,
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUBase.td76 ContainerType<AnyTypeOf<allowedTypes>, IsMMAMatrixTypePred,
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h349 template <typename ContainerType>
350 void printOperands(const ContainerType &container) { in printOperands()
H A DOpBase.td508 class ContainerType<Type etype, Pred containerPred, code elementTypeCall,
806 // ContainerType) can hold elements with a mix of types. Requires a call that
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td3951 ContainerType<AnyTypeOf<allowedTypes>, SPV_IsCooperativeMatrixType,