Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp12215 auto getCastAndLiteral = [&FPLiteral, &FPCast](Expr *L, Expr *R) { in CheckFloatComparison() local
12221 if (getCastAndLiteral(LHS, RHS) || getCastAndLiteral(RHS, LHS)) { in CheckFloatComparison()