Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp783 QualType ElementType, in EmitNewArrayInitializer()
1015 QualType ElementType, in EmitNewInitializer()
1405 QualType ElementType; member
1421 QualType ElementType) { in pushCallObjectDeleteCleanup()
1430 QualType ElementType) { in EmitObjectDelete()
1491 QualType ElementType; member
H A DCGCXXABI.cpp194 QualType ElementType) { in InitializeArrayCookie()
H A DCGDecl.cpp1534 QualType ElementType; member in __anon398828f30211::RegularPartialArrayDestroy
1555 QualType ElementType; member in __anon398828f30211::IrregularPartialArrayDestroy
H A DItaniumCXXABI.cpp860 QualType ElementType, in emitVirtualObjectDelete()
1489 QualType ElementType) { in InitializeArrayCookie()
H A DCGObjC.cpp99 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral() local
H A DMicrosoftCXXABI.cpp658 QualType ElementType, in emitVirtualObjectDelete()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h459 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp682 Type *ElementType = const_cast<Type*>(elementType); in get() local
709 Type *ElementType = const_cast<Type*>(elementType); in get() local
H A DCore.cpp472 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
476 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { in LLVMPointerType()
480 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h4084 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() local
4125 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType() local
4153 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType() local
4192 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType() local
4242 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformDependentSizedExtVectorType() local
4283 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformVectorType() local
4306 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformExtVectorType() local
8469 QualType ElementType in TransformCXXNewExpr() local
10354 TreeTransform<Derived>::RebuildArrayType(QualType ElementType, in RebuildArrayType()
10390 TreeTransform<Derived>::RebuildConstantArrayType(QualType ElementType, in RebuildConstantArrayType()
[all …]
H A DSemaInit.cpp569 QualType ElementType; in FillInEmptyInitializations() local
2263 QualType ElementType = AT->getElementType(); in CheckDesignatedInitializer() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp166 LLVMMetadataRef ElementType, in LLVMDIBuilderCreateArrayType()
H A Ddibuilder.go387 ElementType Metadata member
H A Dir.go615 func (t Type) ElementType() (rt Type) { rt.C = C.LLVMGetElementType(t.C); return } func
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp77 QualType ElementType, in getNumAddressingBits()
149 QualType ElementType, in DependentSizedExtVectorType()
166 QualType ElementType, Expr *SizeExpr) { in Profile()
H A DASTContext.cpp7670 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() local
7687 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() local
7693 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() local
H A DExprConstant.cpp7025 QualType ElementType = Type->getAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h687 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue()
H A DMemRegion.h1011 QualType ElementType; variable
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5277 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5287 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5294 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5310 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5323 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5585 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp348 QualType ElementType, SVal Idx, in ProfileRegion()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3937 const Type *ElementType) { in WouldFitInRegister()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1487 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt() local
H A DRewriteModernObjC.cpp1723 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16804 MVT ElementType = VT.getVectorElementType(); in getTargetVShiftByConstNode() local
22927 EVT ElementType = InputVector.getValueType().getVectorElementType(); in PerformEXTRACT_VECTOR_ELTCombine() local