Searched refs:RHSIsNull (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp72 bool RHSIsNull = local
75 if (RHSIsNull && isRemovable(ME))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11462 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; local
11478 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) {
11492 if (!IsOrdered && LHSIsNull != RHSIsNull) {
11494 if (RHSIsNull)
11503 (RHSType->isIntegerType() && !RHSIsNull)) {
11580 && !LHSIsNull && !RHSIsNull)
11589 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) {
11601 if (LHSIsNull && !RHSIsNull)
11613 if (!IsOrdered && LHSIsNull && RHSIsNull) {
11680 if (!LHSIsNull && !RHSIsNull
[all...]

Completed in 202 milliseconds