/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA() 269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt() 319 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 90 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1970 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize() 1994 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize() 2001 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
|
D | CGExpr.cpp | 3609 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType() 3665 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP() 3757 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr() 3985 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr() 4014 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
|
D | CGDecl.cpp | 1352 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions() 1728 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
|
D | CGExprScalar.cpp | 2502 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec() 2825 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr() 3351 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic() 3686 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
|
D | CGOpenMPRuntimeGPU.cpp | 3446 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitListToGlobalReduceFunction() 3650 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitGlobalToListReduceFunction() 3972 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
|
D | CGOpenMPRuntime.cpp | 846 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType() 865 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType() 5426 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction() 5572 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction() 7942 auto *VAT = Context.getAsVariableArrayType(Ty); in generateInfoForComponentList()
|
D | CGCall.cpp | 2584 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
|
D | CGStmtOpenMP.cpp | 293 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2838 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType() 2855 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP() 2910 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr() 3109 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr() 3135 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
|
D | CodeGenFunction.cpp | 1635 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize() 1659 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
|
D | CGExprScalar.cpp | 1718 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec() 1999 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr() 2466 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic() 2656 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
|
D | CGStmtOpenMP.cpp | 111 while (auto *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize() 983 .getAsVariableArrayType(PrivateVD->getType()) in EmitOMPReductionClauseInit() 1072 .getAsVariableArrayType(PrivateVD->getType()) in EmitOMPReductionClauseInit()
|
D | CGOpenMPRuntime.cpp | 4276 auto *VLA = CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction() 4418 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
|
D | CGCall.cpp | 2240 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 2117 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 2502 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 1311 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 2134 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
|
D | ASTContext.cpp | 7837 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes() 7838 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
|
/external/llvm-project/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 2764 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
|
D | ASTContext.cpp | 9717 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes() 9718 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 6903 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDecl.cpp | 8002 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()
|