Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp2275 unsigned arrayDepth = 0; in emitPartialArrayDestroy() local
2279 arrayDepth++; in emitPartialArrayDestroy()
2283 if (arrayDepth) { in emitPartialArrayDestroy()
2286 SmallVector<llvm::Value*,4> gepIndices(arrayDepth+1, zero); in emitPartialArrayDestroy()