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

References

tools/clang/lib/Sema/SemaChecking.cpp
10594     if (Op == BO_Cmp) {
10605     if (Op == BO_EQ) {
10608     } else if (Op == BO_NE) {
10612       if ((Op == BO_LT || Op == BO_GE) ^ ConstantOnRHS) {
10612       if ((Op == BO_LT || Op == BO_GE) ^ ConstantOnRHS) {
10619       if (Op == BO_GE || Op == BO_LE)
10619       if (Op == BO_GE || Op == BO_LE)