Searched defs:arrayDepth (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/CodeGen/
H A DCGDecl.cpp1473 unsigned arrayDepth = 0; local
1477 arrayDepth++;
1481 if (arrayDepth) {
1482 llvm::Value *zero = llvm::ConstantInt::get(CGF.SizeTy, arrayDepth+1);
1484 SmallVector<llvm::Value*,4> gepIndices(arrayDepth, zero);

Completed in 71 milliseconds