Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 14 of 14) 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/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.cpp2096 llvm::Value *IsNull = Builder.CreateIsNull(Ptr, "isnull"); in EmitCXXDeleteExpr() local
2170 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr); in EmitTypeidFromVTable() local
2297 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.cpp430 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr); in GetAddressOfDerivedClass() local
H A DItaniumCXXABI.cpp1660 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); in emitDynamicCastCall() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp384 ConditionTruthVal IsNull = isNull(V); in isNonNull() 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.cpp301 enum class NullConstraint { IsNull, IsNotNull, Unknown }; enumerator
H A DStdLibraryFunctionsChecker.cpp1794 auto IsNull = [&](ArgNo ArgN) { in initFunctionSummaries() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp400 bool IsNull = Val->isNullValue() && ZeroAsNull; in getOrCreateCompositeOrNull() local
H A DSPIRVInstructionSelector.cpp1990 bool IsNull = I.getNumExplicitDefs() + 1 == I.getNumExplicitOperands(); in selectIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2923 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23934 bool IsNull = isNullConstant(RHS); in performSETCCCombine() local