Searched defs:IsNull (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp868 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp100 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); local
H A DCGExprCXX.cpp1704 llvm::Value *IsNull = Builder.CreateIsNull(Ptr.getPointer(), "isnull"); local
1796 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr.getPointer()); local
1893 llvm::Value *IsNull = Builder.CreateIsNull(ThisAddr.getPointer()); local
H A DCGClass.cpp395 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr.getPointer()); local
H A DItaniumCXXABI.cpp1264 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); local
/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
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2596 bool IsNull = Receiver->isNullPointerConstant(Context, local

Completed in 211 milliseconds