Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2364 unsigned arrayDepth = 0; in emitPartialArrayDestroy() local
2368 arrayDepth++; in emitPartialArrayDestroy()
2372 if (arrayDepth) { in emitPartialArrayDestroy()
2375 SmallVector<llvm::Value*,4> gepIndices(arrayDepth+1, zero); in emitPartialArrayDestroy()