Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp143 } else if (auto *DerivedType = in emitGlobalDI() local
145 if (DerivedType->getTag() == dwarf::DW_TAG_pointer_type) { in emitGlobalDI()
146 PointerDerivedTypes.insert(DerivedType); in emitGlobalDI()
152 DerivedType->getBaseType())) in emitGlobalDI()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20505 …eE", "(anonymous namespace)::StructLayoutMap::refineAbstractType(llvm::DerivedType const*, llvm::T…
20506 …vedTypeE", "(anonymous namespace)::StructLayoutMap::typeBecameConcrete(llvm::DerivedType const*)"},
21873 …m::Type, llvm::ConstantAggregateZero, false>::refineAbstractType(llvm::DerivedType const*, llvm::T…
21874 …r, llvm::Type, llvm::ConstantAggregateZero, false>::typeBecameConcrete(llvm::DerivedType const*)"},
21876 …Type, llvm::ConstantAggregateZero, false>::UpdateAbstractTypeMap(llvm::DerivedType const*, std::_R…
21877DerivedType const*, std::pair<llvm::DerivedType const* const, std::_Rb_tree_iterator<std::pair<std…
21878DerivedType const*, std::pair<llvm::DerivedType const* const, std::_Rb_tree_iterator<std::pair<std…
21879DerivedType const*, std::pair<llvm::DerivedType const* const, std::_Rb_tree_iterator<std::pair<std…
21880DerivedType const*, std::pair<llvm::DerivedType const* const, std::_Rb_tree_iterator<std::pair<std…
21885 … llvm::ArrayType, llvm::ConstantArray, true>::refineAbstractType(llvm::DerivedType const*, llvm::T…
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h396 const QualType DerivedType);
H A DCompiler.cpp6700 const QualType DerivedType) { in collectBaseOffset() argument
6707 const CXXRecordDecl *DerivedDecl = extractRecordDecl(DerivedType); in collectBaseOffset()
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1126 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local
1131 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
H A DSemaChecking.cpp14232 getDerivedToBaseAlignmentAndOffset(const CastExpr *CE, QualType DerivedType, in getDerivedToBaseAlignmentAndOffset() argument
14250 Ctx.getASTRecordLayout(DerivedType->getAsCXXRecordDecl()); in getDerivedToBaseAlignmentAndOffset()
14253 DerivedType = Base->getType(); in getDerivedToBaseAlignmentAndOffset()
H A DSemaOpenMP.cpp21323 QualType DerivedType = in checkMapConflicts() local
21331 DerivedType = DerivedType.getNonReferenceType(); in checkMapConflicts()
21344 if (DerivedType->isAnyPointerType()) { in checkMapConflicts()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5999 auto *DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCall() local
6004 Check(DerivedType->isPtrOrPtrVectorTy(), in visitIntrinsicCall()
6007 Check(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCall()
6012 DerivedType->getPointerAddressSpace(), in visitIntrinsicCall()
6026 Check(isGCPtr(DerivedType), in visitIntrinsicCall()