OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VLA
(Results
1 - 2
of
2
) 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
.
54
BT.reset(new BuiltinBug("Dangerous variable-length array (
VLA
) declaration"));
58
os << "Declared variable-length array (
VLA
) ";
87
const VariableArrayType *
VLA
= Ctx.getAsVariableArrayType(VD->getType());
88
if (!
VLA
)
92
const Expr *SE =
VLA
->getSizeExpr();
137
CharUnits EleSize = Ctx.getTypeSizeInChars(
VLA
->getElementType());
Completed in 45 milliseconds