Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 – 25 of 41) 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/mesa3d/src/gfxstream/guest/android-emu/aemu/base/fit/
DFunction.h210 FunctionImpl(decltype(nullptr)) : Base(nullptr) {} in FunctionImpl()
251 FunctionImpl& operator=(decltype(nullptr)) { in decltype() argument
383 CallbackImpl(decltype(nullptr)) : Base(nullptr) {} in CallbackImpl()
411 CallbackImpl& operator=(decltype(nullptr)) { in decltype() argument
DDefer.h42 explicit DeferredAction(decltype(nullptr)) {} in DeferredAction()
84 DeferredAction& 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/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dscoped_channel.h37 ScopedChannel& operator=(decltype(nullptr)) { in decltype() argument
/external/skia/experimental/tskit/interface/
Dmemory.ts6 export const nullptr = 0; constant
/external/skia/modules/canvaskit/
Dutil.js5 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/external/webrtc/pc/test/
Dmock_data_channel.h45 nullptr, in SctpDataChannel() argument
/external/llvm-libc/src/__support/CPP/
Dfunctional.h43 LIBC_INLINE function(decltype(nullptr)) {} in function()
/external/skia/tests/graphite/
DCacheBudgetTest.cpp21 nullptr, in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS() argument
/external/perfetto/include/perfetto/tracing/
Dtrack.h210 nullptr, in CounterTrack() argument
217 nullptr, in CounterTrack() argument
238 nullptr, in CounterTrack() argument
/external/clang/lib/Analysis/
DFormatStringParsing.h62 : Start(nullptr), Stop(stop) {} in Start() argument
/external/cronet/third_party/libc++/src/include/__filesystem/
Drecursive_directory_iterator.h53 : recursive_directory_iterator(__p, __xoptions, nullptr) {} in recursive_directory_iterator() 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
/external/AFLplusplus/instrumentation/
Dinjection-pass.cc56 #define nullptr 0 macro
Dcmplog-switches-pass.cc57 #define nullptr 0 macro
/external/rust/crates/rusqlite/src/
Dtrace.rs44 let nullptr: *mut c_void = ptr::null_mut(); in config_log() localVariable

12