HomeSort by relevance Sort by last modified time
    Searched refs:VLA (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
2006-01-13-StackSave.c 8 int VLA[i];
9 external(VLA);
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 11 // 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) ";
90 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType());
91 if (!VLA)
95 const Expr *SE = VLA->getSizeExpr();
159 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]

Completed in 307 milliseconds