| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 311 bool IsNull() const { return m_string == nullptr; } in IsNull() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleConstraintManager.cpp | 83 bool IsNull = !Cond.castAs<nonloc::PointerToMember>().isNullMemberPointer(); in assumeAux() local
|
| H A D | ProgramState.cpp | 370 ConditionTruthVal IsNull = isNull(V); in isNonNull() local
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest-unittest-api_test.cc | 132 AssertionResult IsNull(const char* str) { in IsNull() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 2133 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 D | CGVTables.cpp | 87 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
|
| H A D | CGClass.cpp | 425 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr); in GetAddressOfDerivedClass() local
|
| H A D | ItaniumCXXABI.cpp | 1674 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); in emitDynamicCastCall() local
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | Miscompilation.cpp | 887 Value *IsNull = new ICmpInst(EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 298 enum class NullConstraint { IsNull, IsNotNull, Unknown }; enumerator
|
| H A D | StdLibraryFunctionsChecker.cpp | 1797 auto IsNull = [&](ArgNo ArgN) { in initFunctionSummaries() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 493 bool IsNull = Val->isNullValue() && ZeroAsNull; in getOrCreateCompositeOrNull() local
|
| H A D | SPIRVInstructionSelector.cpp | 2922 bool IsNull = I.getNumExplicitDefs() + 1 == I.getNumExplicitOperands(); in selectIntrinsic() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 2912 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 23305 bool IsNull = llvm::isNullConstant(InVal); in visitINSERT_VECTOR_ELT() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 25311 bool IsNull = isNullConstant(RHS); in performSETCCCombine() local
|