Searched refs:emitArrayLength (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1386 llvm::Value *length = emitArrayLength(arrayType, type, begin);
H A DCodeGenFunction.cpp1154 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, function in class:CodeGenFunction
H A DCodeGenFunction.h1503 /// emitArrayLength - Compute the length of an array, even if it's a
1505 llvm::Value *emitArrayLength(const ArrayType *arrayType,
H A DCGClass.cpp1543 emitArrayLength(arrayType, elementType, arrayBegin);

Completed in 131 milliseconds