Searched refs:nullptr (Results 176 - 200 of 2227) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DIntervalPartition.h51 IntervalPartition() : FunctionPass(ID), RootInterval(nullptr) {
65 void print(raw_ostream &O, const Module* = nullptr) const override;
80 return I != IntervalMap.end() ? I->second : nullptr;
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DStackProtector.h109 : FunctionPass(ID), TM(nullptr), TLI(nullptr), SSPBufferSize(0) {
113 : FunctionPass(ID), TM(TM), TLI(nullptr), Trip(TM->getTargetTriple()),
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp40 StreamData->Item(Index, 0, &RecordSize, nullptr);
54 StreamData->Next(1, 0, &RecordSize, nullptr, &CountFetched);
70 return nullptr;
H A DDIAEnumDebugStreams.cpp32 return nullptr;
41 return nullptr;
51 return nullptr;
H A DDIAEnumSourceFiles.cpp29 return nullptr;
38 return nullptr;
48 return nullptr;
H A DDIAEnumSymbols.cpp30 return nullptr;
40 return nullptr;
52 return nullptr;
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp38 return nullptr;
59 return nullptr;
68 return nullptr;
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DGraphWriter.cpp84 assert(args.back() == nullptr);
86 if (sys::ExecuteAndWait(ExecPath, args.data(), nullptr, nullptr, 0, 0,
94 sys::ExecuteNoWait(ExecPath, args.data(), nullptr, nullptr, 0, &ErrMsg);
150 args.push_back(nullptr);
160 args.push_back(nullptr);
171 args.push_back(nullptr);
186 args.push_back(nullptr);
233 args.push_back(nullptr);
[all...]
H A DLineIterator.cpp37 : Buffer(Buffer.getBufferSize() ? &Buffer : nullptr),
39 CurrentLine(Buffer.getBufferSize() ? Buffer.getBufferStart() : nullptr,
82 Buffer = nullptr;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h78 assert(It->second.get() != nullptr);
89 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2);
91 addEdge(nullptr, BB, EntryWeight);
95 addEdge(BB, nullptr, EntryWeight);
104 (BFI != nullptr ? BFI->getBlockFreq(&*BB).getFrequency() : 2);
117 if (BPI != nullptr)
124 addEdge(&*BB, nullptr, BBWeight);
172 OS << " BB: " << (BB == nullptr ? "FakeNode" : BB->getName()) << " "
189 std::tie(Iter, Inserted) = BBInfos.insert(std::make_pair(Src, nullptr));
195 std::tie(Iter, Inserted) = BBInfos.insert(std::make_pair(Dest, nullptr));
207 CFGMST(Function &Func, BranchProbabilityInfo *BPI_ = nullptr, BlockFrequencyInfo *BFI_ = nullptr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DLambdaCapture.h63 VarDecl *Var = nullptr,
72 return (DeclAndBits.getPointer() == nullptr) &&
84 return (DeclAndBits.getPointer() == nullptr) &&
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; }
78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; }
88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
H A DGoParser.cpp68 return nullptr;
86 GoASTStmt *ret = nullptr;
133 if (expr == nullptr)
149 return nullptr;
160 return nullptr;
204 return nullptr;
207 return nullptr;
223 return nullptr;
236 return nullptr;
252 return FinishStmt(new GoASTBranchStmt(nullptr, to
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h56 V.Data = nullptr;
82 V.Data = nullptr;
88 assert(Length != 0 && Data != nullptr && "Invalid vector");
96 assert(Length != 0 && Data != nullptr && "Invalid vector");
102 assert(Length != 0 && Data != nullptr && "Invalid vector");
109 assert(Length != 0 && Data != nullptr && "Invalid vector");
116 assert(Length != 0 && Data != nullptr && "Invalid vector");
124 assert(Length != 0 && Data != nullptr && "Invalid vector");
132 assert(Length != 0 && Data != nullptr && "Invalid vector");
190 M.Data = nullptr;
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp33 comp_unit (nullptr),
34 function (nullptr),
35 block (nullptr),
37 symbol (nullptr),
38 variable (nullptr)
50 variable (nullptr)
64 variable (nullptr)
86 comp_unit (nullptr),
87 function (nullptr),
88 block (nullptr),
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp175 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr;
266 return new (C, ID) FunctionTemplateDecl(C, nullptr, SourceLocation(),
267 DeclarationName(), nullptr, nullptr);
286 CommonPtr->LazySpecializations = nullptr;
347 return new (C, ID) ClassTemplateDecl(C, nullptr, SourceLocation(),
348 DeclarationName(), nullptr, nullptr);
360 CommonPtr->LazySpecializations = nullptr;
443 return nullptr;
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h88 return ProgramStatePair((ProgramStateRef)nullptr, State);
96 return ProgramStatePair(State, (ProgramStateRef)nullptr);
117 return ProgramStatePair((ProgramStateRef)nullptr, State);
125 return ProgramStatePair(State, (ProgramStateRef)nullptr);
138 return nullptr;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DInputInfo.h47 return A != nullptr ? A->getType() : types::TY_Nothing;
51 InputInfo() : InputInfo(nullptr, nullptr) {}
56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h119 Stages(nullptr), OperandCycles(nullptr),
120 Forwardings(nullptr), Itineraries(nullptr) {}
128 bool isEmpty() const { return Itineraries == nullptr; }
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h39 : Offset(0), SiblingIdx(0), AbbrevDecl(nullptr) {}
52 bool isNULL() const { return AbbrevDecl == nullptr; }
66 return SiblingIdx > 0 ? this + SiblingIdx : nullptr;
73 return hasChildren() ? this + 1 : nullptr;
153 DWARFDebugInfoEntryInlinedChain() : U(nullptr) {}
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h130 CFGWalker() : CFGraph(nullptr), ACtx(nullptr), SortedGraph(nullptr) {}
170 if (*SI == nullptr)
216 if (*SI == nullptr)
290 if (Negated || CapExpr == nullptr)
291 return nullptr;
296 return nullptr;
305 bool shouldIgnore() const { return CapExpr == nullptr; }
334 CallingContext(CallingContext *P, const NamedDecl *D = nullptr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h49 return (help_callback != nullptr);
82 const char *help = nullptr,
83 const char *syntax = nullptr,
144 GetSubcommandSP(const char *sub_cmd, StringList *matches = nullptr) argument
150 GetSubcommandObject(const char *sub_cmd, StringList *matches = nullptr) argument
152 return nullptr;
376 /// nullptr if there is no special repeat command - it will use the current command line.
382 return nullptr;
497 const char *help = nullptr,
498 const char *syntax = nullptr,
495 CommandObjectParsed(CommandInterpreter &interpreter, const char *name, const char *help = nullptr, const char *syntax = nullptr, uint32_t flags = 0) argument
522 CommandObjectRaw(CommandInterpreter &interpreter, const char *name, const char *help = nullptr, const char *syntax = nullptr, uint32_t flags = 0) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h126 return nullptr;
129 return nullptr;
170 return nullptr;
241 bool /*DisableVerify*/ = true, AnalysisID /*StartBefore*/ = nullptr,
242 AnalysisID /*StartAfter*/ = nullptr, AnalysisID /*StopAfter*/ = nullptr,
243 MachineFunctionInitializer * /*MFInitializer*/ = nullptr) {
296 bool DisableVerify = true, AnalysisID StartBefore = nullptr,
297 AnalysisID StartAfter = nullptr, AnalysisID StopAfter = nullptr,
239 addPassesToEmitFile( PassManagerBase &, raw_pwrite_stream &, CodeGenFileType, bool = true, AnalysisID = nullptr, AnalysisID = nullptr, AnalysisID = nullptr, MachineFunctionInitializer * = nullptr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp52 return nullptr;
57 return nullptr;
67 if (I->getOperand(0) != LHSVal) LHSVal = nullptr;
68 if (I->getOperand(1) != RHSVal) RHSVal = nullptr;
76 return nullptr;
82 PHINode *NewLHS = nullptr, *NewRHS = nullptr;
152 return nullptr;
174 return nullptr;
177 return nullptr;
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPredicate.h207 /// If non-nullptr, the absolute time at which we should stop
216 WaitForSetValueBits(T bits, const TimeValue *abstime = nullptr) argument
257 /// If non-nullptr, the absolute time at which we should stop
265 WaitForResetValueBits(T bits, const TimeValue *abstime = nullptr) argument
308 /// If non-nullptr, the absolute time at which we should stop
320 WaitForValueEqualTo(T value, const TimeValue *abstime = nullptr, bool *timed_out = nullptr) argument
368 /// If non-nullptr, the absolute time at which we should stop
381 const TimeValue *abstime = nullptr,
382 bool *timed_out = nullptr)
380 WaitForValueEqualToAndSetValueTo(T wait_value, T new_value, const TimeValue *abstime = nullptr, bool *timed_out = nullptr) argument
441 WaitForValueNotEqualTo(T value, T &new_value, const TimeValue *abstime = nullptr) argument
[all...]

Completed in 131 milliseconds

1234567891011>>