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

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp84 bool IsNull = !Cond.castAs<nonloc::PointerToMember>().isNullMemberPointer(); local
H A DProgramState.cpp371 ConditionTruthVal IsNull = isNull(V); local
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h310 bool IsNull() const { return m_string == nullptr; } function in class:lldb_private::ConstString
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DMiscompilation.cpp887 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, local
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp86 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); local
H A DCGExprCXX.cpp2073 llvm::Value *IsNull = Builder.CreateIsNull(Ptr.getPointer(), "isnull"); local
2183 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr.getPointer()); local
2289 llvm::Value *IsNull = Builder.CreateIsNull(ThisAddr.getPointer()); local
H A DCGClass.cpp432 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr.getPointer()); local
H A DItaniumCXXABI.cpp1479 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp297 enum class NullConstraint { IsNull, IsNotNull, Unknown }; member in class:NullConstraint
H A DStdLibraryFunctionsChecker.cpp1399 auto IsNull = [&](ArgNo ArgN) { local
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1349 bool IsNull = I.getNumExplicitDefs() + 1 == I.getNumExplicitOperands(); local
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp2916 bool IsNull = Receiver->isNullPointerConstant(Context, local

Completed in 378 milliseconds