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) {
10742     if (RHSIsNull)
10751       (RHSType->isIntegerType() && !RHSIsNull)) {
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)
11017                (RHSIsNull && RHSType->isIntegerType())) {
11045                         RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer);
11050   if (!IsRelational && RHSIsNull
11075     if (LHSType->isQueueT() && RHSIsNull) {