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

References

tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  233         if ((Op == BO_EQ) || (Op == BO_NE)) {
  233         if ((Op == BO_EQ) || (Op == BO_NE)) {
  240       if ((Op == BO_EQ) || (Op == BO_NE)) {
  240       if ((Op == BO_EQ) || (Op == BO_NE)) {
  257     if (Op == BO_Cmp)
  260     else if (((Op == BO_EQ) || (Op == BO_LE) || (Op == BO_GE)))
  260     else if (((Op == BO_EQ) || (Op == BO_LE) || (Op == BO_GE)))
  260     else if (((Op == BO_EQ) || (Op == BO_LE) || (Op == BO_GE)))