Home
last modified time | relevance | path

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

/freebsd-src/contrib/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...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h626 Capture(IsVLACapture,const VariableArrayType * VLA,bool IsNested,SourceLocation Loc,QualType CaptureType) Capture() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4476 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { EmitOMPArraySectionExpr() local
[all...]
H A DCGStmtOpenMP.cpp393 if (const auto *VLA = dyn_cast<VariableArrayType>(A)) getCanonicalParamType() local
H A DCGOpenMPRuntime.cpp4859 const VariableArrayType *VLA = emitReductionFunction() local