Searched refs:emitArrayLength (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 1471 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
|
D | CGStmtOpenMP.cpp | 206 auto NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateAssign() 270 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateInit()
|
D | CGDecl.cpp | 1503 llvm::Value *length = emitArrayLength(arrayType, type, addr); in emitDestroy()
|
D | CodeGenFunction.cpp | 1474 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
|
D | CGClass.cpp | 1924 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
|
D | CodeGenFunction.h | 1772 llvm::Value *emitArrayLength(const ArrayType *arrayType,
|
D | CGOpenMPRuntime.cpp | 2673 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr); in EmitOMPAggregateReduction()
|