Searched refs:getCastAndLiteral (Results 1 – 1 of 1) sorted by relevance
9183 auto getCastAndLiteral = [&FPLiteral, &FPCast](Expr *L, Expr *R) { in CheckFloatComparison() local9189 if (getCastAndLiteral(LHS, RHS) || getCastAndLiteral(RHS, LHS)) { in CheckFloatComparison()