Searched refs:TypeParam (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp42 TwoLevelMap<TypeParam, kSize1, kSize2> m;
52 m[i] = TypeParam((i % 100) + 1);
57 EXPECT_EQ(m[j], TypeParam());
59 EXPECT_EQ(m[j], TypeParam((j % 100) + 1));
65 template <typename TypeParam, typename AddressSpaceView>
66 using TestMapASVT = TwoLevelMap<TypeParam, 1 << 8, 1 << 7, AddressSpaceView,
68 template <typename TypeParam>
69 using TestMap = TestMapASVT<TypeParam, LocalAddressSpaceView>;
71 template <typename TypeParam>
73 TestMap<TypeParam> *
[all...]
H A Dsanitizer_leb128_test.cpp39 using T = typename std::make_signed<TypeParam>::type;
47 using T = typename std::make_signed<TypeParam>::type;
58 v = -TypeParam(v) * 3u + 1u;
63 using T = TypeParam;
71 using T = TypeParam;
H A Dsanitizer_dense_map_test.cpp139 EXPECT_EQ(typename TypeParam::mapped_type(),
145 const TypeParam &ConstMap = this->Map;
195 typename TypeParam::value_type(this->getKey(), this->getValue()));
203 TypeParam copyMap(this->Map);
213 TypeParam copyMap(this->Map);
222 TypeParam copyMap(this->Map);
232 TypeParam copyMap(this->Map);
240 TypeParam copyMap = this->Map;
246 copyMap = static_cast<TypeParam &>(copyMap);
254 TypeParam copyMa
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp89 template <class TypeParam> struct ScudoCombinedTest : public Test {
91 UseQuarantine = std::is_same<TypeParam, scudo::AndroidConfig>::value;
103 using AllocatorT = TestAllocator<TypeParam>;
125 template <class TypeParam> \
126 struct FIXTURE##NAME : public FIXTURE<TypeParam> { \
130 template <class TypeParam> void FIXTURE##NAME<TypeParam>::Run()
247 if (isPrimaryAllocation<TestAllocator<TypeParam>>(Size,
287 while (Size < TypeParam::Primary::SizeClassMap::MaxSize * 4) {
304 scudo::uptr Size = TypeParam
[all...]
H A Dprimary_test.cpp135 template <class TypeParam> \
136 struct FIXTURE##NAME : public FIXTURE<TypeParam> { \
140 template <class TypeParam> void FIXTURE##NAME<TypeParam>::Run()
143 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>;
227 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>;
263 using Primary = TestAllocator<TypeParam, scudo::SvelteSizeClassMap>;
313 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>;
329 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>;
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp419 auto *TypeParam = TemplateTypeParmDecl::Create( local
422 TypeParam->setDefaultArgument(AST.getTrivialTypeSourceInfo(AST.FloatTy));
424 TemplateParams.emplace_back(TypeParam);
443 AST.getTemplateTypeParmType(0, 0, false, TypeParam),
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp845 for (ObjCTypeParamDecl *TypeParam : *TypeParams) {
846 if (TypeParam->getVariance() != ObjCTypeParamVariance::Invariant)
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3146 Type *TypeParam;
3147 if (parseType(TypeParam, /*AllowVoid=*/true))
3149 TypeParams.push_back(TypeParam);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5461 if (ObjCTypeParamType *TypeParam =
5463 return QualType(TypeParam, 0);

Completed in 301 milliseconds