Searched refs:RightExprSansParen (Results 1 – 2 of 2) sorted by relevance
6927 Expr* RightExprSansParen = RHS->IgnoreParenImpCasts(); in CheckFloatComparison() local6932 if (DeclRefExpr* DRR = dyn_cast<DeclRefExpr>(RightExprSansParen)) in CheckFloatComparison()6945 if (FloatingLiteral* FLR = dyn_cast<FloatingLiteral>(RightExprSansParen)) in CheckFloatComparison()6954 if (CallExpr* CR = dyn_cast<CallExpr>(RightExprSansParen)) in CheckFloatComparison()
10351 Expr* RightExprSansParen = RHS->IgnoreParenImpCasts(); in CheckFloatComparison() local10356 if (DeclRefExpr* DRR = dyn_cast<DeclRefExpr>(RightExprSansParen)) in CheckFloatComparison()10369 if (FloatingLiteral* FLR = dyn_cast<FloatingLiteral>(RightExprSansParen)) in CheckFloatComparison()10378 if (CallExpr* CR = dyn_cast<CallExpr>(RightExprSansParen)) in CheckFloatComparison()