Home
last modified time | relevance | path

Searched defs:CommonType (Results 1 – 7 of 7) 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
138 struct CommonType { }; struct
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTF.h102 struct CommonType { struct
127 // For some specific BTF_KIND, "struct CommonType" is immediately argument
/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
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp590 const MDNode *CommonType, in mayBeAccessToSubobjectOf()
680 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp396 QualType CommonType; member
2041 QualType LHSType, RHSType, CommonType; member
2063 bool operator()(QualType LHSType, QualType RHSType, QualType CommonType) { in operator ()()
2236 QualType CommonType = M.commonUnderlyingType(); in check() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp415 llvm::Type *CommonType = Elems[0]->getType(); in buildFrom() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3441 void destroyNewNodes(Type *CommonType) { in destroyNewNodes()
3473 Type *CommonType = nullptr; member in __anon78e22a880c11::AddressingModeCombiner