Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2000 CodeGenFunction::getVLAElements1D(QualType type) { in getVLAElements1D() function in CodeGenFunction
2003 return getVLAElements1D(vla); in getVLAElements1D()
2007 CodeGenFunction::getVLAElements1D(const VariableArrayType *Vla) { in getVLAElements1D() function in CodeGenFunction
DCodeGenFunction.h2690 VlaSizePair getVLAElements1D(const VariableArrayType *vla);
2691 VlaSizePair getVLAElements1D(QualType vla);
DCGDecl.cpp1353 auto VlaSize = getVLAElements1D(Type1D); in EmitAndRegisterVariableArrayDimensions()