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

12

/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DVariableDumper.cpp133 std::unique_ptr<PDBSymbol> ElementType = ArrayType->getElementType(); local
H A DFunctionDumper.cpp196 auto ElementType = Symbol.getSession().getSymbolById(ElementTypeId); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp437 Type *ElementType = GEP->getType()->getElementType(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp204 InitializeArrayCookie(CodeGenFunction &CGF, Address NewPtr, llvm::Value *NumElements, const CXXNewExpr *expr, QualType ElementType) argument
H A DCGDecl.cpp1623 QualType ElementType; member in class:__anon3776::final
1646 QualType ElementType; member in class:__anon3776::final
H A DCGExprCXX.cpp826 EmitNewArrayInitializer( const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, Address BeginPtr, llvm::Value *NumElements, llvm::Value *AllocSizeWithoutCookie) argument
1090 EmitNewInitializer(CodeGenFunction &CGF, const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, Address NewPtr, llvm::Value *NumElements, llvm::Value *AllocSizeWithoutCookie) argument
1515 QualType ElementType; member in struct:__anon3786::final
1517 CallObjectDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, QualType ElementType) argument
1529 pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, llvm::Value *CompletePtr, QualType ElementType) argument
1537 EmitObjectDelete(CodeGenFunction &CGF, const CXXDeleteExpr *DE, Address Ptr, QualType ElementType) argument
1596 QualType ElementType; member in struct:__anon3787::final
1599 CallArrayDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, llvm::Value *NumElements, QualType ElementType, CharUnits CookieSize) argument
[all...]
H A DCGObjC.cpp126 QualType ElementType = Context.getObjCIdType().withConst(); local
H A DCGOpenMPRuntime.cpp3919 QualType ElementType = PtrTy->getPointeeType(); local
H A DItaniumCXXABI.cpp1003 emitVirtualObjectDelete(CodeGenFunction &CGF, const CXXDeleteExpr *DE, Address Ptr, QualType ElementType, const CXXDestructorDecl *Dtor) argument
1738 InitializeArrayCookie(CodeGenFunction &CGF, Address NewPtr, llvm::Value *NumElements, const CXXNewExpr *expr, QualType ElementType) argument
H A DMicrosoftCXXABI.cpp851 emitVirtualObjectDelete(CodeGenFunction &CGF, const CXXDeleteExpr *DE, Address Ptr, QualType ElementType, const CXXDestructorDecl *Dtor) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h496 static PointerType *getUnqual(Type *ElementType) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h163 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, argument
174 TypeIndex ElementType; member in class:llvm::codeview::ArrayRecord
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h721 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ argument
H A DMemRegion.h1023 QualType ElementType; member in class:clang::ento::ElementRegion
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DType.cpp631 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { argument
658 VectorType *VectorType::get(Type *ElementType, unsigned NumElements) { argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp77 getNumAddressingBits(ASTContext &Context, QualType ElementType, const llvm::APInt &NumElements) argument
148 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType, QualType can, Expr *SizeExpr, SourceLocation loc) argument
165 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType ElementType, Expr *SizeExpr) argument
[all...]
H A DMicrosoftMangle.cpp2236 QualType ElementType = T->getElementType(); local
H A DASTContext.cpp8160 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, local
8177 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, local
8183 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, local
H A DExprConstant.cpp7380 QualType ElementType = Type->getAs<PointerType>()->getPointeeType(); local
/freebsd-11.0-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-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1487 QualType ElementType = cast<ValueDecl>(D)->getType(); local
H A DRewriteModernObjC.cpp1723 QualType ElementType = cast<ValueDecl>(D)->getType(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp626 QualType ElementType; local
2466 QualType ElementType = AT->getElementType(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5291 QualType ElementType = readType(*Loc.F, Record, Idx); local
5301 QualType ElementType = readType(*Loc.F, Record, Idx); local
5308 QualType ElementType = readType(*Loc.F, Record, Idx); local
5324 QualType ElementType = readType(*Loc.F, Record, Idx); local
5337 QualType ElementType = readType(*Loc.F, Record, Idx); local
5604 QualType ElementType = readType(*Loc.F, Record, Idx); local
5651 QualType ElementType = readType(*Loc.F, Record, Idx); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4473 WouldFitInRegister(const DataLayout &DL, uint64_t TableSize, Type *ElementType) argument

Completed in 602 milliseconds

12