/external/clang/test/CodeGenCXX/ |
D | mangle-nullptr-arg.cpp | 6 void test1(IP<nullptr>) {} in test1() 12 void test2(PM<nullptr>) { } in test2() 16 void test3(DependentTypePtr<int*,nullptr>) { } in test3() argument
|
D | mangle-ms-templates.cpp | 239 void f(S1<nullptr>) {} in f()
|
D | mangle.cpp | 633 void f(decltype(nullptr)) { } in f()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | associated_interface_request.h | 24 AssociatedInterfaceRequest(decltype(nullptr)) {} in AssociatedInterfaceRequest() 44 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { in decltype() argument
|
D | struct_ptr.h | 38 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
|
D | interface_request.h | 33 InterfaceRequest(decltype(nullptr)) {} in InterfaceRequest() 49 InterfaceRequest& operator=(decltype(nullptr)) { in decltype() argument
|
D | interface_ptr.h | 48 InterfacePtr(decltype(nullptr)) {} in InterfacePtr() 67 InterfacePtr& operator=(decltype(nullptr)) { in decltype() argument
|
D | associated_interface_ptr.h | 39 AssociatedInterfacePtr(decltype(nullptr)) {} in AssociatedInterfacePtr() 55 AssociatedInterfacePtr& operator=(decltype(nullptr)) { in decltype() argument
|
/external/clang/test/SemaObjCXX/ |
D | nullptr.mm | 17 int PR10145b = nullptr == (void(^)())0; function
|
/external/v8/src/compiler/ |
D | node-cache.h | 33 : entries_(nullptr), size_(0), max_(max) {} in entries_() argument
|
D | persistent-map.h | 118 : PersistentMap(nullptr, zone, def_value) {} in PersistentMap() argument
|
/external/clang/lib/Analysis/ |
D | FormatStringParsing.h | 62 : Start(nullptr), Stop(stop) {} in Start() argument
|
/external/skia/modules/canvaskit/ |
D | helper.js | 60 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
|
/external/v8/src/ |
D | splay-tree.h | 39 : root_(nullptr), allocator_(allocator) {} in root_() argument
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 312 : 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/v8/src/wasm/ |
D | jump-table-assembler.h | 86 : TurboAssembler(nullptr, JumpTableAssemblerOptions(), in TurboAssembler() argument
|
/external/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 68 #define nullptr macro
|
/external/skqp/src/core/ |
D | SkStrikeCache.cpp | 107 bool operator == (const SkStrikeCache::ExclusiveStrikePtr& lhs, decltype(nullptr)) { in operator ==() 111 bool operator == (decltype(nullptr), const SkStrikeCache::ExclusiveStrikePtr& rhs) { in operator ==()
|
/external/skia/src/core/ |
D | SkStrikeCache.cpp | 121 bool operator == (const SkStrikeCache::ExclusiveStrikePtr& lhs, decltype(nullptr)) { in operator ==() 125 bool operator == (decltype(nullptr), const SkStrikeCache::ExclusiveStrikePtr& rhs) { in operator ==()
|
/external/harfbuzz_ng/src/ |
D | hb.hh | 128 #define nullptr NULL macro
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 59 #define nullptr 0 macro
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 286 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0), in start() argument
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 71 : II(nullptr), FuncName(FuncName), RequiredArgs(RequiredArgs) {} in II() argument
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 598 : current_namespace_(nullptr), in current_namespace_() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 983 Predicate(StringRef FS, bool C = true) : Def(nullptr), Features(FS.str()), in Def() argument
|