Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp264 enum class NullConstraint { IsNull, IsNotNull, Unknown }; enumerator
270 return NullConstraint::IsNotNull; in getNullConstraint()
658 Nullness != NullConstraint::IsNotNull && in checkPreStmt()
749 if (Nullness == NullConstraint::IsNotNull || in checkPreCall()
838 if (Nullness == NullConstraint::IsNotNull) in getReceiverNullability()
1174 if (RhsNullness == NullConstraint::IsNotNull || in checkBind()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp145 IsNotNull, enumerator
967 writer.append(OpCode::IsNotNull, op.getValue(), op.getSuccessors()); in generate()
2133 case IsNotNull: in execute()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp765 llvm::Value *IsNotNull = Builder.CreateIsNotNull(RHS); in EmitNullabilityCheck() local
770 EmitCheck({{IsNotNull, SanitizerKind::NullabilityAssign}}, in EmitNullabilityCheck()
H A DMicrosoftCXXABI.cpp3280 llvm::Value *IsNotNull = EmitMemberPointerIsNotNull(CGF, Src, SrcTy); in EmitMemberPointerConversion() local
3289 return Builder.CreateSelect(IsNotNull, Src, DstNull); in EmitMemberPointerConversion()
3295 Builder.CreateCondBr(IsNotNull, ConvertBB, ContinueBB); in EmitMemberPointerConversion()