Searched defs:BaseTy (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp100 auto BaseTy = ME->getBase()->IgnoreImpCasts()->getType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp742 llvm::StructType *BaseTy = nullptr; local
H A DCGExprCXX.cpp138 QualType BaseTy = BaseExpr->getType(); local
H A DTargetInfo.cpp656 llvm::Type *BaseTy = local
[all...]
H A DCGDebugInfo.cpp1802 auto *BaseTy = getOrCreateType(BI.getType(), Unit); local
H A DCGExpr.cpp3845 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType(E->getBase()); local
3804 emitOMPArraySectionBase(CodeGenFunction &CGF, const Expr *Base, LValueBaseInfo &BaseInfo, TBAAAccessInfo &TBAAInfo, QualType BaseTy, QualType ElTy, bool IsLowerBound) argument
[all...]
H A DCGOpenMPRuntime.cpp925 static LValue loadToBegin(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, argument
945 castToBase(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, llvm::Type *BaseLVType, CharUnits BaseLVAlignment, llvm::Value *Addr) argument
7085 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType( local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp600 Type *BaseTy = ByValTy; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp590 const DIType *BaseTy; local
753 DIType *BaseTy = nullptr; local
[all...]
H A DBTFDebug.cpp251 const auto *BaseTy = DDTy->getBaseType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp325 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, argument
H A DDebugInfo.cpp1125 LLVMDIBuilderCreateInheritance(LLVMDIBuilderRef Builder, LLVMMetadataRef Ty, LLVMMetadataRef BaseTy, uint64_t BaseOffset, uint32_t VBPtrOffset, LLVMDIFlags Flags) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1410 DIType *BaseTy = CTy->getBaseType(); local
H A DCodeViewDebug.cpp1831 const DIType *BaseTy = Ty; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1036 QualType BaseTy = Base->getType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2515 const Type *BaseTy = getBaseElementTypeUnsafe(); local
2572 const Type *BaseTy = getBaseElementTypeUnsafe(); local
2611 const Type *BaseTy = ty->getBaseElementTypeUnsafe(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7777 QualType BaseTy = TypedefTy->desugar(); local
H A DSemaExpr.cpp4797 QualType BaseTy = Base->getType(); local
5014 QualType BaseTy = Base->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5147 Type *BaseTy = AddrMode.BaseReg ? AddrMode.BaseReg->getType() : nullptr; local

Completed in 356 milliseconds