Searched refs:nullptr (Results 26 - 50 of 2227) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriverBase.cpp25 : m_pDriverFallThru(nullptr)
26 , m_pDriverParent(nullptr)
143 return nullptr;
158 return nullptr;
173 return nullptr;
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h25 TextSection = nullptr;
26 DataSection = nullptr;
27 BSSSection = nullptr;
28 ReadOnlySection = nullptr;
30 StaticCtorSection = nullptr;
31 StaticDtorSection = nullptr;
32 LSDASection = nullptr;
33 EHFrameSection = nullptr;
34 DwarfAbbrevSection = nullptr;
35 DwarfInfoSection = nullptr;
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h43 MemoryDependenceAnalysis *MemDep = nullptr);
50 bool DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI = nullptr);
54 bool MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT = nullptr,
55 LoopInfo *LI = nullptr,
56 MemoryDependenceAnalysis *MemDep = nullptr);
89 CriticalEdgeSplittingOptions(DominatorTree *DT = nullptr, argument
90 LoopInfo *LI = nullptr)
183 DominatorTree *DT = nullptr, LoopInfo *LI = nullptr);
191 DominatorTree *DT = nullptr, LoopInf
[all...]
H A DCloning.h114 const Twine &NameSuffix = "", Function *F = nullptr,
115 ClonedCodeInfo *CodeInfo = nullptr);
131 ClonedCodeInfo *CodeInfo = nullptr);
146 ClonedCodeInfo *CodeInfo = nullptr,
147 ValueMapTypeRemapper *TypeMapper = nullptr,
148 ValueMaterializer *Materializer = nullptr);
155 ClonedCodeInfo *CodeInfo = nullptr);
172 ClonedCodeInfo *CodeInfo = nullptr,
173 Instruction *TheCall = nullptr);
179 explicit InlineFunctionInfo(CallGraph *cg = nullptr, argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DRWMutex.cpp47 : data_(nullptr)
59 int errorcode = pthread_rwlock_init(rwlock, nullptr);
71 assert(rwlock != nullptr);
80 assert(rwlock != nullptr);
90 assert(rwlock != nullptr);
100 assert(rwlock != nullptr);
110 assert(rwlock != nullptr);
H A DManagedStatic.cpp23 static const ManagedStaticBase *StaticList = nullptr;
75 Next = nullptr;
81 Ptr = nullptr;
82 DeleterFn = nullptr;
/freebsd-11.0-release/contrib/libc++/src/
H A Ddebug.cpp73 : __cbeg_(nullptr),
74 __cend_(nullptr),
76 __ibeg_(nullptr),
77 __iend_(nullptr),
88 if (*p != nullptr)
100 if (*p != nullptr)
117 _LIBCPP_ASSERT(i != nullptr, "iterator not found in debug database.");
118 return i->__c_ != nullptr ? i->__c_->__c_ : nullptr;
131 if (c == nullptr)
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cc20 : StackTrace(nullptr, 0), trace_buffer(nullptr) {}
34 : nullptr;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp59 m_deprecated_command_override_callback (nullptr),
60 m_command_override_callback (nullptr),
61 m_command_override_baton (nullptr)
92 if (GetOptions() != nullptr)
154 return nullptr;
166 if (options != nullptr)
276 if ((flags & eCommandRequiresRegContext) && (m_exe_ctx.GetRegisterContext() == nullptr))
293 if (process == nullptr)
360 if (m_match_str == nullptr || *m_match_str == '\0')
417 if (cur_options != nullptr)
[all...]
H A DOptionGroupOutputFile.cpp36 { LLDB_OPT_SET_1 , false, "outfile", 'o', OptionParser::eRequiredArgument, nullptr, nullptr, 0, eArgTypeFilename , "Specify a path for capturing command output."},
38 OptionParser::eNoArgument, nullptr, nullptr, 0, eArgTypeNone ,
H A DOptionGroupWatchpoint.cpp28 { 0, nullptr, nullptr }
37 { 0, nullptr, nullptr }
43 { LLDB_OPT_SET_1, false, "watch", 'w', OptionParser::eRequiredArgument, nullptr, g_watch_type, 0, eArgTypeWatchType, "Specify the type of watching to perform."},
44 { LLDB_OPT_SET_1, false, "size", 's', OptionParser::eRequiredArgument, nullptr, g_watch_size, 0, eArgTypeByteSize, "Number of bytes to use to watch a region."}
H A DOptionValue.cpp63 return nullptr;
71 return nullptr;
79 return nullptr;
87 return nullptr;
95 return nullptr;
104 return nullptr;
113 return nullptr;
122 return nullptr;
131 return nullptr;
140 return nullptr;
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectCast.h49 return ((m_parent != nullptr) ? m_parent->GetParent() : nullptr);
55 return ((m_parent != nullptr) ? m_parent->GetParent() : nullptr);
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DModuleSlotTracker.h34 const Module *M = nullptr;
35 const Function *F = nullptr;
36 SlotTracker *Machine = nullptr;
41 const Function *F = nullptr);
45 /// If \a M is \c nullptr, uses a null slot tracker. Otherwise, initializes
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DErrorHandling.h47 void *user_data = nullptr);
57 void *user_data = nullptr) {
85 llvm_unreachable_internal(const char *msg=nullptr, const char *file=nullptr,
56 ScopedFatalErrorHandler(fatal_error_handler_t handler, void *user_data = nullptr) argument
/freebsd-11.0-release/sys/sys/
H A D_null.h35 #define NULL nullptr
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h72 /// \param AuxTarget Target info to incorporate builtins from. May be nullptr.
99 return strchr(getRecord(ID).Attributes, 'c') != nullptr;
104 return strchr(getRecord(ID).Attributes, 'n') != nullptr;
109 return strchr(getRecord(ID).Attributes, 'r') != nullptr;
114 return strchr(getRecord(ID).Attributes, 'j') != nullptr;
120 return strchr(getRecord(ID).Attributes, 'u') != nullptr;
126 return strchr(getRecord(ID).Attributes, 'F') != nullptr;
133 return strchr(getRecord(ID).Attributes, 'f') != nullptr;
140 return strchr(getRecord(ID).Attributes, 'i') != nullptr;
145 return strchr(getRecord(ID).Attributes, 't') != nullptr;
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoads.h57 AliasAnalysis *AA = nullptr,
58 AAMDNodes *AATags = nullptr);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.cpp23 default: return nullptr;
35 default: return nullptr;
/freebsd-11.0-release/contrib/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp26 return nullptr;
33 return nullptr;
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DCOM.inc32 ::CoInitializeEx(nullptr, Coinit);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerDecl.h26 m_type_system (nullptr),
27 m_opaque_decl (nullptr)
61 return m_type_system != nullptr && m_opaque_decl != nullptr;
99 m_type_system = nullptr;
100 m_opaque_decl = nullptr;
H A DCompilerDeclContext.h27 m_type_system (nullptr),
28 m_opaque_decl_ctx (nullptr)
62 return m_type_system != nullptr && m_opaque_decl_ctx != nullptr;
124 m_type_system = nullptr;
125 m_opaque_decl_ctx = nullptr;
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.h81 : VirtTag(LIU.getTag()), Fixed(nullptr) {
97 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(nullptr), LIS(nullptr) {}
153 : TRI(nullptr), LIUArray(nullptr), MF(nullptr), PhysRegEntries(nullptr),
177 Current = nullptr;
189 Cursor() : CacheEntry(nullptr), Current(nullptr) {}
[all...]
H A DLiveRangeCalc.h95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {}
138 LiveRangeCalc() : MF(nullptr), MRI(nullptr), Indexes(nullptr),
139 DomTree(nullptr), Alloc(nullptr) {}
213 Map[MBB] = LiveOutPair(VNI, nullptr);

Completed in 197 milliseconds

1234567891011>>