Searched refs:VLA (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/CodeGen/ |
D | 2006-01-13-StackSave.c | 8 int VLA[i]; in test() local 9 external(VLA); in test()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 87 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt() local 88 if (!VLA) in checkPreStmt() 92 const Expr *SE = VLA->getSizeExpr(); in checkPreStmt() 137 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType()); in checkPreStmt()
|
D | Checkers.td | 68 HelpText<"Check for declarations of VLA of undefined or zero size">,
|
/external/clang/test/ARCMT/ |
D | cxx-checking.mm | 98 // It's okay to create a VLA of retainable types.
|
/external/clang/test/SemaObjC/ |
D | scope-check.m | 91 typedef int A[n]; // expected-note {{jump bypasses initialization of VLA typedef}}
|
/external/clang/test/CodeGenObjC/ |
D | arc.m | 500 // Capture the VLA size. 508 // Allocate the VLA. 509 // CHECK-NEXT: [[VLA:%.*]] = alloca i8*, i64 [[DIM]], align 16 512 // CHECK-NEXT: [[T0:%.*]] = bitcast i8** [[VLA]] to i8* 517 // CHECK-NEXT: [[END:%.*]] = getelementptr inbounds i8** [[VLA]], i64 [[DIM]] 518 // CHECK-NEXT: [[EMPTY:%.*]] = icmp eq i8** [[VLA]], [[END]] 525 // CHECK-NEXT: [[EQ:%.*]] = icmp eq i8** [[CUR]], [[VLA]] 541 // Capture the VLA size. 549 // Allocate the VLA. 551 // CHECK-NEXT: [[VLA:%.*]] = alloca [3 x i8*], i64 [[T0]], align 16 [all …]
|
/external/llvm/docs/ |
D | GetElementPtr.rst | 311 How does VLA addressing work with GEPs? 317 VLA indices can be implemented as linearized indices. For example, an expression 325 library, which always presents VLA and non-VLA indexing in the same manner.
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 126 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has zero size}} 131 …int vla[x]; // expected-warning{{Declared variable-length array (VLA) uses a garbage value as its … 862 // <rdar://problem/7593875> When handling sizeof(VLA) it leads to a hole in 868 int z[n > 10 ? 10 : n]; // VLA.
|
D | misc-ps-region-store.m | 1171 // <rdar://problem/8424269> - Handle looking at the size of a VLA in
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 357 def VLA : DiagGroup<"vla">;
|
D | DiagnosticSemaKinds.td | 85 InGroup<VLA>, DefaultIgnore; 3794 "jump bypasses initialization of VLA typedef">; 3796 "jump bypasses initialization of VLA type alias">;
|
/external/clang/docs/ |
D | UsersManual.rst | 1109 - Arrays that are VLA's according to the standard, but which can be 1112 VLA. ``c*`` modes are strictly compliant and treat these as VLAs.
|
/external/chromium_org/media/test/data/ |
D | bali_640x360_P420.yuv | 1 …VLA:679?FOW`hotw|���������������������������������������������������������������|{yxxwwwwwwutpja…
|
D | bali_640x360_P422.yuv | 1 …VLA:679?FOW`hotw|���������������������������������������������������������������|{yxxwwwwwwutpja…
|