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

References

tools/clang/lib/Sema/SemaChecking.cpp
10812       Expr *Const = RhsConstant ? RHS : LHS;
10813       Expr *Other = RhsConstant ? LHS : RHS;
10814       const llvm::APSInt &Value = RhsConstant ? RHSValue : LHSValue;
10818       if (CheckTautologicalComparison(S, E, Const, Other, Value, RhsConstant))