Searched refs:DerivedType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitNonSemanticDI.cpp | 143 } 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 D | DemangleTestCases.inc | 20505 …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… 21877 …DerivedType const*, std::pair<llvm::DerivedType const* const, std::_Rb_tree_iterator<std::pair<std… 21878 …DerivedType const*, std::pair<llvm::DerivedType const* const, std::_Rb_tree_iterator<std::pair<std… 21879 …DerivedType const*, std::pair<llvm::DerivedType const* const, std::_Rb_tree_iterator<std::pair<std… 21880 …DerivedType 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 D | Compiler.h | 396 const QualType DerivedType);
|
| H A D | Compiler.cpp | 6700 const QualType DerivedType) { in collectBaseOffset() argument 6707 const CXXRecordDecl *DerivedDecl = extractRecordDecl(DerivedType); in collectBaseOffset()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 70 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 D | SemaCast.cpp | 1126 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local 1131 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
|
| H A D | SemaChecking.cpp | 14232 getDerivedToBaseAlignmentAndOffset(const CastExpr *CE, QualType DerivedType, in getDerivedToBaseAlignmentAndOffset() argument 14250 Ctx.getASTRecordLayout(DerivedType->getAsCXXRecordDecl()); in getDerivedToBaseAlignmentAndOffset() 14253 DerivedType = Base->getType(); in getDerivedToBaseAlignmentAndOffset()
|
| H A D | SemaOpenMP.cpp | 21323 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 D | Verifier.cpp | 5999 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()
|