Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A 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
H A Dassociated_interface_request.h24 AssociatedInterfaceRequest(decltype(nullptr)) {} in AssociatedInterfaceRequest()
44 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { in decltype() argument
H A Dinterface_request.h33 InterfaceRequest(decltype(nullptr)) {} in InterfaceRequest()
49 InterfaceRequest& operator=(decltype(nullptr)) { in decltype() argument
H A Dinterface_ptr.h48 InterfacePtr(decltype(nullptr)) {} in InterfacePtr()
67 InterfacePtr& operator=(decltype(nullptr)) { in decltype() argument
H A Dassociated_interface_ptr.h39 AssociatedInterfacePtr(decltype(nullptr)) {} in AssociatedInterfacePtr()
55 AssociatedInterfacePtr& operator=(decltype(nullptr)) { in decltype() argument
/aosp_15_r20/hardware/google/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
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A 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
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
H A 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
H A Ddefer.h28 explicit deferred_action(decltype(nullptr)) {} in deferred_action()
70 deferred_action& operator=(decltype(nullptr)) { in decltype() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DProgramPoint.h316 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
320 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
472 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
488 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
616 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DProgramPoint.h316 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
320 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
472 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
488 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
616 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DProgramPoint.h316 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
320 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
472 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
488 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
616 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DProgramPoint.h316 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
320 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
472 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
488 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
616 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dtrack.h256 nullptr, in CounterTrack() argument
263 nullptr, in CounterTrack() argument
284 nullptr, in CounterTrack() argument
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dtrack.h260 nullptr, in CounterTrack() argument
267 nullptr, in CounterTrack() argument
288 nullptr, in CounterTrack() argument
/aosp_15_r20/external/clang/include/clang/Analysis/
H A 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
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dnullptr.mm17 int PR10145b = nullptr == (void(^)())0; function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dscoped_channel.h37 ScopedChannel& operator=(decltype(nullptr)) { in decltype() argument
/aosp_15_r20/external/skia/experimental/tskit/interface/
H A Dmemory.ts6 export const nullptr = 0; constant
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dutil.js5 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_data_channel.h45 nullptr, in SctpDataChannel() argument
/aosp_15_r20/external/llvm-libc/src/__support/CPP/
H A Dfunctional.h44 LIBC_INLINE function(decltype(nullptr)) {} in function()
/aosp_15_r20/external/skia/tests/graphite/
H A DCacheBudgetTest.cpp21 nullptr, in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS() argument
/aosp_15_r20/external/clang/lib/Analysis/
H A DFormatStringParsing.h62 : Start(nullptr), Stop(stop) {} in Start() argument

123