Searched refs:nullptr (Results 1 - 25 of 4591) sorted by relevance

1234567891011>>

/freebsd-current/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-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtraCountersDarwin.cpp17 uint8_t *ExtraCountersBegin() { return nullptr; }
18 uint8_t *ExtraCountersEnd() { return nullptr; }
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h70 IdentifierInfo *IdentInfo_MPI_Send = nullptr, *IdentInfo_MPI_Isend = nullptr,
71 *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;
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp49 nullptr,
56 nullptr,
57 nullptr,
58 nullptr,
61 nullptr,
68 nullptr,
69 nullptr,
70 nullptr,
73 nullptr,
80 nullptr,
[all...]
H A DABIMacOSX_arm.cpp46 nullptr,
53 nullptr,
54 nullptr,
55 nullptr,
58 nullptr,
65 nullptr,
66 nullptr,
67 nullptr,
70 nullptr,
77 nullptr,
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DTarget.cpp14 TargetInfo *macho::target = nullptr;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_fuchsia.cpp33 nullptr, nullptr, nullptr, nullptr,
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DLoopHint.h26 IdentifierLoc *PragmaNameLoc = nullptr;
30 IdentifierLoc *OptionLoc = nullptr;
33 IdentifierLoc *StateLoc = nullptr;
35 Expr *ValueExpr = nullptr;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_mips.h90 DEFINE_GPR(r2, nullptr, dwarf_r2_mips, dwarf_r2_mips, LLDB_INVALID_REGNUM),
91 DEFINE_GPR(r3, nullptr, dwarf_r3_mips, dwarf_r3_mips, LLDB_INVALID_REGNUM),
92 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,
100 DEFINE_GPR(r8, nullptr, dwarf_r8_mips, dwarf_r8_mips, LLDB_INVALID_REGNUM),
101 DEFINE_GPR(r9, nullptr, dwarf_r9_mips, dwarf_r9_mips, LLDB_INVALID_REGNUM),
102 DEFINE_GPR(r10, nullptr, dwarf_r10_mips, dwarf_r10_mips,
104 DEFINE_GPR(r11, nullptr, dwarf_r11_mip
[all...]
H A DRegisterContextDarwin_arm.cpp180 nullptr, nullptr, nullptr,
195 nullptr,
201 nullptr,
202 nullptr,
203 nullptr,
206 nullptr,
212 nullptr,
213 nullptr,
[all...]
H A DRegisterInfos_mips64.h60 DEFINE_GPR(r1, nullptr, dwarf_r1_mips64, dwarf_r1_mips64,
62 DEFINE_GPR(r2, nullptr, dwarf_r2_mips64, dwarf_r2_mips64,
64 DEFINE_GPR(r3, nullptr, dwarf_r3_mips64, dwarf_r3_mips64,
66 DEFINE_GPR(r4, nullptr, dwarf_r4_mips64, dwarf_r4_mips64,
68 DEFINE_GPR(r5, nullptr, dwarf_r5_mips64, dwarf_r5_mips64,
70 DEFINE_GPR(r6, nullptr, dwarf_r6_mips64, dwarf_r6_mips64,
72 DEFINE_GPR(r7, nullptr, dwarf_r7_mips64, dwarf_r7_mips64,
74 DEFINE_GPR(r8, nullptr, dwarf_r8_mips64, dwarf_r8_mips64,
76 DEFINE_GPR(r9, nullptr, dwarf_r9_mips64, dwarf_r9_mips64,
78 DEFINE_GPR(r10, nullptr, dwarf_r10_mips6
[all...]
H A DRegisterContextDarwin_i386.cpp157 nullptr, nullptr, nullptr,
173 {DEFINE_GPR(eax, nullptr),
176 nullptr,
177 nullptr,
178 nullptr,
180 {DEFINE_GPR(ebx, nullptr),
183 nullptr,
184 nullptr,
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h53 MCSection *TextSection = nullptr;
56 MCSection *DataSection = nullptr;
59 MCSection *BSSSection = nullptr;
65 MCSection *ReadOnlySection = nullptr;
69 MCSection *LSDASection = nullptr;
74 MCSection *CompactUnwindSection = nullptr;
78 MCSection *DwarfAbbrevSection = nullptr;
79 MCSection *DwarfInfoSection = nullptr;
80 MCSection *DwarfLineSection = nullptr;
81 MCSection *DwarfLineStrSection = nullptr;
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h36 const Instruction *CtxI = nullptr,
37 AssumptionCache *AC = nullptr,
38 const DominatorTree *DT = nullptr,
39 const TargetLibraryInfo *TLI = nullptr);
47 const Instruction *CtxI = nullptr,
48 AssumptionCache *AC = nullptr,
49 const DominatorTree *DT = nullptr,
50 const TargetLibraryInfo *TLI = nullptr);
58 const Instruction *CtxI = nullptr,
59 AssumptionCache *AC = nullptr,
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLinkAllCodegenComponents.h40 (void)llvm::createBURRListDAGScheduler(nullptr,
42 (void)llvm::createSourceListDAGScheduler(nullptr,
44 (void)llvm::createHybridListDAGScheduler(nullptr,
46 (void)llvm::createFastDAGScheduler(nullptr,
48 (void)llvm::createDefaultScheduler(nullptr,
50 (void)llvm::createVLIWDAGScheduler(nullptr,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h211 { lldb::eArgTypeAddress, "address", lldb::CompletionType::eNoCompletion, {}, { nullptr, false }, "A valid address in the target program's execution space." },
212 { lldb::eArgTypeAddressOrExpression, "address-expression", lldb::CompletionType::eNoCompletion, {}, { nullptr, false }, "An expression that resolves to an address." },
213 { lldb::eArgTypeAliasName, "alias-name", lldb::CompletionType::eNoCompletion, {}, { nullptr, false }, "The name of an abbreviation (alias) for a debugger command." },
214 { lldb::eArgTypeAliasOptions, "options-for-aliased-command", lldb::CompletionType::eNoCompletion, {}, { nullptr, false }, "Command options to be used as part of an alias (abbreviation) definition. (See 'help commands alias' for more information.)" },
216 { lldb::eArgTypeBoolean, "boolean", lldb::CompletionType::eNoCompletion, {}, { nullptr, false }, "A Boolean value: 'true' or 'false'" },
217 { lldb::eArgTypeBreakpointID, "breakpt-id", lldb::CompletionType::eNoCompletion, {}, { BreakpointIDHelpTextCallback, false }, nullptr },
218 { lldb::eArgTypeBreakpointIDRange, "breakpt-id-list", lldb::CompletionType::eNoCompletion, {}, { BreakpointIDRangeHelpTextCallback, false }, nullptr },
219 { lldb::eArgTypeBreakpointName, "breakpoint-name", lldb::eBreakpointNameCompletion, {}, { BreakpointNameHelpTextCallback, false }, nullptr },
220 { lldb::eArgTypeByteSize, "byte-size", lldb::CompletionType::eNoCompletion, {}, { nullptr, false }, "Number of bytes to use." },
221 { lldb::eArgTypeClassName, "class-name", lldb::CompletionType::eNoCompletion, {}, { nullptr, fals
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.h18 void initOptions(Printf_t PrintfForWarnings = nullptr);
20 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings = nullptr);
H A Dbacktrace_fuchsia.cpp23 PrintBacktrace_t getPrintBacktraceFunction() { return nullptr; }
24 SegvBacktrace_t getSegvBacktraceFunction() { return nullptr; }
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h58 AutoreleaseRV = nullptr;
59 Release = nullptr;
60 Retain = nullptr;
61 RetainBlock = nullptr;
62 Autorelease = nullptr;
63 StoreStrong = nullptr;
64 RetainRV = nullptr;
65 UnsafeClaimRV = nullptr;
66 RetainAutorelease = nullptr;
67 RetainAutoreleaseRV = nullptr;
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContextScope.h82 virtual CompileUnit *CalculateSymbolContextCompileUnit() { return nullptr; }
84 virtual Function *CalculateSymbolContextFunction() { return nullptr; }
86 virtual Block *CalculateSymbolContextBlock() { return nullptr; }
88 virtual Symbol *CalculateSymbolContextSymbol() { return nullptr; }
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp65 nullptr,
66 nullptr,
67 nullptr,
77 nullptr,
78 nullptr,
79 nullptr,
89 nullptr,
90 nullptr,
91 nullptr,
101 nullptr,
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h54 void DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
64 DomTreeUpdater *DTU = nullptr,
70 bool EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU = nullptr,
78 MemoryDependenceResults *MemDep = nullptr);
84 bool DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI = nullptr,
85 MemorySSAUpdater *MSSAU = nullptr);
94 /// If \p DT is not nullptr, update it directly; in that case, DTU must be
95 /// nullptr.
96 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
97 LoopInfo *LI = nullptr,
159 CriticalEdgeSplittingOptions(DominatorTree *DT = nullptr, LoopInfo *LI = nullptr, MemorySSAUpdater *MSSAU = nullptr, PostDominatorTree *PDT = nullptr) argument
287 SplitBlock(BasicBlock *Old, Instruction *SplitPt, DominatorTree *DT, LoopInfo *LI = nullptr, MemorySSAUpdater *MSSAU = nullptr, const Twine &BBName = �, bool Before = false) argument
306 SplitBlock(BasicBlock *Old, Instruction *SplitPt, DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr, MemorySSAUpdater *MSSAU = nullptr, const Twine &BBName = �, bool Before = false) argument
423 SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, bool Unreachable, MDNode *BranchWeights = nullptr, DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr, BasicBlock *ThenBlock = nullptr) argument
443 SplitBlockAndInsertIfElse(Value *Cond, Instruction *SplitBefore, bool Unreachable, MDNode *BranchWeights = nullptr, DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr, BasicBlock *ElseBlock = nullptr) argument
478 SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, Instruction **ThenTerm, Instruction **ElseTerm, MDNode *BranchWeights = nullptr, DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr) argument
526 SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, BasicBlock **ThenBlock, BasicBlock **ElseBlock, bool UnreachableThen = false, bool UnreachableElse = false, MDNode *BranchWeights = nullptr, DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp95 nullptr,
96 nullptr,
97 nullptr,
107 nullptr,
108 nullptr,
109 nullptr,
120 nullptr,
121 nullptr,
122 nullptr,
132 nullptr,
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp31 assert(Anchor != nullptr);
32 assert(Anchor->Parent != nullptr);
33 assert(New->Parent == nullptr);
34 assert(New->NextSibling == nullptr);
35 assert(New->PreviousSibling == nullptr);
49 assert(Old != nullptr);
50 assert(Old->Parent != nullptr);
52 assert(New->Parent == nullptr);
53 assert(New->NextSibling == nullptr);
54 assert(New->PreviousSibling == nullptr);
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp30 nullptr, // m_methods
31 nullptr, // m_reload
32 nullptr, // m_traverse
33 nullptr, // m_clear
34 nullptr, // m_free
43 if (ret != nullptr)

Completed in 379 milliseconds

1234567891011>>