| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | container_debug_tests.h | 38 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 D | BitstreamRemarkSerializer.h | 59 BitstreamRemarkContainerType ContainerType; member 75 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType); 174 BitstreamRemarkContainerType ContainerType, 179 TmpHelper.emplace(ContainerType); in MetaSerializer()
|
| H A D | BitstreamRemarkParser.h | 37 Optional<uint8_t> ContainerType; member
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 21 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 D | BitstreamRemarkParser.cpp | 57 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 D | BitstreamRemarkParser.h | 41 BitstreamRemarkContainerType ContainerType = member
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-emplace-ignore-implicit-constructors.cpp | 101 template <typename ContainerType> 103 ContainerType v; in dependOnContainer()
|
| H A D | use-emplace.cpp | 399 template <typename ContainerType> 401 ContainerType v; in dependOnContainer()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 114 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 D | associative_containers.pass.cpp | 24 template <class Container, ContainerType CT>
|
| H A D | unord_containers.pass.cpp | 24 template <class Container, ContainerType CT>
|
| H A D | string.pass.cpp | 25 template <class Container = StringType, ContainerType CT = CT_String>
|
| H A D | sequence_container_iterators.pass.cpp | 24 template <class Container, ContainerType CT>
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 309 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 D | PDLTypes.td | 108 ContainerType<AnyTypeOf<[positionalType]>, PDL_Range.predicate,
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | GPUBase.td | 76 ContainerType<AnyTypeOf<allowedTypes>, IsMMAMatrixTypePred,
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpImplementation.h | 349 template <typename ContainerType> 350 void printOperands(const ContainerType &container) { in printOperands()
|
| H A D | OpBase.td | 508 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 D | SPIRVBase.td | 3951 ContainerType<AnyTypeOf<allowedTypes>, SPV_IsCooperativeMatrixType,
|