Searched defs:VLA (Results 1 – 12 of 12) sorted by relevance
18 …typedef char VLA[x][x][x][x]; // expected-warning{{Declared variable-length array (VLA) has too la… in check_VLA_overflow_typedef() typedef23 typedef char VLA[x][x][x][x - 1]; in check_VLA_no_overflow() typedef
95 typedef int VLA[x]; in vla_typedef() typedef 106 typedef int VLA[x][y]; in vla_typedef_multi() typedef
509 typedef int VLA[x]; in vla_typedef() typedef 518 using VLA = int[x]; in vla_typealias() typedef 529 typedef int VLA[x][y]; in vla_typedef_multi() typedef 545 typedef int VLA[x]; in vla_typedefname_multi() typedef 568 typedef int VLA[++x]; vla_evaluate() typedef [all...]
94 typedef int VLA[x]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in check_VLA_typedef() typedef
20 int VLA[i]; in Func() local184 T VLA[i]; in Templ() local
17 int VLA[i]; in Func() local139 T VLA[i]; in Templ() local
10 int VLA[i]; in test() local
69 const VariableArrayType *VLA, in checkVLA() argument 282 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); checkPreStmt() local 321 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( checkPreStmt() local [all...]
643 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() argument
4510 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { EmitArraySectionExpr() local [all...]
416 if (const auto *VLA = dyn_cast<VariableArrayType>(A)) getCanonicalParamType() local
4870 const VariableArrayType *VLA = emitReductionFunction() local