Home
last modified time | relevance | path

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

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