reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGDecl.cpp
 2199   while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) {
 2207     llvm::Value *zero = llvm::ConstantInt::get(CGF.SizeTy, 0);
 2210     begin = CGF.Builder.CreateInBoundsGEP(begin, gepIndices, "pad.arraybegin");
 2211     end = CGF.Builder.CreateInBoundsGEP(end, gepIndices, "pad.arrayend");
 2217   CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer,