Searched refs:emitArrayLength (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprAgg.cpp | 1476 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
|
| HD | CGDecl.cpp | 1440 llvm::Value *length = emitArrayLength(arrayType, type, begin); in emitDestroy()
|
| HD | CodeGenFunction.cpp | 1392 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
|
| HD | CGClass.cpp | 1661 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
|
| HD | CGStmtOpenMP.cpp | 34 auto NumElements = emitArrayLength(ArrayTy, ElementTy, DestBegin); in EmitOMPAggregateAssign()
|
| HD | CodeGenFunction.h | 1674 llvm::Value *emitArrayLength(const ArrayType *arrayType,
|