Searched defs:IsNotNull (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp260 enum class NullConstraint { IsNull, IsNotNull, Unknown }; member in class:NullConstraint
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp734 llvm::Value *IsNotNull = Builder.CreateIsNotNull(RHS); local
H A DMicrosoftCXXABI.cpp3136 llvm::Value *IsNotNull = EmitMemberPointerIsNotNull(CGF, Src, SrcTy); local

Completed in 107 milliseconds