Home
last modified time | relevance | path

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

12

/external/llvm-project/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/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/clang/test/SemaObjCXX/
Dnullptr.mm17 int PR10145b = nullptr == (void(^)())0; function
/external/llvm-project/clang/test/SemaObjCXX/
Dnullptr.mm17 int PR10145b = nullptr == (void(^)())0; function
/external/skia/experimental/skottiekit/
Dhelper.js1 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/external/skia/experimental/tskit/bindings/
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/llvm-project/mlir/include/mlir/Interfaces/
DControlFlowInterfaces.h70 : region(nullptr), inputs(results ? ValueRange(*results) : ValueRange()) { in region() argument
/external/llvm-project/clang/lib/Headers/
D__clang_hip_runtime_wrapper.h32 #define nullptr NULL; macro
/external/clang/lib/Analysis/
DFormatStringParsing.h62 : Start(nullptr), Stop(stop) {} in Start() argument
/external/llvm-project/clang/lib/AST/
DFormatStringParsing.h78 : Start(nullptr), Stop(stop) {} in Start() argument
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_array_merge.h33 #define nullptr 0 macro
/external/llvm-project/clang/include/clang/Analysis/
DProgramPoint.h321 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
325 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
477 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
493 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
618 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
/external/llvm-project/lld/wasm/
DInputChunks.h192 : InputFunction(s, nullptr, nullptr), name(name), debugName(debugName) { in InputFunction() argument
/external/pigweed/pw_ring_buffer/public/pw_ring_buffer/
Dprefixed_entry_ring_buffer.h142 : buffer_(nullptr), in buffer_() 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/llvm-project/mlir/include/mlir/IR/
DUseDefLists.h234 OpaqueValue(std::nullptr_t = nullptr) : impl(nullptr) {} in impl() argument
/external/rust/crates/rusqlite/src/
Dtrace.rs44 let nullptr: *mut c_void = ptr::null_mut(); in config_log() localVariable
/external/llvm-project/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp68 #define nullptr macro
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp68 #define nullptr macro

12