Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp191 const Expr *rhse = rhs->IgnoreParenImpCasts(); in CheckAssignmentExpr() local
192 if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(rhse)) { in CheckAssignmentExpr()