Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp5361 auto *DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall() local
5366 Check(DerivedType->isPtrOrPtrVectorTy(), in visitIntrinsicCall()
5369 Check(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCall()
5374 DerivedType->getPointerAddressSpace(), in visitIntrinsicCall()
5388 Check(isGCPtr(DerivedType), in visitIntrinsicCall()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp1037 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local
1042 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
H A DSemaChecking.cpp15907 getDerivedToBaseAlignmentAndOffset(const CastExpr *CE, QualType DerivedType, in getDerivedToBaseAlignmentAndOffset() argument
15925 Ctx.getASTRecordLayout(DerivedType->getAsCXXRecordDecl()); in getDerivedToBaseAlignmentAndOffset()
15928 DerivedType = Base->getType(); in getDerivedToBaseAlignmentAndOffset()
H A DSemaOpenMP.cpp21423 QualType DerivedType = in checkMapConflicts() local
21431 DerivedType = DerivedType.getNonReferenceType(); in checkMapConflicts()
21444 if (DerivedType->isAnyPointerType()) { in checkMapConflicts()
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst3312 All other types are subclasses of ``DerivedType``. Types can be named, but this
3337 Subclass of DerivedType that represents integer types of any bit width. Any