Home
last modified time | relevance | path

Searched refs:nullptr (Results 1 – 25 of 4011) sorted by relevance

12345678910>>...161

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp46 nullptr,
47 nullptr,
48 nullptr,
57 nullptr,
58 nullptr,
59 nullptr,
68 nullptr,
69 nullptr,
70 nullptr,
79 nullptr,
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp55 nullptr,
56 nullptr,
57 nullptr,
67 nullptr,
68 nullptr,
69 nullptr,
79 nullptr,
80 nullptr,
81 nullptr,
91 nullptr,
[all …]
H A DABIMacOSX_arm.cpp52 nullptr,
53 nullptr,
54 nullptr,
64 nullptr,
65 nullptr,
66 nullptr,
76 nullptr,
77 nullptr,
78 nullptr,
88 nullptr,
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp108 if (reg_info == nullptr) in PrivateSetRegisterValue()
132 if (reg_info == nullptr) in PrivateSetRegisterValue()
158 if (dst == nullptr) in PrivateSetRegisterValue()
193 if (process == nullptr || thread == nullptr) in ReadRegisterBytes()
331 if (process == nullptr || thread == nullptr) in WriteRegisterBytes()
349 if (dst == nullptr) in WriteRegisterBytes()
459 if (process == nullptr || thread == nullptr) in ReadAllRegisterValues()
484 if (process == nullptr || thread == nullptr) in WriteAllRegisterValues()
502 if (process == nullptr || thread == nullptr) in ReadAllRegisterValues()
568 if (process == nullptr || thread == nullptr) in WriteAllRegisterValues()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm.h341 nullptr,
348 nullptr,
349 nullptr,
350 nullptr,
353 nullptr,
360 nullptr,
361 nullptr,
362 nullptr,
365 nullptr,
372 nullptr,
[all …]
H A DRegisterContextDarwin_arm.cpp180 nullptr, nullptr, nullptr, 0
195 nullptr,
201 nullptr,
202 nullptr,
203 nullptr,
206 nullptr,
212 nullptr,
213 nullptr,
214 nullptr,
217 nullptr,
[all …]
H A DRegisterInfos_mips.h92 DEFINE_GPR(r4, nullptr, dwarf_r4_mips, dwarf_r4_mips,
94 DEFINE_GPR(r5, nullptr, dwarf_r5_mips, dwarf_r5_mips,
96 DEFINE_GPR(r6, nullptr, dwarf_r6_mips, dwarf_r6_mips,
98 DEFINE_GPR(r7, nullptr, dwarf_r7_mips, dwarf_r7_mips,
102 DEFINE_GPR(r10, nullptr, dwarf_r10_mips, dwarf_r10_mips,
104 DEFINE_GPR(r11, nullptr, dwarf_r11_mips, dwarf_r11_mips,
106 DEFINE_GPR(r12, nullptr, dwarf_r12_mips, dwarf_r12_mips,
108 DEFINE_GPR(r13, nullptr, dwarf_r13_mips, dwarf_r13_mips,
110 DEFINE_GPR(r14, nullptr, dwarf_r14_mips, dwarf_r14_mips,
112 DEFINE_GPR(r15, nullptr, dwarf_r15_mips, dwarf_r15_mips,
[all …]
H A DRegisterContextDarwin_x86_64.cpp175 nullptr, nullptr, nullptr, 0
195 nullptr,
196 nullptr,
197 nullptr,
202 nullptr,
203 nullptr,
204 nullptr,
209 nullptr,
210 nullptr,
211 nullptr,
[all …]
H A DRegisterContextDarwin_i386.cpp157 nullptr, nullptr, nullptr, 0
176 nullptr,
177 nullptr,
178 nullptr,
183 nullptr,
184 nullptr,
185 nullptr,
190 nullptr,
191 nullptr,
192 nullptr,
[all …]
H A DRegisterInfos_mips64.h37 DEFINE_GPR(r1, nullptr, dwarf_r1_mips64, dwarf_r1_mips64,
39 DEFINE_GPR(r2, nullptr, dwarf_r2_mips64, dwarf_r2_mips64,
41 DEFINE_GPR(r3, nullptr, dwarf_r3_mips64, dwarf_r3_mips64,
43 DEFINE_GPR(r4, nullptr, dwarf_r4_mips64, dwarf_r4_mips64,
45 DEFINE_GPR(r5, nullptr, dwarf_r5_mips64, dwarf_r5_mips64,
47 DEFINE_GPR(r6, nullptr, dwarf_r6_mips64, dwarf_r6_mips64,
49 DEFINE_GPR(r7, nullptr, dwarf_r7_mips64, dwarf_r7_mips64,
51 DEFINE_GPR(r8, nullptr, dwarf_r8_mips64, dwarf_r8_mips64,
53 DEFINE_GPR(r9, nullptr, dwarf_r9_mips64, dwarf_r9_mips64,
99 DEFINE_GPR(sr, nullptr, dwarf_sr_mips64, dwarf_sr_mips64,
[all …]
H A DRegisterInfos_i386.h44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg)
48 #define FP_SIZE sizeof(((MMSReg *)nullptr)->bytes)
67 nullptr, nullptr, nullptr, 0 \
75 nullptr, nullptr, nullptr, 0 \
87 nullptr, nullptr, nullptr, 0 \
107 nullptr, nullptr, nullptr, 0 \
119 nullptr, nullptr, nullptr, 0 \
128 nullptr, nullptr, nullptr, 0 \
138 nullptr, nullptr, nullptr, 0 \
148 nullptr, nullptr, nullptr, 0 \
[all …]
H A DRegisterInfos_s390x.h59 DEFINE_GPR(r0, 8, GPR_OFFSET(0), nullptr, LLDB_INVALID_REGNUM),
60 DEFINE_GPR(r1, 8, GPR_OFFSET(1), nullptr, LLDB_INVALID_REGNUM),
66 DEFINE_GPR(r7, 8, GPR_OFFSET(7), nullptr, LLDB_INVALID_REGNUM),
67 DEFINE_GPR(r8, 8, GPR_OFFSET(8), nullptr, LLDB_INVALID_REGNUM),
68 DEFINE_GPR(r9, 8, GPR_OFFSET(9), nullptr, LLDB_INVALID_REGNUM),
69 DEFINE_GPR(r10, 8, GPR_OFFSET(10), nullptr, LLDB_INVALID_REGNUM),
71 DEFINE_GPR(r12, 8, GPR_OFFSET(12), nullptr, LLDB_INVALID_REGNUM),
72 DEFINE_GPR(r13, 8, GPR_OFFSET(13), nullptr, LLDB_INVALID_REGNUM),
73 DEFINE_GPR(r14, 8, GPR_OFFSET(14), nullptr, LLDB_INVALID_REGNUM),
75 DEFINE_GPR(acr0, 4, ACR_OFFSET(0), nullptr, LLDB_INVALID_REGNUM),
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h55 MCSection *TextSection = nullptr;
58 MCSection *DataSection = nullptr;
61 MCSection *BSSSection = nullptr;
67 MCSection *ReadOnlySection = nullptr;
71 MCSection *LSDASection = nullptr;
218 MCSection *PDataSection = nullptr;
219 MCSection *XDataSection = nullptr;
222 MCSection *GFIDsSection = nullptr;
223 MCSection *GIATsSection = nullptr;
224 MCSection *GLJMPSection = nullptr;
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp93 nullptr,
94 nullptr,
95 nullptr,
105 nullptr,
106 nullptr,
107 nullptr,
117 nullptr,
118 nullptr,
119 nullptr,
129 nullptr,
[all …]
H A DABISysV_mips64.cpp93 nullptr,
94 nullptr,
95 nullptr,
105 nullptr,
106 nullptr,
107 nullptr,
117 nullptr,
118 nullptr,
119 nullptr,
129 nullptr,
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h71 *IdentInfo_MPI_Ssend = nullptr, *IdentInfo_MPI_Issend = nullptr,
72 *IdentInfo_MPI_Bsend = nullptr, *IdentInfo_MPI_Ibsend = nullptr,
73 *IdentInfo_MPI_Rsend = nullptr, *IdentInfo_MPI_Irsend = nullptr,
74 *IdentInfo_MPI_Recv = nullptr, *IdentInfo_MPI_Irecv = nullptr;
78 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr,
79 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr,
80 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr,
81 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr,
82 *IdentInfo_MPI_Ireduce = nullptr, *IdentInfo_MPI_Allreduce = nullptr,
84 *IdentInfo_MPI_Ialltoall = nullptr, *IdentInfo_MPI_Barrier = nullptr;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h64 DomTreeUpdater *DTU = nullptr,
85 MemorySSAUpdater *MSSAU = nullptr);
95 LoopInfo *LI = nullptr,
109 DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr);
151 LoopInfo *LI = nullptr,
266 DominatorTree *DT = nullptr, LoopInfo *LI = nullptr,
267 MemorySSAUpdater *MSSAU = nullptr,
298 LoopInfo *LI = nullptr,
299 MemorySSAUpdater *MSSAU = nullptr,
311 DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr,
[all …]
H A DLocal.h74 DomTreeUpdater *DTU = nullptr);
95 Value *V, const TargetLibraryInfo *TLI = nullptr,
96 MemorySSAUpdater *MSSAU = nullptr,
110 const TargetLibraryInfo *TLI = nullptr, MemorySSAUpdater *MSSAU = nullptr,
120 const TargetLibraryInfo *TLI = nullptr, MemorySSAUpdater *MSSAU = nullptr,
176 DomTreeUpdater *DTU = nullptr,
183 bool FlattenCFG(BasicBlock *BB, AAResults *AA = nullptr);
189 MemorySSAUpdater *MSSAU = nullptr,
219 AssumptionCache *AC = nullptr,
225 AssumptionCache *AC = nullptr,
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp22 static XRayLogImpl CurrentXRayImpl{nullptr, nullptr, nullptr, nullptr};
28 return {nullptr, 0}; in NullBufferIterator()
45 nullptr, nullptr, {nullptr, nullptr, nullptr, nullptr}};
66 if (Impl.flush_log == nullptr || Impl.handle_arg0 == nullptr || in __xray_log_register_mode()
67 Impl.log_finalize == nullptr || Impl.log_init == nullptr) in __xray_log_register_mode()
103 return nullptr; in __xray_log_get_current_mode()
107 if (Impl.log_init == nullptr || Impl.log_finalize == nullptr || in __xray_set_log_impl()
108 Impl.handle_arg0 == nullptr || Impl.flush_log == nullptr) { in __xray_set_log_impl()
111 CurrentMode = nullptr; in __xray_set_log_impl()
145 if (Config == nullptr) in __xray_log_init_mode()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp46 m_command_override_callback(nullptr), m_command_override_baton(nullptr) { in CommandObject()
101 return nullptr; in GetOptions()
107 if (options != nullptr) { in ParseOptions()
218 if (process == nullptr) { in CheckRequirements()
291 if (cur_options != nullptr) { in HandleCompletion()
363 return nullptr; in GetArgumentEntryAtIndex()
374 return nullptr; in FindArgumentDataByType()
421 return nullptr; in GetArgumentName()
861 if (options != nullptr) { in GenerateHelpText()
969 return nullptr; in GetDefaultThread()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h60 AssumptionCache *AC = nullptr,
61 const Instruction *CxtI = nullptr,
62 const DominatorTree *DT = nullptr,
77 const Instruction *CxtI = nullptr,
134 AssumptionCache *AC = nullptr,
135 const Instruction *CxtI = nullptr,
136 const DominatorTree *DT = nullptr,
148 AssumptionCache *AC = nullptr,
156 AssumptionCache *AC = nullptr,
164 AssumptionCache *AC = nullptr,
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp99 : __cbeg_(nullptr), in __libcpp_db()
100 __cend_(nullptr), in __libcpp_db()
102 __ibeg_(nullptr), in __libcpp_db()
103 __iend_(nullptr), in __libcpp_db()
144 return i->__c_ != nullptr ? i->__c_->__c_ : nullptr; in __find_c_from_i()
157 if (c == nullptr) in __insert_ic()
371 __c_node* c0 = i0 != nullptr ? i0->__c_ : nullptr; in __iterator_copy()
372 if (i == nullptr && i0 != nullptr) in __iterator_copy()
374 __c_node* c = i != nullptr ? i->__c_ : nullptr; in __iterator_copy()
439 __c_node* ci = i != nullptr ? i->__c_ : nullptr; in __less_than_comparable()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h58 AutoreleaseRV = nullptr; in init()
59 Release = nullptr; in init()
60 Retain = nullptr; in init()
61 RetainBlock = nullptr; in init()
62 Autorelease = nullptr; in init()
63 StoreStrong = nullptr; in init()
64 RetainRV = nullptr; in init()
65 ClaimRV = nullptr; in init()
106 Module *TheModule = nullptr;
112 Function *Release = nullptr;
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp34 nullptr, nullptr, nullptr, 0 \
41 nullptr, nullptr, nullptr, 0 \
48 nullptr, nullptr, nullptr, 0 \
55 nullptr, nullptr, nullptr, 0 \
62 nullptr, nullptr, nullptr, 0 \
178 nullptr,
179 nullptr,
180 nullptr,
191 nullptr,
192 nullptr,
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2227 T* Cap = nullptr; in FOR_EACH_NODE_KIND()
2586 if (N == nullptr) in parseName()
2763 return nullptr; in parseUnnamedTypeName()
3066 return nullptr; in parseOperatorName()
3122 return nullptr; in parseCtorDtorName()
3194 if (TA == nullptr || SoFar == nullptr) in parseNestedName()
4103 return nullptr; in parseIntegerLiteral()
4146 return nullptr; in parseFunctionParam()
5056 return nullptr; in parseExpr()
5225 return nullptr; in parseSpecialName()
[all …]

12345678910>>...161