Home
last modified time | relevance | path

Searched refs:emitArrayLength (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp1471 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
DCGStmtOpenMP.cpp206 auto NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateAssign()
270 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateInit()
DCGDecl.cpp1503 llvm::Value *length = emitArrayLength(arrayType, type, addr); in emitDestroy()
DCodeGenFunction.cpp1474 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
DCGClass.cpp1924 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
DCodeGenFunction.h1772 llvm::Value *emitArrayLength(const ArrayType *arrayType,
DCGOpenMPRuntime.cpp2673 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr); in EmitOMPAggregateReduction()