Searched refs:isSelfAssign (Results 1 – 1 of 1) sorted by relevance
84 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