Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 – 25 of 44) sorted by relevance

12

/external/clang/test/CodeGenCXX/
Dmangle-nullptr-arg.cpp6 void test1(IP<nullptr>) {} in test1()
12 void test2(PM<nullptr>) { } in test2()
16 void test3(DependentTypePtr<int*,nullptr>) { } in test3() argument
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h38 StructPtr(decltype(nullptr)) {} in StructPtr()
42 StructPtr& operator=(decltype(nullptr)) { in decltype() argument
133 InlinedStructPtr(decltype(nullptr)) : state_(NIL) {} in InlinedStructPtr()
137 InlinedStructPtr& operator=(decltype(nullptr)) { in decltype() argument
Dassociated_interface_request.h24 AssociatedInterfaceRequest(decltype(nullptr)) {} in AssociatedInterfaceRequest()
44 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { in decltype() argument
Dinterface_request.h33 InterfaceRequest(decltype(nullptr)) {} in InterfaceRequest()
49 InterfaceRequest& operator=(decltype(nullptr)) { in decltype() argument
Dinterface_ptr.h48 InterfacePtr(decltype(nullptr)) {} in InterfacePtr()
67 InterfacePtr& operator=(decltype(nullptr)) { in decltype() argument
Dassociated_interface_ptr.h39 AssociatedInterfacePtr(decltype(nullptr)) {} in AssociatedInterfacePtr()
55 AssociatedInterfacePtr& operator=(decltype(nullptr)) { in decltype() argument
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
Ddefer.h28 explicit deferred_action(decltype(nullptr)) {} in deferred_action()
70 deferred_action& operator=(decltype(nullptr)) { in decltype() argument
Dfunction.h221 constexpr function_impl(decltype(nullptr)) : base(nullptr) {} in function_impl()
261 function_impl& operator=(decltype(nullptr)) { in decltype() argument
395 constexpr callback_impl(decltype(nullptr)) : base(nullptr) {} in callback_impl()
423 callback_impl& operator=(decltype(nullptr)) { in decltype() argument
/external/clang/test/SemaObjCXX/
Dnullptr.mm17 int PR10145b = nullptr == (void(^)())0; function
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dscoped_channel.h37 ScopedChannel& operator=(decltype(nullptr)) { in decltype() argument
/external/skia/modules/canvaskit/
Dutil.js5 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/external/skia/experimental/tskit/interface/
Dmemory.ts6 export const nullptr = 0; constant
/external/webrtc/pc/test/
Dmock_data_channel.h45 nullptr, in SctpDataChannel() argument
/external/skia/tests/graphite/precompile/
DUserdefinedStableKeyTest.cpp356 /* optionsProc= */ nullptr, in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS() argument
450 /* optionsProc= */ nullptr, in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS() argument
489 /* optionsProc= */ nullptr, in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS() argument
530 /* optionsProc= */ nullptr, in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS() argument
/external/llvm-libc/src/__support/CPP/
Dfunctional.h44 LIBC_INLINE function(decltype(nullptr)) {} in function()
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/
Dfunctional.h44 LIBC_INLINE function(decltype(nullptr)) {} in function()
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/
Dfunctional.h44 LIBC_INLINE function(decltype(nullptr)) {} in function()
/external/clang/lib/Analysis/
DFormatStringParsing.h62 : Start(nullptr), Stop(stop) {} in Start() argument
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__filesystem/
Drecursive_directory_iterator.h53 : recursive_directory_iterator(__p, __xoptions, nullptr) {} in recursive_directory_iterator() argument
/external/cronet/stable/third_party/libc++/src/include/__filesystem/
Drecursive_directory_iterator.h52 : recursive_directory_iterator(__p, __xoptions, nullptr) {} in recursive_directory_iterator() argument
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__filesystem/
Drecursive_directory_iterator.h53 : recursive_directory_iterator(__p, __xoptions, nullptr) {} in recursive_directory_iterator() argument
/external/cronet/tot/third_party/libc++/src/include/__filesystem/
Drecursive_directory_iterator.h52 : recursive_directory_iterator(__p, __xoptions, nullptr) {} in recursive_directory_iterator() argument
/external/perfetto/include/perfetto/tracing/
Dtrack.h272 nullptr, in CounterTrack() argument
290 nullptr, in CounterTrack() argument
/external/clang/include/clang/Analysis/
DProgramPoint.h312 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
316 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
445 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
461 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
/external/tensorflow/tensorflow/core/platform/
Drefcount.h195 : data_(nullptr), notifier_id_(0) { in data_() argument

12