Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:vla

862   // VLASizeMap - This keeps track of the associated size for each VLA type.
864 // in certain situations, like a const qualifier applied to an VLA typedef,
865 // multiple VLA types can share the same size expression.
1533 /// VLA, and drill down to the base element type.
1538 /// EmitVLASize - Capture all the sizes for the VLA expressions in
1548 std::pair<llvm::Value*,QualType> getVLASize(const VariableArrayType *vla);
1549 std::pair<llvm::Value*,QualType> getVLASize(QualType vla);