Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h297 const RecordType *DerivedType);
H A DByteCodeExprGen.cpp2916 const RecordType *DerivedType) { in collectBaseOffset() argument
2918 const RecordDecl *CurDecl = DerivedType->getDecl(); in collectBaseOffset()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp70 QualType DerivedType = E->getType(); in getBestDynamicClassType() local
71 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType()
72 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType()
74 if (DerivedType->isDependentType()) in getBestDynamicClassType()
77 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5540 auto *DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall() local
5545 Check(DerivedType->isPtrOrPtrVectorTy(), in visitIntrinsicCall()
5548 Check(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCall()
5553 DerivedType->getPointerAddressSpace(), in visitIntrinsicCall()
5567 Check(isGCPtr(DerivedType), in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1068 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local
1073 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
H A DSemaChecking.cpp17701 getDerivedToBaseAlignmentAndOffset(const CastExpr *CE, QualType DerivedType, in getDerivedToBaseAlignmentAndOffset() argument
17719 Ctx.getASTRecordLayout(DerivedType->getAsCXXRecordDecl()); in getDerivedToBaseAlignmentAndOffset()
17722 DerivedType = Base->getType(); in getDerivedToBaseAlignmentAndOffset()
H A DSemaOpenMP.cpp21838 QualType DerivedType = in checkMapConflicts() local
21846 DerivedType = DerivedType.getNonReferenceType(); in checkMapConflicts()
21859 if (DerivedType->isAnyPointerType()) { in checkMapConflicts()