Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h311 bool IsNull() const { return m_string == nullptr; } in IsNull() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp83 bool IsNull = !Cond.castAs<nonloc::PointerToMember>().isNullMemberPointer(); in assumeAux() local
H A DProgramState.cpp370 ConditionTruthVal IsNull = isNull(V); in isNonNull() local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc132 AssertionResult IsNull(const char* str) { in IsNull() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2133 llvm::Value *IsNull = Builder.CreateIsNull(Ptr, "isnull"); in EmitCXXDeleteExpr() local
2207 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr); in EmitTypeidFromVTable() local
2334 llvm::Value *IsNull = Builder.CreateIsNull(ThisAddr); in EmitDynamicCast() local
H A DCGVTables.cpp87 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
H A DCGClass.cpp425 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr); in GetAddressOfDerivedClass() local
H A DItaniumCXXABI.cpp1674 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); in emitDynamicCastCall() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp887 Value *IsNull = new ICmpInst(EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp298 enum class NullConstraint { IsNull, IsNotNull, Unknown }; enumerator
H A DStdLibraryFunctionsChecker.cpp1797 auto IsNull = [&](ArgNo ArgN) { in initFunctionSummaries() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp493 bool IsNull = Val->isNullValue() && ZeroAsNull; in getOrCreateCompositeOrNull() local
H A DSPIRVInstructionSelector.cpp2922 bool IsNull = I.getNumExplicitDefs() + 1 == I.getNumExplicitOperands(); in selectIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2912 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23305 bool IsNull = llvm::isNullConstant(InVal); in visitINSERT_VECTOR_ELT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25311 bool IsNull = isNullConstant(RHS); in performSETCCCombine() local