Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprAgg.cpp1476 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
HDCGDecl.cpp1440 llvm::Value *length = emitArrayLength(arrayType, type, begin); in emitDestroy()
HDCodeGenFunction.cpp1392 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
HDCGClass.cpp1661 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
HDCGStmtOpenMP.cpp34 auto NumElements = emitArrayLength(ArrayTy, ElementTy, DestBegin); in EmitOMPAggregateAssign()
HDCodeGenFunction.h1674 llvm::Value *emitArrayLength(const ArrayType *arrayType,