Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2443 CodeGenFunction::getVLAElements1D(QualType type) { in getVLAElements1D() function in CodeGenFunction
2446 return getVLAElements1D(vla); in getVLAElements1D()
2450 CodeGenFunction::getVLAElements1D(const VariableArrayType *Vla) { in getVLAElements1D() function in CodeGenFunction
H A DCodeGenFunction.h3101 VlaSizePair getVLAElements1D(const VariableArrayType *vla);
3102 VlaSizePair getVLAElements1D(QualType vla);
H A DCGDecl.cpp1395 auto VlaSize = getVLAElements1D(Type1D); in EmitAndRegisterVariableArrayDimensions()
H A DCGExprScalar.cpp3600 return CGF.getVLAElements1D(VAT).NumElts; in VisitUnaryExprOrTypeTraitExpr()