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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp247 enum class NullConstraint { IsNull, IsNotNull, Unknown }; member in class:NullConstraint
253 return NullConstraint::IsNotNull;
528 Nullness != NullConstraint::IsNotNull &&
601 if (Nullness == NullConstraint::IsNotNull ||
687 if (Nullness == NullConstraint::IsNotNull)
999 if (RhsNullness == NullConstraint::IsNotNull ||
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3005 llvm::Value *IsNotNull = EmitMemberPointerIsNotNull(CGF, Src, SrcTy); local
3014 return Builder.CreateSelect(IsNotNull, Src, DstNull);
3020 Builder.CreateCondBr(IsNotNull, ConvertBB, ContinueBB);

Completed in 200 milliseconds