Searched refs:CheckArrayAccess (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 11580 CheckArrayAccess(E); in CheckImplicitConversions() 12381 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema 12513 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema 12520 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess() 12532 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess() 12555 CheckArrayAccess(lhs); in CheckArrayAccess() 12557 CheckArrayAccess(rhs); in CheckArrayAccess() 12563 CheckArrayAccess(Arg); in CheckArrayAccess()
|
| H A D | SemaExpr.cpp | 5049 CheckArrayAccess(Arg); in GatherArgumentsForCall() 5081 CheckArrayAccess(A); in GatherArgumentsForCall() 9306 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands() 9379 CheckArrayAccess(LHS.get(), RHS.get(), /*ArraySubscriptExpr*/nullptr, in CheckSubtractionOperands() 12453 CheckArrayAccess(LHS.get()); in CreateBuiltinBinOp() 12454 CheckArrayAccess(RHS.get()); in CreateBuiltinBinOp() 13070 CheckArrayAccess(Input.get()); in CreateBuiltinUnaryOp()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 10464 void CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, 10467 void CheckArrayAccess(const Expr *E);
|