Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
309 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt() local
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dc11.c113 typedef int VLA[m][m]; in fvla() typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h598 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp4024 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr() local
H A DCGStmtOpenMP.cpp389 if (const auto *VLA = dyn_cast<VariableArrayType>(A)) in getCanonicalParamType() local
H A DCGOpenMPRuntime.cpp5470 const VariableArrayType *VLA = in emitReductionFunction() local