Home
last modified time | relevance | path

Searched defs:BaseTy (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTrailingObjects.h242 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
248 TrailingObjectsBase::OverloadToken<BaseTy>) { in getTrailingObjectsImpl()
261 TrailingObjectsBase::OverloadToken<BaseTy>) { in callNumTrailingObjects()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp652 const DIType *BaseTy; in GetFieldInfo() local
815 DIType *BaseTy = nullptr; in computeBaseAndAccessKey() local
927 DIType *BaseTy = stripQualifiers(Ty, true); in computeAccessKey() local
945 DIType *BaseTy = stripQualifiers(Ty, true); in computeAccessKey() local
H A DBTFDebug.cpp252 const auto *BaseTy = DDTy->getBaseType(); in completeType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp157 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); in emitRetValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp258 auto *BaseTy = Cur[0]->getType(); in validInsertValueIndex() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp100 auto BaseTy = ME->getBase()->IgnoreImpCasts()->getType(); in getRolesForRef() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp604 Type *BaseTy = ByValTy; in isSafeToPromoteArgument() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp884 llvm::StructType *BaseTy = nullptr; in ComputeRecordLayout() local
H A DTargetInfo.cpp663 llvm::Type *BaseTy = in EmitVAArgInstr() local
5231 llvm::Type *BaseTy = CGT.ConvertType(QualType(Base, 0)); in classifyArgumentType() local
5301 llvm::Type *BaseTy = CGT.ConvertType(QualType(Base, 0)); in classifyReturnType() local
5448 llvm::Type *BaseTy = CGF.ConvertType(Ty); in EmitVAArg() local
5727 llvm::Type *BaseTy = llvm::Type::getIntNTy(getVMContext(), Alignment); in classifyArgumentType() local
5802 llvm::Type *BaseTy = llvm::Type::getInt64Ty(getVMContext()); in classifyReturnType() local
5878 llvm::Type *BaseTy = CGF.ConvertType(Ty); in EmitAAPCSVAArg() local
6010 llvm::Type *BaseTy = CGF.ConvertType(QualType(Base, 0)); in EmitAAPCSVAArg() local
H A DCGExprCXX.cpp139 QualType BaseTy = BaseExpr->getType(); in EmitCXXPseudoDestructorExpr() local
H A DCGExpr.cpp3886 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase()
3924 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType(E->getBase()); in EmitOMPArraySectionExpr() local
H A DCGExprScalar.cpp165 QualType BaseTy = Base->getType(); in getUnwidenedIntegerType() local
H A DCGOpenMPRuntime.cpp936 static LValue loadToBegin(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, in loadToBegin()
956 static Address castToBase(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, in castToBase()
7292 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType( in getExprTypeSize() local
H A DCGDebugInfo.cpp1873 auto *BaseTy = getOrCreateType(BI.getType(), Unit); in CollectCXXBasesAux() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp791 using BaseTy = DiagTextVisitor<DiagTextDocPrinter>; typedef
937 using BaseTy = DiagTextVisitor<DiagTextPrinter>; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2554 const Type *BaseTy = getBaseElementTypeUnsafe(); in isLiteralType() local
2627 const Type *BaseTy = getBaseElementTypeUnsafe(); in isStandardLayoutType() local
2666 const Type *BaseTy = ty->getBaseElementTypeUnsafe(); in isCXX11PODType() local
H A DExprConstant.cpp7739 QualType BaseTy = E->getBase()->getType(); in VisitMemberExpr() local
7946 QualType BaseTy; in VisitMemberExpr() local
11356 QualType BaseTy = getObjectType(LVal.getLValueBase()); in determineEndOffset() local
12735 QualType BaseTy = getType(LHSValue.Base); in EvaluateComparisonBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c663 LLVMMetadataRef BaseTy, value BaseOffset, in llvm_dibuild_create_inheritance_native()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1401 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded() local
H A DCodeViewDebug.cpp1855 const DIType *BaseTy = Ty; in lowerTypeModifier() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3301 Type *BaseTy; member in __anon416367130b11::AggLoadStoreRewriter::OpSplitter
3312 OpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in OpSplitter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp331 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
H A DDebugInfo.cpp1243 LLVMMetadataRef Ty, LLVMMetadataRef BaseTy, in LLVMDIBuilderCreateInheritance()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1036 QualType BaseTy = Base->getType(); in ProcessBaseDtor() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7933 QualType BaseTy = TypedefTy->desugar(); in HandleOpenCLAccessAttr() local

12