Home
last modified time | relevance | path

Searched defs:VLA (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dvla-overflow.c18 …typedef char VLA[x][x][x][x]; // expected-warning{{Declared variable-length array (VLA) has too la… in check_VLA_overflow_typedef() typedef
23 typedef char VLA[x][x][x][x - 1]; in check_VLA_no_overflow() typedef
H A Dcfg.c95 typedef int VLA[x]; in vla_typedef() typedef
106 typedef int VLA[x][y]; in vla_typedef_multi() typedef
H A Dcfg.cpp509 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...]
H A Dvla.c94 typedef int VLA[x]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in check_VLA_typedef() typedef
/llvm-project/clang/test/SemaOpenACC/
H A Dsub-array-ast.cpp20 int VLA[i]; in Func() local
184 T VLA[i]; in Templ() local
H A Dsub-array.cpp17 int VLA[i]; in Func() local
139 T VLA[i]; in Templ() local
/llvm-project/clang/test/CodeGen/
H A D2006-01-13-StackSave.c10 int VLA[i]; in test() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 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...]
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h643 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() argument
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4510 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { EmitArraySectionExpr() local
[all...]
H A DCGStmtOpenMP.cpp416 if (const auto *VLA = dyn_cast<VariableArrayType>(A)) getCanonicalParamType() local
H A DCGOpenMPRuntime.cpp4870 const VariableArrayType *VLA = emitReductionFunction() local