Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1812 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit() local
1813 if (!VlaType) in emitZeroOrPatternForAutoVarInit()
1815 auto VlaSize = getVLASize(VlaType); in emitZeroOrPatternForAutoVarInit()