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

/external/clang/test/CodeGen/
H A D2006-01-13-StackSave.c8 int VLA[i]; local
9 external(VLA);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp11 // performs checks for declaration of VLA of undefined or zero size.
13 // of the MemRegion that represents a VLA.
55 this, "Dangerous variable-length array (VLA) declaration"));
59 os << "Declared variable-length array (VLA) ";
88 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); local
89 if (!VLA)
93 const Expr *SE = VLA->getSizeExpr();
138 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());

Completed in 61 milliseconds