reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
11384   void CheckFloatComparison(SourceLocation Loc, Expr *LHS, Expr *RHS);

References

tools/clang/lib/Sema/SemaExpr.cpp
10611     S.CheckFloatComparison(Loc, LHS.get(), RHS.get());
11157     CheckFloatComparison(Loc, LHS.get(), RHS.get());