Home
last modified time | relevance | path

Searched refs:CheckArrayAccess (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp13171 CheckArrayAccess(E); in CheckImplicitConversions()
14517 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14654 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
14661 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
14673 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
14696 CheckArrayAccess(lhs); in CheckArrayAccess()
14698 CheckArrayAccess(rhs); in CheckArrayAccess()
14704 CheckArrayAccess(Arg); in CheckArrayAccess()
H A DSemaExpr.cpp5962 CheckArrayAccess(Arg); in GatherArgumentsForCall()
5994 CheckArrayAccess(A); in GatherArgumentsForCall()
10687 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
10770 CheckArrayAccess(LHS.get(), RHS.get(), /*ArraySubscriptExpr*/nullptr, in CheckSubtractionOperands()
14173 CheckArrayAccess(LHS.get()); in CreateBuiltinBinOp()
14174 CheckArrayAccess(RHS.get()); in CreateBuiltinBinOp()
14850 CheckArrayAccess(Input.get()); in CreateBuiltinUnaryOp()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12397 void CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr,
12400 void CheckArrayAccess(const Expr *E);