HomeSort by: relevance | last modified time | path
    Searched defs:nullptr (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopCacheAnalysis.cpp 58 /// nullptr if any loops in the loop vector supplied has more than one sibling.
67 if (ParentLoop == nullptr) {
77 : nullptr; variable
106 /// for the trip count or nullptr if it cannot be computed.
111 return nullptr;
185 if (Diff == nullptr) {
221 if (D == nullptr) {
240 if (SCEVConst == nullptr) {
337 if (BasePointer == nullptr) {
370 const SCEV *StepRec = AccessFnAR ? AccessFnAR->getStepRecurrence(SE) : nullptr;
    [all...]
CallGraph.cpp 34 : M(M), ExternalCallingNode(getOrInsertFunction(nullptr)),
35 CallsExternalNode(std::make_unique<CallGraphNode>(this, nullptr)) {
47 Arg.ExternalCallingNode = nullptr;
83 F->hasAddressTaken(nullptr, /*IgnoreCallbackUses=*/true,
86 ExternalCallingNode->addCalledFunction(nullptr, Node);
97 Node->addCalledFunction(nullptr, CallsExternalNode.get());
114 Node->addCalledFunction(nullptr, getOrInsertFunction(CB));
135 return RHS->getFunction() != nullptr;
301 addCalledFunction(nullptr, CGN);
360 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-cpuid.h 27 nullptr in C terms to avoid a compilation error. */
28 #define nullptr ((void *) 0) macro
67 if (__eax == nullptr)
69 if (__ebx == nullptr)
71 if (__ecx == nullptr)
73 if (__edx == nullptr)
82 #undef nullptr macro
  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-cpuid.h 27 nullptr in C terms to avoid a compilation error. */
28 #define nullptr ((void *) 0) macro
67 if (__eax == nullptr)
69 if (__ebx == nullptr)
71 if (__ecx == nullptr)
73 if (__edx == nullptr)
82 #undef nullptr macro
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
llvm-reduce.cpp 101 M->print(Out, /*AnnotationWriter=*/nullptr);
131 Tester.getProgram()->print(outs(), nullptr); local
  /src/external/gpl3/gdb/dist/gdb/
run-on-main-thread.c 146 add_file_handler (serial_event_fd (runnable_event), run_events, nullptr, local
  /src/external/gpl3/gdb.old/dist/gdb/
run-on-main-thread.c 133 add_file_handler (serial_event_fd (runnable_event), run_events, nullptr, local
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LegacyPassNameParser.h 62 return P->getPassArgument().empty() || P->getNormalCtor() == nullptr ||
73 llvm_unreachable(nullptr); variable
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_runtime_wrapper.h 51 #define nullptr NULL; macro
64 return nullptr;
68 return nullptr;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.cc 34 return B == nullptr ? nullptr
45 if (C == nullptr)
52 if (C == nullptr)
84 if (BackingStore == nullptr)
91 BackingStore = nullptr;
96 if (ExtentsBackingStore == nullptr)
103 ExtentsBackingStore = nullptr;
107 if (Buffers == nullptr)
152 BackingStore(nullptr), variable
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
thread.cc 83 return nullptr;
97 return nullptr;
167 _M_start_thread(std::move(__b), nullptr); local
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
thread.cc 105 return nullptr;
119 return nullptr;
192 _M_start_thread(std::move(__b), nullptr); local
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 59 void *AsanDoesNotSupportStaticLinkage() { return nullptr; }
119 DCHECK_NE(GetCurrentThread(), nullptr); local
133 nullptr, 0, reinterpret_cast<uptr>(self), true,
137 : nullptr,
183 nullptr);
asan_rtems.cc 62 void *AsanDoesNotSupportStaticLinkage() { return nullptr; }
123 DCHECK_NE(GetCurrentThread(), nullptr); local
188 /*workerthread*/ false, nullptr);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc 40 ASSERT_NE(static_cast<const void *>(B.Data), nullptr); local
54 ASSERT_NE(static_cast<const void *>(B.Data), nullptr); local
145 auto B = profileCollectorService::nextBuffer({nullptr, 0});
160 ASSERT_EQ(B.Data, nullptr);
225 auto B = profileCollectorService::nextBuffer({nullptr, 0});
  /src/external/apache2/llvm/dist/libcxx/src/
strstream.cpp 22 __palloc_(nullptr),
23 __pfree_(nullptr)
42 if (__pbeg == nullptr)
54 __palloc_(nullptr),
55 __pfree_(nullptr)
63 __palloc_(nullptr),
64 __pfree_(nullptr)
66 __init(const_cast<char *>(__gnext), __n, nullptr); local
72 __palloc_(nullptr),
73 __pfree_(nullptr)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Pass.cpp 65 return Resolver->getAnalysisIfAvailable(&AID) != nullptr;
110 return nullptr;
114 return nullptr;
132 print(dbgs(), nullptr); local
187 return nullptr;
  /src/external/gpl3/gcc/dist/gcc/analyzer/
pending-diagnostic.cc 102 text_info ti (_(fmt), &ap, 0, nullptr, &rich_loc); local
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 81 const LangOptions *LangOpts = nullptr;
88 const Preprocessor *PP = nullptr) override {
94 this->LangOpts = nullptr;
105 const char *LocData = SM.getCharacterData(Loc, /*Invalid=*/nullptr);
107 SM.getSpellingColumnNumber(Loc, /*Invalid=*/nullptr) - 1;
118 const char *LineEnd = nullptr;
323 ASTConsumers.push_back(CreateASTDumper(nullptr /*Dump to stdout.*/, "",
337 CG.GetModule()->print(llvm::outs(), nullptr); local
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp 177 TU->Diagnostics = nullptr;
212 return nullptr;
217 return nullptr;
221 return nullptr;
229 return nullptr;
232 return nullptr;
256 &File, &Line, &Column, nullptr); local
274 nullptr); local
276 &EndFile, &EndLine, &EndColumn, nullptr); local
315 CXString OptionName = clang_getDiagnosticOption(Diagnostic, nullptr);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 56 std::fill(std::begin(Ensembles), std::end(Ensembles), nullptr); local
81 MF = nullptr;
85 Ensembles[i] = nullptr;
245 return TBI->hasValidDepth() ? TBI : nullptr;
254 return TBI->hasValidHeight() ? TBI : nullptr;
328 return nullptr;
332 return nullptr;
334 const MachineBasicBlock *Best = nullptr;
356 return nullptr;
358 const MachineBasicBlock *Best = nullptr;
    [all...]
SwitchLoweringUtils.cpp 254 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr);
257 nullptr, false);
456 ContiguousRange, nullptr, nullptr, std::move(BTI), local
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fuchsia.cpp 59 void *AsanDoesNotSupportStaticLinkage() { return nullptr; }
71 CHECK(curr_thread != nullptr);
141 DCHECK_NE(GetCurrentThread(), nullptr); local
155 nullptr, 0, reinterpret_cast<uptr>(self), true,
159 : nullptr);
220 nullptr);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
shared_ptr_atomic.h 88 explicit _Sp_locker(const void*, const void* = nullptr) { }
400 __c._M_pi = nullptr;
510 typename _Tp::element_type* _M_ptr = nullptr;
627 // 3661. constinit atomic<shared_ptr<T>> a(nullptr); should work
654 // 3893. LWG 3661 broke atomic<shared_ptr<T>> a; a = nullptr;
657 { store(nullptr); } variable
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fuchsia.cpp 60 void *AsanDoesNotSupportStaticLinkage() { return nullptr; }
72 CHECK(curr_thread != nullptr);
140 DCHECK_NE(GetCurrentThread(), nullptr); local
154 nullptr, 0, true,
158 : nullptr);
218 nullptr);

Completed in 67 milliseconds

1 2 3