Home
last modified time | relevance | path

Searched refs:DerivedType (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp68 QualType DerivedType = E->getType(); in getBestDynamicClassType() local
69 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType()
70 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType()
72 if (DerivedType->isDependentType()) in getBestDynamicClassType()
75 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1036 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local
1041 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
H A DSemaChecking.cpp14477 getDerivedToBaseAlignmentAndOffset(const CastExpr *CE, QualType DerivedType, in getDerivedToBaseAlignmentAndOffset() argument
14495 Ctx.getASTRecordLayout(DerivedType->getAsCXXRecordDecl()); in getDerivedToBaseAlignmentAndOffset()
14498 DerivedType = Base->getType(); in getDerivedToBaseAlignmentAndOffset()
H A DSemaOpenMP.cpp19055 QualType DerivedType = in checkMapConflicts() local
19063 DerivedType = DerivedType.getNonReferenceType(); in checkMapConflicts()
19076 if (DerivedType->isAnyPointerType()) { in checkMapConflicts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4950 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall() local
4951 Assert(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCall()
4956 DerivedType->getPointerAddressSpace(), in visitIntrinsicCall()