Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp64 QualType DerivedType = E->getType(); in getBestDynamicClassType() local
65 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType()
66 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType()
68 if (DerivedType->isDependentType()) in getBestDynamicClassType()
71 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp930 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local
935 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
H A DSemaOpenMP.cpp12755 QualType DerivedType = in checkMapConflicts() local
12763 DerivedType = DerivedType.getNonReferenceType(); in checkMapConflicts()
12776 if (DerivedType->isAnyPointerType()) { in checkMapConflicts()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp4465 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall() local
4466 Assert(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCall()
4471 DerivedType->getPointerAddressSpace(), in visitIntrinsicCall()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20054559 * testsuite/testsuite_tr1.h: Add class DerivedType.