Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp70 const VariableArrayType *VLA, in checkVLA()
270 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() local
309 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt() local
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h614 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp4091 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr() local
H A DCGStmtOpenMP.cpp393 if (const auto *VLA = dyn_cast<VariableArrayType>(A)) in getCanonicalParamType() local
H A DCGOpenMPRuntime.cpp5062 const VariableArrayType *VLA = in emitReductionFunction() local