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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2216 unsigned arrayDepth = 0; local
2220 arrayDepth++;
2224 if (arrayDepth) {
2227 SmallVector<llvm::Value*,4> gepIndices(arrayDepth+1, zero);

Completed in 99 milliseconds