Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9211 Expr* RightExprSansParen = RHS->IgnoreParenImpCasts(); in CheckFloatComparison() local
9216 if (auto *DRR = dyn_cast<DeclRefExpr>(RightExprSansParen)) in CheckFloatComparison()
9229 if (FloatingLiteral* FLR = dyn_cast<FloatingLiteral>(RightExprSansParen)) in CheckFloatComparison()
9238 if (CallExpr* CR = dyn_cast<CallExpr>(RightExprSansParen)) in CheckFloatComparison()