Searched defs:ElementType (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DTGValueTypes.cpp64 EVT ElementType; member in class:__anon3872::ExtendedVectorType
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h436 static PointerType *getUnqual(Type *ElementType) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp156 InitializeArrayCookie(CodeGenFunction &CGF, llvm::Value *NewPtr, llvm::Value *NumElements, const CXXNewExpr *expr, QualType ElementType) argument
H A DCGDecl.cpp1499 QualType ElementType; member in class:__anon3199::RegularPartialArrayDestroy
1520 QualType ElementType; member in class:__anon3199::IrregularPartialArrayDestroy
H A DCGExprCXX.cpp1315 QualType ElementType; member in struct:__anon3208::CallObjectDelete
887 EmitNewInitializer(CodeGenFunction &CGF, const CXXNewExpr *E, QualType ElementType, llvm::Value *NewPtr, llvm::Value *NumElements, llvm::Value *AllocSizeWithoutCookie) argument
1317 CallObjectDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, QualType ElementType) argument
1329 EmitObjectDelete(CodeGenFunction &CGF, const FunctionDecl *OperatorDelete, llvm::Value *Ptr, QualType ElementType, bool UseGlobalDelete) argument
1414 QualType ElementType; member in struct:__anon3209::CallArrayDelete
1417 CallArrayDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, llvm::Value *NumElements, QualType ElementType, CharUnits CookieSize) argument
[all...]
H A DItaniumCXXABI.cpp1155 InitializeArrayCookie(CodeGenFunction &CGF, llvm::Value *NewPtr, llvm::Value *NumElements, const CXXNewExpr *expr, QualType ElementType) argument
H A DCGObjC.cpp103 QualType ElementType = Context.getObjCIdType().withConst(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h688 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ argument
H A DMemRegion.h1014 QualType ElementType; member in class:clang::ento::ElementRegion
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DType.cpp680 Type *ElementType = const_cast<Type*>(elementType); local
707 Type *ElementType = const_cast<Type*>(elementType); local
[all...]
H A DCore.cpp413 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
417 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { argument
421 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp76 getNumAddressingBits(ASTContext &Context, QualType ElementType, const llvm::APInt &NumElements) argument
147 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType, QualType can, Expr *SizeExpr, SourceLocation loc) argument
164 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType ElementType, Expr *SizeExpr) argument
[all...]
H A DASTContext.cpp7679 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, local
7696 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, local
7702 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp347 ProfileRegion(llvm::FoldingSetNodeID& ID, QualType ElementType, SVal Idx, const MemRegion* superRegion) argument
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3601 WouldFitInRegister(const DataLayout *TD, uint64_t TableSize, const Type *ElementType) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp478 QualType ElementType; local
2178 QualType ElementType = AT->getElementType(); local
H A DTreeTransform.h3876 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); local
3917 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); local
3945 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); local
3984 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); local
4034 QualType ElementType = getDerived().TransformType(T->getElementType()); local
4075 QualType ElementType = getDerived().TransformType(T->getElementType()); local
4098 QualType ElementType = getDerived().TransformType(T->getElementType()); local
7633 QualType ElementType local
9454 RebuildArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, const llvm::APInt *Size, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) argument
9490 RebuildConstantArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, const llvm::APInt &Size, unsigned IndexTypeQuals, SourceRange BracketsRange) argument
9501 RebuildIncompleteArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, unsigned IndexTypeQuals, SourceRange BracketsRange) argument
9511 RebuildVariableArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) argument
9523 RebuildDependentSizedArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) argument
9534 RebuildVectorType(QualType ElementType, unsigned NumElements, VectorType::VectorKind VecKind) argument
9542 RebuildExtVectorType(QualType ElementType, unsigned NumElements, SourceLocation AttributeLoc) argument
9555 RebuildDependentSizedExtVectorType(QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1518 QualType ElementType = cast<ValueDecl>(D)->getType(); local
H A DRewriteModernObjC.cpp1755 QualType ElementType = cast<ValueDecl>(D)->getType(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1911 QualType ElementType; member in class:clang::ComplexType
2219 QualType ElementType; member in class:clang::ArrayType
2473 QualType ElementType; member in class:clang::DependentSizedExtVectorType
2519 QualType ElementType; member in class:clang::VectorType
2548 Profile(llvm::FoldingSetNodeID &ID, QualType ElementType, unsigned NumElements, TypeClass TypeClass, VectorKind VecKind) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4592 QualType ElementType = readType(*Loc.F, Record, Idx); local
4602 QualType ElementType = readType(*Loc.F, Record, Idx); local
4609 QualType ElementType = readType(*Loc.F, Record, Idx); local
4625 QualType ElementType = readType(*Loc.F, Record, Idx); local
4638 QualType ElementType = readType(*Loc.F, Record, Idx); local
4902 QualType ElementType = readType(*Loc.F, Record, Idx); local
[all...]
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dhptintf.h525 HPT_U8 ElementType; member in struct:_SES_ELEMENT_STATUS
/freebsd-10.1-release/sys/dev/hptnr/
H A Dhptintf.h569 HPT_U8 ElementType; member in struct:_SES_ELEMENT_STATUS

Completed in 602 milliseconds