/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 783 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 D | CGCXXABI.cpp | 194 QualType ElementType) { in InitializeArrayCookie()
|
H A D | CGDecl.cpp | 1534 QualType ElementType; member in __anon398828f30211::RegularPartialArrayDestroy 1555 QualType ElementType; member in __anon398828f30211::IrregularPartialArrayDestroy
|
H A D | ItaniumCXXABI.cpp | 860 QualType ElementType, in emitVirtualObjectDelete() 1489 QualType ElementType) { in InitializeArrayCookie()
|
H A D | CGObjC.cpp | 99 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral() local
|
H A D | MicrosoftCXXABI.cpp | 658 QualType ElementType, in emitVirtualObjectDelete()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 459 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Type.cpp | 682 Type *ElementType = const_cast<Type*>(elementType); in get() local 709 Type *ElementType = const_cast<Type*>(elementType); in get() local
|
H A D | Core.cpp | 472 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 D | TreeTransform.h | 4084 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 D | SemaInit.cpp | 569 QualType ElementType; in FillInEmptyInitializations() local 2263 QualType ElementType = AT->getElementType(); in CheckDesignatedInitializer() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | DIBuilderBindings.cpp | 166 LLVMMetadataRef ElementType, in LLVMDIBuilderCreateArrayType()
|
H A D | dibuilder.go | 387 ElementType Metadata member
|
H A D | ir.go | 615 func (t Type) ElementType() (rt Type) { rt.C = C.LLVMGetElementType(t.C); return } func
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 77 QualType ElementType, in getNumAddressingBits() 149 QualType ElementType, in DependentSizedExtVectorType() 166 QualType ElementType, Expr *SizeExpr) { in Profile()
|
H A D | ASTContext.cpp | 7670 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 D | ExprConstant.cpp | 7025 QualType ElementType = Type->getAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 687 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue()
|
H A D | MemRegion.h | 1011 QualType ElementType; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 5277 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 D | MemRegion.cpp | 348 QualType ElementType, SVal Idx, in ProfileRegion()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 3937 const Type *ElementType) { in WouldFitInRegister()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1487 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt() local
|
H A D | RewriteModernObjC.cpp | 1723 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 16804 MVT ElementType = VT.getVectorElementType(); in getTargetVShiftByConstNode() local 22927 EVT ElementType = InputVector.getValueType().getVectorElementType(); in PerformEXTRACT_VECTOR_ELTCombine() local
|