Home
last modified time | relevance | path

Searched refs:IsNotNull (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DPropertyInfoExtensionsTest.cs57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success()
81 Assert.IsNotNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_Success()
DTypeExtensionsTest.cs93 Assert.IsNotNull(property); in GetProperty_Success()
113 Assert.IsNotNull(method); in GetMethod_Success()
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp276 enum class NullConstraint { IsNull, IsNotNull, Unknown }; enumerator
282 return NullConstraint::IsNotNull; in getNullConstraint()
642 Nullness != NullConstraint::IsNotNull && in checkPreStmt()
730 if (Nullness == NullConstraint::IsNotNull || in checkPreCall()
823 if (Nullness == NullConstraint::IsNotNull) in getReceiverNullability()
1159 if (RhsNullness == NullConstraint::IsNotNull || in checkBind()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs280 Assert.IsNotNull(tokenizer.Next()); in InvalidStructure()
DCodedInputStreamTest.cs308 Assert.IsNotNull(message.A); in AssertMessageDepth()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3013 llvm::Value *IsNotNull = EmitMemberPointerIsNotNull(CGF, Src, SrcTy); in EmitMemberPointerConversion() local
3022 return Builder.CreateSelect(IsNotNull, Src, DstNull); in EmitMemberPointerConversion()
3028 Builder.CreateCondBr(IsNotNull, ConvertBB, ContinueBB); in EmitMemberPointerConversion()