Searched refs:ArrayExpr (Results 1 – 3 of 3) sorted by relevance
140 const auto ArrayExpr = expr(ignoringParenImpCasts( in registerMatchers() local143 unaryOperator(hasUnaryOperand(ArrayExpr), unless(hasOperatorName("*"))), in registerMatchers()144 binaryOperator(hasEitherOperand(ArrayExpr)), in registerMatchers()145 castExpr(hasSourceExpression(ArrayExpr)))); in registerMatchers()
119 const Expr *ArrayExpr = CE->getArg(0); in checkPreStmt() local120 SymbolRef ArraySym = getArraySym(ArrayExpr, C); in checkPreStmt()
121 const Expr *ArrayExpr = CE->getArg(0); in checkPreStmt() local122 SymbolRef ArraySym = getArraySym(ArrayExpr, C); in checkPreStmt()