Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10250 S.CheckFloatComparison(Loc, LHS.get(), RHS.get()); in checkArithmeticOrEnumeralCompare()
10766 CheckFloatComparison(Loc, LHS.get(), RHS.get()); in CheckVectorCompareOperands()
H A DSemaChecking.cpp9472 void Sema::CheckFloatComparison(SourceLocation Loc, Expr* LHS, Expr *RHS) { in CheckFloatComparison() function in Sema
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10608 void CheckFloatComparison(SourceLocation Loc, Expr *LHS, Expr *RHS);