Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp118 auto SrcNumElements = emitArrayLength(ArrayTy, ElementTy, SrcBegin); in EmitOMPAggregateAssign()
119 auto DestNumElements = emitArrayLength(ArrayTy, ElementTy, DestBegin); in EmitOMPAggregateAssign()
H A DCodeGenFunction.cpp1354 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
H A DCGDecl.cpp1421 llvm::Value *length = emitArrayLength(arrayType, type, begin); in emitDestroy()
H A DCGClass.cpp1618 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
H A DCodeGenFunction.h1619 llvm::Value *emitArrayLength(const ArrayType *arrayType,