Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2260 CodeGenFunction::getVLAElements1D(QualType type) { in getVLAElements1D() function in CodeGenFunction
2263 return getVLAElements1D(vla); in getVLAElements1D()
2267 CodeGenFunction::getVLAElements1D(const VariableArrayType *Vla) { in getVLAElements1D() function in CodeGenFunction
H A DCodeGenFunction.h2856 VlaSizePair getVLAElements1D(const VariableArrayType *vla);
2857 VlaSizePair getVLAElements1D(QualType vla);
H A DCGDecl.cpp1390 auto VlaSize = getVLAElements1D(Type1D); in EmitAndRegisterVariableArrayDimensions()