Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9183 auto getCastAndLiteral = [&FPLiteral, &FPCast](Expr *L, Expr *R) { in CheckFloatComparison() local
9189 if (getCastAndLiteral(LHS, RHS) || getCastAndLiteral(RHS, LHS)) { in CheckFloatComparison()