Searched refs:ArrayExpr (Results 1 – 2 of 2) sorted by relevance
138 const auto ArrayExpr = in registerMatchers() local141 unaryOperator(hasUnaryOperand(ArrayExpr), unless(hasOperatorName("*"))), in registerMatchers()142 binaryOperator(hasEitherOperand(ArrayExpr)), in registerMatchers()143 castExpr(hasSourceExpression(ArrayExpr)))); in registerMatchers()
118 const Expr *ArrayExpr = CE->getArg(0); in checkPreStmt() local119 SymbolRef ArraySym = getArraySym(ArrayExpr, C); in checkPreStmt()