HomeSort by relevance Sort by last modified time
    Searched defs:nullptr (Results 51 - 75 of 210) sorted by null

1 23 4 5 6 7 8 9

  /external/catch2/projects/SelfTest/UsageTests/
Condition.tests.cpp 44 inline const char* returnsConstNull(){ return nullptr; }
45 inline char* returnsNull(){ return nullptr; }
272 TestData* p = nullptr;
273 TestData* pNULL = nullptr;
275 REQUIRE( p == nullptr );
281 REQUIRE( p != nullptr );
284 REQUIRE( cp != nullptr );
287 REQUIRE( cpc != nullptr );
289 REQUIRE( returnsNull() == nullptr ); variable
290 REQUIRE( returnsConstNull() == nullptr ); variable
    [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 51 : Chained(nullptr), FromName(From), ToName("'"), SeenCount(0) {
102 : CorrectFrom(From), CorrectTo(To), CurrentSema(nullptr), CallCount(0) {}
106 void ForgetSema() override { CurrentSema = nullptr; }
115 DeclContext *DestContext = nullptr;
125 Typo.getLoc(), ToIdent, nullptr);
144 : CorrectFrom(From), CorrectTo(To), CurrentSema(nullptr), CallCount(0) {}
148 void ForgetSema() override { CurrentSema = nullptr; }
157 DeclContext *DestContext = nullptr;
167 Context.getFunctionType(Context.VoidTy, {}, {}), nullptr, SC_Static);
197 CI.createSema(getTranslationUnitKind(), nullptr); variable
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
dead_insert_elim_pass.cpp 78 if (pExtIndices == nullptr) {
100 if (pExtIndices == nullptr) {
104 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, local
112 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, local
132 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, local
218 MarkInsertChain(&*ii, nullptr, 0, nullptr);
function.h 180 blocks_.erase(std::find(std::begin(blocks_), std::end(blocks_), nullptr)); local
  /external/gemmlowp/profiling/
profiler.h 162 Node() : label(nullptr), weight(0) {}
194 Node* child_to_add_to = nullptr;
274 nanosleep(&ts, nullptr);
345 return nullptr;
354 pthread_create(&ProfilerThread(), nullptr, ProfilerThreadFunc, nullptr); local
367 pthread_join(ProfilerThread(), nullptr); local
  /external/libchrome/base/task_scheduler/
scheduler_worker_pool_unittest.cc 137 kMaxBackgroundTasks, service_thread_.task_runner(), nullptr, local
  /external/libchrome/mojo/public/cpp/bindings/tests/
multiplex_router_unittest.cc 49 router1_ = nullptr;
50 router0_ = nullptr;
66 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, local
113 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, local
161 std::move(endpoint0_), nullptr, base::WrapUnique(new PassThroughFilter()), local
233 std::move(endpoint0_), nullptr, base::WrapUnique(new PassThroughFilter()), local
292 std::move(endpoint0_), nullptr, std::make_unique<PassThroughFilter>(), local
  /external/libcxx/src/
strstream.cpp 23 __palloc_(nullptr),
24 __pfree_(nullptr)
43 if (__pbeg == nullptr)
55 __palloc_(nullptr),
56 __pfree_(nullptr)
64 __palloc_(nullptr),
65 __pfree_(nullptr)
67 __init(const_cast<char *>(__gnext), __n, nullptr); local
73 __palloc_(nullptr),
74 __pfree_(nullptr)
    [all...]
  /external/llvm/lib/Analysis/
CallGraph.cpp 24 : M(M), Root(nullptr), ExternalCallingNode(getOrInsertFunction(nullptr)),
25 CallsExternalNode(llvm::make_unique<CallGraphNode>(nullptr)) {
40 Arg.Root = nullptr;
41 Arg.ExternalCallingNode = nullptr;
121 return RHS->getFunction() != nullptr;
234 if (CR.second == Callee && CR.first == nullptr) {
311 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } local
  /external/pdfium/xfa/fxfa/
cxfa_ffdatetimeedit.cpp 199 GetDoc()->GetDocEnvironment()->SetFocusWidget(GetDoc(), nullptr); local
  /external/puffin/src/
puffin_stream.cc 64 nullptr); local
65 TEST_AND_RETURN_VALUE(stream->Seek(0), nullptr);
68 nullptr, puff_size, deflates,
70 TEST_AND_RETURN_VALUE(puffin_stream->Seek(0), nullptr);
80 nullptr); local
81 TEST_AND_RETURN_VALUE(stream->Seek(0), nullptr);
84 std::move(stream), nullptr, huffer, puff_size, deflates, puffs, 0));
85 TEST_AND_RETURN_VALUE(puffin_stream->Seek(0), nullptr);
290 puffer_->PuffDeflate(&bit_reader, &puff_writer, nullptr));
  /external/skia/gm/
all_bitmap_configs.cpp 86 font.setTypeface(sk_tool_utils::create_portable_typeface(nullptr, SkFontStyle::Bold()));
235 nullptr, local
imagefromyuvtextures.cpp 55 nullptr, SK_ARRAY_COUNT(kColors), variable
132 nullptr, width, height, GrColorType::kRGBA_8888, true, GrMipMapped::kNo);
samplelocations.cpp 196 mesh.setInstanced(nullptr, 200*200, 0, 4);
198 SampleLocationsTestProcessor(fGradType), pipeline, nullptr, nullptr, &mesh, 1, variable
244 rtc->asSurfaceProxy()->config(), nullptr, rtc->numStencilSamples(), GrMipMapped::kNo,
246 offscreenRTC->clear(nullptr, {0,1,0,1}, GrRenderTargetContext::CanClearFullscreen::kYes);
265 SkCanvas::SrcRectConstraint::kStrict_SrcRectConstraint, SkMatrix::I(), nullptr); local
  /external/skia/src/gpu/
GrRenderTargetOpList.h 72 this->recordOp(std::move(op), GrProcessorSet::EmptySetAnalysis(), nullptr, nullptr, caps); local
92 this->recordOp(std::move(op), processorAnalysis, clip.doesClip() ? &clip : nullptr,
201 GrOp* fTail = nullptr;
  /external/skia/src/utils/
SkMultiPictureDocument.cpp 83 c->drawAnnotation(SkRect::MakeEmpty(), kEndPage, nullptr); variable
112 stream = nullptr;
  /external/skqp/gm/
all_bitmap_configs.cpp 86 font.setTypeface(sk_tool_utils::create_portable_typeface(nullptr, SkFontStyle::Bold()));
236 nullptr, local
imagefromyuvtextures.cpp 44 nullptr, SK_ARRAY_COUNT(kColors), variable
129 nullptr, width, height, GrColorType::kRGBA_8888, true, GrMipMapped::kNo);
  /external/skqp/src/gpu/
GrRenderTargetOpList.h 72 this->recordOp(std::move(op), GrProcessorSet::EmptySetAnalysis(), nullptr, nullptr, caps); local
87 this->recordOp(std::move(op), processorAnalysis, clip.doesClip() ? &clip : nullptr,
196 GrOp* fTail = nullptr;
  /external/skqp/src/utils/
SkMultiPictureDocument.cpp 83 c->drawAnnotation(SkRect::MakeEmpty(), kEndPage, nullptr); variable
112 stream = nullptr;
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
dead_insert_elim_pass.cpp 78 if (pExtIndices == nullptr) {
100 if (pExtIndices == nullptr) {
104 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, local
112 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, local
132 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, local
218 MarkInsertChain(&*ii, nullptr, 0, nullptr);
function.h 184 blocks_.erase(std::find(std::begin(blocks_), std::end(blocks_), nullptr)); local
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CallGraph.cpp 33 : M(M), ExternalCallingNode(getOrInsertFunction(nullptr)),
34 CallsExternalNode(llvm::make_unique<CallGraphNode>(nullptr)) {
45 Arg.ExternalCallingNode = nullptr;
106 return RHS->getFunction() != nullptr;
220 if (CR.second == Callee && CR.first == nullptr) {
298 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } local
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Pass.cpp 64 return Resolver->getAnalysisIfAvailable(&AID, true) != nullptr;
109 return nullptr;
113 return nullptr;
131 print(dbgs(), nullptr); local
220 return nullptr;
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_thunk.cc 121 /*batch_mean=*/nullptr, // local
122 /*batch_var=*/nullptr, // local
123 /*saved_mean=*/nullptr, // local
124 /*saved_inv_var=*/nullptr, // local
126 /*var_to_inv_var=*/nullptr, // local
127 /*inv_var_to_var=*/nullptr); local
181 se::DeviceMemory<float> null_device_ptr(nullptr);
198 /*var_to_inv_var=*/nullptr, // local
199 /*inv_var_to_var=*/nullptr); local

Completed in 1712 milliseconds

1 23 4 5 6 7 8 9