Home
last modified time | relevance | path

Searched refs:ArrayExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSizeofExpressionCheck.cpp138 const auto ArrayExpr = in registerMatchers() local
141 unaryOperator(hasUnaryOperand(ArrayExpr), unless(hasOperatorName("*"))), in registerMatchers()
142 binaryOperator(hasEitherOperand(ArrayExpr)), in registerMatchers()
143 castExpr(hasSourceExpression(ArrayExpr)))); in registerMatchers()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp118 const Expr *ArrayExpr = CE->getArg(0); in checkPreStmt() local
119 SymbolRef ArraySym = getArraySym(ArrayExpr, C); in checkPreStmt()