Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp84 static bool isSelfAssign(const Expr *LHS, const Expr *RHS);
196 if (isSelfAssign(LHS, RHS)) { in checkPreStmt()
460 bool IdempotentOperationChecker::isSelfAssign(const Expr *LHS, const Expr *RHS) { in isSelfAssign() function in IdempotentOperationChecker