Searched defs:numElements (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp248 ReadArrayCookie(CodeGenFunction &CGF, Address ptr, const CXXDeleteExpr *expr, QualType eltTy, llvm::Value *&numElements, llvm::Value *&allocPtr, CharUnits &cookieSize) argument
H A DCodeGenFunction.cpp2155 llvm::Value *numElements local
2174 llvm::Value *numElements = nullptr; local
[all...]
H A DCGExprConstant.cpp2248 unsigned numElements = structure->getNumElements(); local
H A DCGExprCXX.cpp698 EmitCXXNewAllocSize(CodeGenFunction &CGF, const CXXNewExpr *e, unsigned minElements, llvm::Value *&numElements, llvm::Value *&sizeWithoutCookie) argument
1574 llvm::Value *numElements = nullptr; local
2019 llvm::Value *numElements = nullptr; local
[all...]
H A DCGExprAgg.cpp1817 uint64_t numElements = E->getArraySize().getZExtValue(); local
H A DCGClass.cpp1988 llvm::Value *numElements = local
2004 EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor, llvm::Value *numElements, Address arrayBase, const CXXConstructExpr *E, bool NewPointerIsChecked, bool zeroInitialize) argument
H A DItaniumCXXABI.cpp2244 InitializeArrayCookie(CodeGenFunction &CGF, Address newPtr, llvm::Value *numElements, const CXXNewExpr *expr, QualType elementType) argument
H A DMicrosoftCXXABI.cpp2309 InitializeArrayCookie(CodeGenFunction &CGF, Address newPtr, llvm::Value *numElements, const CXXNewExpr *expr, QualType elementType) argument
H A DCGExprScalar.cpp3692 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; local
H A DCGExpr.cpp3840 llvm::Value *numElements = getVLASize(vla).NumElts; local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2559 unsigned index = 0, numElements = VT->getNumElements(); local
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3766 getDependentSizedArrayType(QualType elementType, Expr *numElements, ArrayType::ArraySizeModifier ASM, unsigned elementTypeQuals, SourceRange brackets) const argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp7652 unsigned numElements = 0; local

Completed in 442 milliseconds