Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp69 const VariableArrayType *VLA, in checkVLA()
282 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
321 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h643 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4522 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitArraySectionExpr() local
H A DCGStmtOpenMP.cpp421 if (const auto *VLA = dyn_cast<VariableArrayType>(A)) in getCanonicalParamType() local
H A DCGOpenMPRuntime.cpp4875 const VariableArrayType *VLA = in emitReductionFunction() local