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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp646 /// emitNonZeroVLAInit - Emit the "zero" initialization of a
653 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, function
763 if (vla) return emitNonZeroVLAInit(*this, Ty, DestPtr, SrcPtr, SizeVal);

Completed in 27 milliseconds