Home
last modified time | relevance | path

Searched refs:CommonType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.move/
H A Dindirectly_movable_storable.compile.pass.cpp96 struct CommonType { }; struct
99 operator CommonType&() const;
104 operator CommonType&() const;
114 using type = NotConstructibleFromRefIn::CommonType&;
120 using type = NotConstructibleFromRefIn::CommonType&;
138 struct CommonType { }; struct
141 operator CommonType&() const;
147 operator CommonType&() const;
157 using type = NotAssignableFromRefIn::CommonType&;
163 using type = NotAssignableFromRefIn::CommonType&;
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.copy/
H A Dindirectly_copyable_storable.compile.pass.cpp227 struct CommonType { }; struct
235 operator CommonType&() const;
239 operator CommonType&() const;
249 using type = CommonType&;
255 using type = CommonType&;
277 operator CommonType&() const;
281 operator CommonType&() const;
291 using type = CommonType&;
297 using type = CommonType&;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp396 QualType CommonType; member
408 : Flags(Flags), CommonType(CommonType) {} in MixData()
415 : Flags(Flags), CommonType(CommonType), Conversion(LTR), in MixData()
471 M.CommonType = CommonType; in operator |()
484 if (CommonType.isNull()) in withCommonTypeTransformed()
491 M.CommonType = NewCommonType; in withCommonTypeTransformed()
2041 QualType LHSType, RHSType, CommonType; member
2044 return CommonType == Other.CommonType && in operator ==()
2050 return CommonType < Other.CommonType && LHSType < Other.LHSType && in operator <()
2064 if (CommonType.isNull() || CommonType == LHSType || CommonType == RHSType) in operator ()()
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp590 const MDNode *CommonType, in mayBeAccessToSubobjectOf() argument
596 BaseTag.getAccessType() == CommonType) { in mayBeAccessToSubobjectOf()
598 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf()
624 createAccessTag(CommonType); in mayBeAccessToSubobjectOf()
647 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf()
680 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local
685 if (!CommonType) { in matchAccessTags()
695 CommonType, GenericTag, MayAlias) || in matchAccessTags()
697 CommonType, GenericTag, MayAlias)) in matchAccessTags()
702 *GenericTag = createAccessTag(CommonType); in matchAccessTags()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTF.h102 struct CommonType { struct
H A DBTFDebug.h44 struct BTF::CommonType BTFType;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3441 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() argument
3443 auto *Dummy = PoisonValue::get(CommonType); in destroyNewNodes()
3473 Type *CommonType = nullptr; member in __anon78e22a880c11::AddressingModeCombiner
3592 if (CommonType && CommonType != Type) in initializeMap()
3594 CommonType = Type; in initializeMap()
3600 assert(CommonType && "At least one non-null value must be!"); in initializeMap()
3602 Map[V] = Constant::getNullValue(CommonType); in initializeMap()
3648 ST.destroyNewNodes(CommonType); in findCommon()
3655 ST.destroyNewNodes(CommonType); in findCommon()
3812 auto *Dummy = PoisonValue::get(CommonType); in InsertPlaceholders()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp415 llvm::Type *CommonType = Elems[0]->getType(); in buildFrom() local
416 llvm::Constant *Filler = llvm::Constant::getNullValue(CommonType); in buildFrom()
425 if (Elems[I]->getType() != CommonType || in buildFrom()
435 return EmitArrayConstant(CGM, ATy, CommonType, ATy->getNumElements(), in buildFrom()