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

References

tools/clang/lib/Sema/SemaExpr.cpp
10730       if (LHSIsNull != RHSIsNull)
10740   if (!IsRelational && LHSIsNull != RHSIsNull) {
10750   if ((LHSType->isIntegerType() && !LHSIsNull) ||
10814           && !LHSIsNull && !RHSIsNull)
10823       if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) {
10836       if (LHSIsNull && !RHSIsNull)
10848     if (!IsRelational && LHSIsNull && RHSIsNull) {
10915     if (!LHSIsNull && !RHSIsNull &&
10929     if (!LHSIsNull && !RHSIsNull) {
10938     if (LHSIsNull && !RHSIsNull)
10962       if (LHSIsNull && !RHSIsNull) {
10989       if (LHSIsNull && !RHSIsNull)
11016     } else if ((LHSIsNull && LHSType->isIntegerType()) ||
11042                         LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer);
11055   if (!IsRelational && LHSIsNull
11070     if (LHSIsNull && RHSType->isQueueT()) {